class GlobalPublicDelegatedPrefixes extends Resource (View source)

The "globalPublicDelegatedPrefixes" collection of methods.

Typical usage is:

 $computeService = new Google\Service\Compute(...);
 $globalPublicDelegatedPrefixes = $computeService->globalPublicDelegatedPrefixes;

Methods

delete(string $project, string $publicDelegatedPrefix, array $optParams = [])

Deletes the specified global PublicDelegatedPrefix.

get(string $project, string $publicDelegatedPrefix, array $optParams = [])

Returns the specified global PublicDelegatedPrefix resource.

insert(string $project, PublicDelegatedPrefix $postBody, array $optParams = [])

Creates a global PublicDelegatedPrefix in the specified project using the parameters that are included in the request.

listGlobalPublicDelegatedPrefixes(string $project, array $optParams = [])

Lists the global PublicDelegatedPrefixes for a project.

patch(string $project, string $publicDelegatedPrefix, PublicDelegatedPrefix $postBody, array $optParams = [])

Patches the specified global PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.

Details

Operation delete(string $project, string $publicDelegatedPrefix, array $optParams = [])

Deletes the specified global PublicDelegatedPrefix.

(globalPublicDelegatedPrefixes.delete)

Parameters

string $project

Project ID for this request.

string $publicDelegatedPrefix

Name of the PublicDelegatedPrefix resource to delete.

array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

PublicDelegatedPrefix get(string $project, string $publicDelegatedPrefix, array $optParams = [])

Returns the specified global PublicDelegatedPrefix resource.

(globalPublicDelegatedPrefixes.get)

Parameters

string $project

Project ID for this request.

string $publicDelegatedPrefix

Name of the PublicDelegatedPrefix resource to return.

array $optParams

Optional parameters.

Return Value

PublicDelegatedPrefix

Exceptions

Exception

Operation insert(string $project, PublicDelegatedPrefix $postBody, array $optParams = [])

Creates a global PublicDelegatedPrefix in the specified project using the parameters that are included in the request.

(globalPublicDelegatedPrefixes.insert)

Parameters

string $project

Project ID for this request.

PublicDelegatedPrefix $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

PublicDelegatedPrefixList listGlobalPublicDelegatedPrefixes(string $project, array $optParams = [])

Lists the global PublicDelegatedPrefixes for a project.

(globalPublicDelegatedPrefixes.listGlobalPublicDelegatedPrefixes)

Parameters

string $project

Project ID for this request.

array $optParams

Optional parameters.

Return Value

PublicDelegatedPrefixList

Exceptions

Exception

Operation patch(string $project, string $publicDelegatedPrefix, PublicDelegatedPrefix $postBody, array $optParams = [])

Patches the specified global PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.

(globalPublicDelegatedPrefixes.patch)

Parameters

string $project

Project ID for this request.

string $publicDelegatedPrefix

Name of the PublicDelegatedPrefix resource to patch.

PublicDelegatedPrefix $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception