Class: Google::Cloud::Connectors::V1::GetProviderRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/connectors/v1/provider.rb

Overview

Request message for Connectors.GetProvider.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Resource name of the form: projects/*/locations/*/providers/* Only global location is supported for Provider resource.

Returns:

  • (::String)

    Required. Resource name of the form: projects/*/locations/*/providers/* Only global location is supported for Provider resource.



79
80
81
82
# File 'proto_docs/google/cloud/connectors/v1/provider.rb', line 79

class GetProviderRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end