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.
Parameters | |
---|---|
Name | Description |
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".
Returns | |
---|---|
Type | Description |
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".
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
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. |
Returns | |
---|---|
Type | Description |
Google\Cloud\ResourceManager\V3\GetOrganizationRequest |