Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::Provider.
Provider indicates the owner who provides the connectors.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Created time.
#description
def description() -> ::String
Returns
- (::String) — Output only. Description of the resource.
#display_name
def display_name() -> ::String
Returns
- (::String) — Output only. Display name.
#documentation_uri
def documentation_uri() -> ::String
Returns
- (::String) — Output only. Link to documentation page.
#external_uri
def external_uri() -> ::String
Returns
- (::String) — Output only. Link to external page.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
#launch_stage
def launch_stage() -> ::Google::Cloud::Connectors::V1::LaunchStage
Returns
- (::Google::Cloud::Connectors::V1::LaunchStage) — Output only. Flag to mark the version indicating the launch stage.
#name
def name() -> ::String
Returns
- (::String) — Output only. Resource name of the Provider. Format: projects/{project}/locations/{location}/providers/{provider} Only global location is supported for Provider resource.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Updated time.
#web_assets_location
def web_assets_location() -> ::String
Returns
- (::String) — Output only. Cloud storage location of icons etc consumed by UI.