Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class GetOrganizationRequest.
The request sent to the GetOrganization
method. The name
field is
required. organization_id
is no longer accepted.
Generated from protobuf message google.cloud.resourcemanager.v3.GetOrganizationRequest
Namespace
Google \ Cloud \ ResourceManager \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the Organization to fetch. This is the organization's relative path in the API, formatted as "organizations/[organizationId]". For example, "organizations/1234".
getName
Required. The resource name of the Organization to fetch. This is the organization's relative path in the API, formatted as "organizations/[organizationId]". For example, "organizations/1234".
string
setName
Required. The resource name of the Organization to fetch. This is the organization's relative path in the API, formatted as "organizations/[organizationId]". For example, "organizations/1234".
var
string
$this
static::build
name
string
Required. The resource name of the Organization to fetch. This is the organization's relative path in the API, formatted as "organizations/[organizationId]". For example, "organizations/1234". Please see Google\Cloud\ResourceManager\V3\OrganizationsClient::organizationName() for help formatting this field.