Class: Google::Cloud::CloudControlsPartner::V1::Partner

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

Overview

Message describing Partner resource

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Time the resource was created.

Returns:



51
52
53
54
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/partners.rb', line 51

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

#ekm_solutions::Array<::Google::Cloud::CloudControlsPartner::V1::EkmMetadata>

Returns List of Google Cloud supported EKM partners supported by the partner.

Returns:



51
52
53
54
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/partners.rb', line 51

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

#name::String

Returns Identifier. The resource name of the partner. Format: organizations/{organization}/locations/{location}/partner Example: "organizations/123456/locations/us-central1/partner".

Returns:

  • (::String)

    Identifier. The resource name of the partner. Format: organizations/{organization}/locations/{location}/partner Example: "organizations/123456/locations/us-central1/partner"



51
52
53
54
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/partners.rb', line 51

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

#operated_cloud_regions::Array<::String>

Returns List of Google Cloud regions that the partner sells services to customers. Valid Google Cloud regions found here: https://cloud.google.com/compute/docs/regions-zones.

Returns:



51
52
53
54
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/partners.rb', line 51

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

#partner_project_id::String

Returns Google Cloud project ID in the partner's Google Cloud organization for receiving enhanced Logs for Partners.

Returns:

  • (::String)

    Google Cloud project ID in the partner's Google Cloud organization for receiving enhanced Logs for Partners.



51
52
53
54
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/partners.rb', line 51

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

#skus::Array<::Google::Cloud::CloudControlsPartner::V1::Sku>

Returns List of SKUs the partner is offering.

Returns:



51
52
53
54
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/partners.rb', line 51

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

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The last time the resource was updated.

Returns:



51
52
53
54
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/partners.rb', line 51

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