Class: Google::Cloud::StorageInsights::V1::ListDatasetConfigsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/storageinsights/v1/storageinsights.rb

Overview

Request message for ListDatasetConfigs

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Filtering results.

Returns:

  • (::String)

    Filtering results



771
772
773
774
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 771

class ListDatasetConfigsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#order_by::String

Returns Hint for how to order the results.

Returns:

  • (::String)

    Hint for how to order the results



771
772
773
774
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 771

class ListDatasetConfigsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns Requested page size. Server might return fewer items than requested. If unspecified, server picks an appropriate default.

Returns:

  • (::Integer)

    Requested page size. Server might return fewer items than requested. If unspecified, server picks an appropriate default.



771
772
773
774
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 771

class ListDatasetConfigsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns A token identifying a page of results the server should return.

Returns:

  • (::String)

    A token identifying a page of results the server should return.



771
772
773
774
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 771

class ListDatasetConfigsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Parent value for ListDatasetConfigsRequest.

Returns:

  • (::String)

    Required. Parent value for ListDatasetConfigsRequest



771
772
773
774
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 771

class ListDatasetConfigsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end