Connectors V1 API - Class Google::Cloud::Connectors::V1::ConnectionSchemaMetadata (v0.1.0)

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

#state

def state() -> ::Google::Cloud::Connectors::V1::ConnectionSchemaMetadata::State
Returns

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns