lib/google/cloud/netapp/v1/netapp/client.rb in google-cloud-netapp-v1-0.5.0 vs lib/google/cloud/netapp/v1/netapp/client.rb in google-cloud-netapp-v1-0.5.1

- old
+ new

@@ -364,17 +364,18 @@ # the default parameter values, pass an empty Hash as a request object (see above). # # @param parent [::String] # Required. Parent value # @param page_size [::Integer] - # The maximum number of items to return. + # Optional. The maximum number of items to return. # @param page_token [::String] - # The next_page_token value to use if there are additional + # Optional. The next_page_token value to use if there are additional # results to retrieve for this list request. # @param order_by [::String] - # Sort results. Supported values are "name", "name desc" or "" (unsorted). + # Optional. Sort results. Supported values are "name", "name desc" or "" + # (unsorted). # @param filter [::String] - # List filter. + # Optional. List filter. # # @yield [response, operation] Access the result along with the RPC operation # @yieldparam response [::Gapic::PagedEnumerable<::Google::Cloud::NetApp::V1::StoragePool>] # @yieldparam operation [::GRPC::ActiveCall::Operation] #