Class: Google::Cloud::Connectors::V1::ListRuntimeEntitySchemasResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::ListRuntimeEntitySchemasResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/connection.rb
Overview
Response message for ConnectorsService.ListRuntimeEntitySchemas.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Next page token.
-
#runtime_entity_schemas ⇒ ::Array<::Google::Cloud::Connectors::V1::RuntimeEntitySchema>
Runtime entity schemas.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Next page token.
438 439 440 441 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 438 class ListRuntimeEntitySchemasResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#runtime_entity_schemas ⇒ ::Array<::Google::Cloud::Connectors::V1::RuntimeEntitySchema>
Returns Runtime entity schemas.
438 439 440 441 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 438 class ListRuntimeEntitySchemasResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |