Class: Google::Cloud::Connectors::V1::ListRuntimeEntitySchemasRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::ListRuntimeEntitySchemasRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/connection.rb
Overview
Request message for ConnectorsService.ListRuntimeEntitySchemas. For filter, only entity field is supported with literal equality operator. Accepted filter example: entity="Order" Wildcards are not supported in the filter currently.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
Page size.
-
#page_token ⇒ ::String
Page token.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Required. Filter Format: entity="{entityId}" Only entity field is supported with literal equality operator. Accepted filter example: entity="Order" Wildcards are not supported in the filter currently.
426 427 428 429 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 426 class ListRuntimeEntitySchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Page size.
426 427 428 429 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 426 class ListRuntimeEntitySchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Page token.
426 427 428 429 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 426 class ListRuntimeEntitySchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent resource of RuntimeEntitySchema Format: projects/{project}/locations/{location}/connections/{connection}.
426 427 428 429 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 426 class ListRuntimeEntitySchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |