Google Cloud Storage Control V2 Client - Class GetOrganizationIntelligenceConfigRequest (1.4.0)

Reference documentation and code samples for the Google Cloud Storage Control V2 Client class GetOrganizationIntelligenceConfigRequest.

Request message to get the IntelligenceConfig resource associated with your organization.

IAM Permissions Requires storage.intelligenceConfigs.get IAM permission on the organization.

Generated from protobuf message google.storage.control.v2.GetOrganizationIntelligenceConfigRequest

Namespace

Google \ Cloud \ Storage \ Control \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the IntelligenceConfig resource associated with your organization. Format: organizations/{org_id}/locations/global/intelligenceConfig

getName

Required. The name of the IntelligenceConfig resource associated with your organization.

Format: organizations/{org_id}/locations/global/intelligenceConfig

Returns
Type Description
string

setName

Required. The name of the IntelligenceConfig resource associated with your organization.

Format: organizations/{org_id}/locations/global/intelligenceConfig

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the IntelligenceConfig resource associated with your organization.

Format: organizations/{org_id}/locations/global/intelligenceConfig Please see StorageControlClient::intelligenceConfigName() for help formatting this field.

Returns
Type Description
GetOrganizationIntelligenceConfigRequest