Reference documentation and code samples for the Google Cloud Cloud Controls Partner V1beta Client class Partner.
Message describing Partner resource
Generated from protobuf message google.cloud.cloudcontrolspartner.v1beta.Partner
Namespace
Google \ Cloud \ CloudControlsPartner \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The resource name of the partner. Format: |
↳ skus |
array<Google\Cloud\CloudControlsPartner\V1beta\Sku>
List of SKUs the partner is offering |
↳ ekm_solutions |
array<Google\Cloud\CloudControlsPartner\V1beta\EkmMetadata>
List of Google Cloud supported EKM partners supported by the partner |
↳ operated_cloud_regions |
array
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 |
↳ partner_project_id |
string
Google Cloud project ID in the partner's Google Cloud organization for receiving enhanced Logs for Partners. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. Time the resource was created |
↳ update_time |
Google\Protobuf\Timestamp
Output only. The last time the resource was updated |
getName
Identifier. The resource name of the partner.
Format: organizations/{organization}/locations/{location}/partner
Example: "organizations/123456/locations/us-central1/partner"
Returns | |
---|---|
Type | Description |
string |
setName
Identifier. The resource name of the partner.
Format: organizations/{organization}/locations/{location}/partner
Example: "organizations/123456/locations/us-central1/partner"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSkus
List of SKUs the partner is offering
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSkus
List of SKUs the partner is offering
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\CloudControlsPartner\V1beta\Sku>
|
Returns | |
---|---|
Type | Description |
$this |
getEkmSolutions
List of Google Cloud supported EKM partners supported by the partner
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setEkmSolutions
List of Google Cloud supported EKM partners supported by the partner
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\CloudControlsPartner\V1beta\EkmMetadata>
|
Returns | |
---|---|
Type | Description |
$this |
getOperatedCloudRegions
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setOperatedCloudRegions
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
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getPartnerProjectId
Google Cloud project ID in the partner's Google Cloud organization for receiving enhanced Logs for Partners.
Returns | |
---|---|
Type | Description |
string |
setPartnerProjectId
Google Cloud project ID in the partner's Google Cloud organization for receiving enhanced Logs for Partners.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Output only. Time the resource was created
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. Time the resource was created
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateTime
Output only. The last time the resource was updated
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The last time the resource was updated
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |