Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::ConnectionSchemaMetadata.
ConnectionSchemaMetadata is the singleton resource of each connection. It includes the entity and action names of runtime resources exposed by a connection backend.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#actions
def actions() -> ::Array<::String>
Returns
- (::Array<::String>) — Output only. List of actions.
#entities
def entities() -> ::Array<::String>
Returns
- (::Array<::String>) — Output only. List of entity names.
#name
def name() -> ::String
Returns
- (::String) — Output only. Resource name. Format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata
#refresh_time
def refresh_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the connection runtime schema refresh was triggered.
#state
def state() -> ::Google::Cloud::Connectors::V1::ConnectionSchemaMetadata::State
Returns
- (::Google::Cloud::Connectors::V1::ConnectionSchemaMetadata::State) — Output only. The current state of runtime schema.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the connection runtime schema was updated.