Class: Google::Cloud::CloudControlsPartner::V1::Partner
- Inherits:
-
Object
- Object
- Google::Cloud::CloudControlsPartner::V1::Partner
- 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
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#ekm_solutions ⇒ ::Array<::Google::Cloud::CloudControlsPartner::V1::EkmMetadata>
List of Google Cloud supported EKM partners supported by the partner.
-
#name ⇒ ::String
Identifier.
-
#operated_cloud_regions ⇒ ::Array<::String>
List of Google Cloud regions that the partner sells services to customers.
-
#partner_project_id ⇒ ::String
Google Cloud project ID in the partner's Google Cloud organization for receiving enhanced Logs for Partners.
-
#skus ⇒ ::Array<::Google::Cloud::CloudControlsPartner::V1::Sku>
List of SKUs the partner is offering.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time the resource was created.
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.
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".
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.
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.
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.
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.
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 |