Compute V1 Client - Class ProjectsClient (1.16.2)

Reference documentation and code samples for the Compute V1 Client class ProjectsClient.

Service Description: The Projects API.

This class provides the ability to make remote calls to the backing service through method calls that map to API methods.

Namespace

Google \ Cloud \ Compute \ V1 \ Client

Methods

__construct

Constructor.

Parameters
Name Description
options array

Optional. Options for configuring the service API wrapper.

↳ apiEndpoint string

The address of the API remote host. May optionally include the port, formatted as "

↳ credentials string|array|FetchAuthTokenInterface|CredentialsWrapper

The credentials to be used by the client to authorize API calls. This option accepts either a path to a credentials file, or a decoded credentials file as a PHP array. Advanced usage: In addition, this option can also accept a pre-constructed Google\Auth\FetchAuthTokenInterface object or Google\ApiCore\CredentialsWrapper object. Note that when one of these objects are provided, any settings in $credentialsConfig will be ignored.

↳ credentialsConfig array

Options used to configure credentials, including auth token caching, for the client. For a full list of supporting configuration options, see Google\ApiCore\CredentialsWrapper::build() .

↳ disableRetries bool

Determines whether or not retries defined by the client configuration should be disabled. Defaults to false.

↳ clientConfig string|array

Client method configuration, including retry settings. This option can be either a path to a JSON file, or a PHP array containing the decoded JSON data. By default this settings points to the default client config file, which is provided in the resources folder.

↳ transport string|TransportInterface

The transport used for executing network requests. At the moment, supports only rest. Advanced usage: Additionally, it is possible to pass in an already instantiated Google\ApiCore\Transport\TransportInterface object. Note that when this object is provided, any settings in $transportConfig, and any $apiEndpoint setting, will be ignored.

↳ transportConfig array

Configuration options that will be used to construct the transport. Options for each supported transport type should be passed in a key for that transport. For example: $transportConfig = [ 'rest' => [...], ]; See the Google\ApiCore\Transport\RestTransport::build() method for the supported options.

↳ clientCertSource callable

A callable which returns the client cert as a string. This can be used to provide a certificate and private key to the transport layer for mTLS.

disableXpnHost

Disable this project as a shared VPC host project.

The async variant is Google\Cloud\Compute\V1\Client\ProjectsClient::disableXpnHostAsync() .

Parameters
Name Description
request Google\Cloud\Compute\V1\DisableXpnHostProjectRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
Type Description
Google\ApiCore\OperationResponse

disableXpnResource

Disable a service resource (also known as service project) associated with this host project.

The async variant is Google\Cloud\Compute\V1\Client\ProjectsClient::disableXpnResourceAsync() .

Parameters
Name Description
request Google\Cloud\Compute\V1\DisableXpnResourceProjectRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
Type Description
Google\ApiCore\OperationResponse

enableXpnHost

Enable this project as a shared VPC host project.

The async variant is Google\Cloud\Compute\V1\Client\ProjectsClient::enableXpnHostAsync() .

Parameters
Name Description
request Google\Cloud\Compute\V1\EnableXpnHostProjectRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
Type Description
Google\ApiCore\OperationResponse

enableXpnResource

Enable service resource (a.k.a service project) for a host project, so that subnets in the host project can be used by instances in the service project.

The async variant is Google\Cloud\Compute\V1\Client\ProjectsClient::enableXpnResourceAsync() .

Parameters
Name Description
request Google\Cloud\Compute\V1\EnableXpnResourceProjectRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
Type Description
Google\ApiCore\OperationResponse

get

Returns the specified Project resource. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the quotas field). To exclude one or more fields, set your request's fields query parameter to only include the fields you need. For example, to only include the id and selfLink fields, add the query parameter ?fields=id,selfLink to your request.

The async variant is Google\Cloud\Compute\V1\Client\ProjectsClient::getAsync() .

Parameters
Name Description
request Google\Cloud\Compute\V1\GetProjectRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
Type Description
Google\Cloud\Compute\V1\Project

getXpnHost

Gets the shared VPC host project that this project links to. May be empty if no link exists.

The async variant is Google\Cloud\Compute\V1\Client\ProjectsClient::getXpnHostAsync() .

Parameters
Name Description
request Google\Cloud\Compute\V1\GetXpnHostProjectRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
Type Description
Google\Cloud\Compute\V1\Project

getXpnResources

Gets service resources (a.k.a service project) associated with this host project.

The async variant is Google\Cloud\Compute\V1\Client\ProjectsClient::getXpnResourcesAsync() .

Parameters
Name Description
request Google\Cloud\Compute\V1\GetXpnResourcesProjectsRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
Type Description
Google\ApiCore\PagedListResponse

listXpnHosts

Lists all shared VPC host projects visible to the user in an organization.

The async variant is Google\Cloud\Compute\V1\Client\ProjectsClient::listXpnHostsAsync() .

Parameters
Name Description
request Google\Cloud\Compute\V1\ListXpnHostsProjectsRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
Type Description
Google\ApiCore\PagedListResponse

moveDisk

Moves a persistent disk from one zone to another.

The async variant is Google\Cloud\Compute\V1\Client\ProjectsClient::moveDiskAsync() .

Parameters
Name Description
request Google\Cloud\Compute\V1\MoveDiskProjectRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
Type Description
Google\ApiCore\OperationResponse

moveInstance

Moves an instance and its attached persistent disks from one zone to another. Note: Moving VMs or disks by using this method might cause unexpected behavior. For more information, see the known issue. [Deprecated] This method is deprecated. See moving instance across zones instead.

The async variant is Google\Cloud\Compute\V1\Client\ProjectsClient::moveInstanceAsync() .

Parameters
Name Description
request Google\Cloud\Compute\V1\MoveInstanceProjectRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
Type Description
Google\ApiCore\OperationResponse

setCloudArmorTier

Sets the Cloud Armor tier of the project. To set ENTERPRISE or above the billing account of the project must be subscribed to Cloud Armor Enterprise. See Subscribing to Cloud Armor Enterprise for more information.

The async variant is Google\Cloud\Compute\V1\Client\ProjectsClient::setCloudArmorTierAsync() .

Parameters
Name Description
request Google\Cloud\Compute\V1\SetCloudArmorTierProjectRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
Type Description
Google\ApiCore\OperationResponse

setCommonInstanceMetadata

Sets metadata common to all instances within the specified project using the data included in the request.

The async variant is Google\Cloud\Compute\V1\Client\ProjectsClient::setCommonInstanceMetadataAsync() .

Parameters
Name Description
request Google\Cloud\Compute\V1\SetCommonInstanceMetadataProjectRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
Type Description
Google\ApiCore\OperationResponse

setDefaultNetworkTier

Sets the default network tier of the project. The default network tier is used when an address/forwardingRule/instance is created without specifying the network tier field.

The async variant is Google\Cloud\Compute\V1\Client\ProjectsClient::setDefaultNetworkTierAsync() .

Parameters
Name Description
request Google\Cloud\Compute\V1\SetDefaultNetworkTierProjectRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
Type Description
Google\ApiCore\OperationResponse

setUsageExportBucket

Enables the usage export feature and sets the usage export bucket where reports are stored. If you provide an empty request body using this method, the usage export feature will be disabled.

The async variant is Google\Cloud\Compute\V1\Client\ProjectsClient::setUsageExportBucketAsync() .

Parameters
Name Description
request Google\Cloud\Compute\V1\SetUsageExportBucketProjectRequest

A request to house fields associated with the call.

callOptions array

Optional.

↳ retrySettings RetrySettings|array

Retry settings to use for this call. Can be a Google\ApiCore\RetrySettings object, or an associative array of retry settings parameters. See the documentation on Google\ApiCore\RetrySettings for example usage.

Returns
Type Description
Google\ApiCore\OperationResponse

disableXpnHostAsync

Parameters
Name Description
request Google\Cloud\Compute\V1\DisableXpnHostProjectRequest
optionalArgs = [] array
Returns
Type Description
GuzzleHttp\Promise\PromiseInterface

disableXpnResourceAsync

Parameters
Name Description
request Google\Cloud\Compute\V1\DisableXpnResourceProjectRequest
optionalArgs = [] array
Returns
Type Description
GuzzleHttp\Promise\PromiseInterface

enableXpnHostAsync

Parameters
Name Description
request Google\Cloud\Compute\V1\EnableXpnHostProjectRequest
optionalArgs = [] array
Returns
Type Description
GuzzleHttp\Promise\PromiseInterface

enableXpnResourceAsync

Parameters
Name Description
request Google\Cloud\Compute\V1\EnableXpnResourceProjectRequest
optionalArgs = [] array
Returns
Type Description
GuzzleHttp\Promise\PromiseInterface

getAsync

Parameters
Name Description
request Google\Cloud\Compute\V1\GetProjectRequest
optionalArgs = [] array
Returns
Type Description
GuzzleHttp\Promise\PromiseInterface

getXpnHostAsync

Parameters
Name Description
request Google\Cloud\Compute\V1\GetXpnHostProjectRequest
optionalArgs = [] array
Returns
Type Description
GuzzleHttp\Promise\PromiseInterface

getXpnResourcesAsync

Parameters
Name Description
request Google\Cloud\Compute\V1\GetXpnResourcesProjectsRequest
optionalArgs = [] array
Returns
Type Description
GuzzleHttp\Promise\PromiseInterface

listXpnHostsAsync

Parameters
Name Description
request Google\Cloud\Compute\V1\ListXpnHostsProjectsRequest
optionalArgs = [] array
Returns
Type Description
GuzzleHttp\Promise\PromiseInterface

moveDiskAsync

Parameters
Name Description
request Google\Cloud\Compute\V1\MoveDiskProjectRequest
optionalArgs = [] array
Returns
Type Description
GuzzleHttp\Promise\PromiseInterface

moveInstanceAsync

Parameters
Name Description
request Google\Cloud\Compute\V1\MoveInstanceProjectRequest
optionalArgs = [] array
Returns
Type Description
GuzzleHttp\Promise\PromiseInterface

setCloudArmorTierAsync

Parameters
Name Description
request Google\Cloud\Compute\V1\SetCloudArmorTierProjectRequest
optionalArgs = [] array
Returns
Type Description
GuzzleHttp\Promise\PromiseInterface

setCommonInstanceMetadataAsync

Parameters
Name Description
request Google\Cloud\Compute\V1\SetCommonInstanceMetadataProjectRequest
optionalArgs = [] array
Returns
Type Description
GuzzleHttp\Promise\PromiseInterface

setDefaultNetworkTierAsync

Parameters
Name Description
request Google\Cloud\Compute\V1\SetDefaultNetworkTierProjectRequest
optionalArgs = [] array
Returns
Type Description
GuzzleHttp\Promise\PromiseInterface

setUsageExportBucketAsync

Parameters
Name Description
request Google\Cloud\Compute\V1\SetUsageExportBucketProjectRequest
optionalArgs = [] array
Returns
Type Description
GuzzleHttp\Promise\PromiseInterface

getOperationsClient

Return an GlobalOperationsClient object with the same endpoint as $this.

Returns
Type Description
Google\Cloud\Compute\V1\GlobalOperationsClient

resumeOperation

Resume an existing long running operation that was previously started by a long running API method. If $methodName is not provided, or does not match a long running API method, then the operation can still be resumed, but the OperationResponse object will not deserialize the final response.

Parameters
Name Description
operationName string

The name of the long running operation

methodName string

The name of the method used to start the operation

Returns
Type Description
Google\ApiCore\OperationResponse