Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::ListRuntimeEntitySchemasResponse.
Response message for ConnectorsService.ListRuntimeEntitySchemas.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Next page token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Next page token.
Returns
- (::String) — Next page token.
#runtime_entity_schemas
def runtime_entity_schemas() -> ::Array<::Google::Cloud::Connectors::V1::RuntimeEntitySchema>
Returns
- (::Array<::Google::Cloud::Connectors::V1::RuntimeEntitySchema>) — Runtime entity schemas.
#runtime_entity_schemas=
def runtime_entity_schemas=(value) -> ::Array<::Google::Cloud::Connectors::V1::RuntimeEntitySchema>
Parameter
- value (::Array<::Google::Cloud::Connectors::V1::RuntimeEntitySchema>) — Runtime entity schemas.
Returns
- (::Array<::Google::Cloud::Connectors::V1::RuntimeEntitySchema>) — Runtime entity schemas.