Class: Google::Cloud::AIPlatform::V1::ListFeatureViewSyncsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListFeatureViewSyncsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb
Overview
Request message for FeatureOnlineStoreAdminService.ListFeatureViewSyncs.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Lists the FeatureViewSyncs 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 FeatureViewSyncs to return.
-
#page_token ⇒ ::String
A page token, received from a previous FeatureOnlineStoreAdminService.ListFeatureViewSyncs call.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
437 438 439 440 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 437 class ListFeatureViewSyncsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
437 438 439 440 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 437 class ListFeatureViewSyncsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
437 438 439 440 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 437 class ListFeatureViewSyncsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
437 438 439 440 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 437 class ListFeatureViewSyncsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
437 438 439 440 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_admin_service.rb', line 437 class ListFeatureViewSyncsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |