Class: Google::Cloud::AIPlatform::V1::ListFeaturestoresRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListFeaturestoresRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Request message for FeaturestoreService.ListFeaturestores.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Lists the featurestores that match the filter expression.
-
#order_by ⇒ ::String
A comma-separated list of fields to order by, sorted in ascending order.
-
#page_size ⇒ ::Integer
The maximum number of Featurestores to return.
-
#page_token ⇒ ::String
A page token, received from a previous FeaturestoreService.ListFeaturestores call.
-
#parent ⇒ ::String
Required.
-
#read_mask ⇒ ::Google::Protobuf::FieldMask
Mask specifying which fields to read.
Instance Attribute Details
#filter ⇒ ::String
113 114 115 116 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 113 class ListFeaturestoresRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
113 114 115 116 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 113 class ListFeaturestoresRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
113 114 115 116 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 113 class ListFeaturestoresRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
113 114 115 116 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 113 class ListFeaturestoresRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
113 114 115 116 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 113 class ListFeaturestoresRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_mask ⇒ ::Google::Protobuf::FieldMask
113 114 115 116 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 113 class ListFeaturestoresRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |