GlobalPublicDelegatedPrefixes
class GlobalPublicDelegatedPrefixes extends Resource (View source)
The "globalPublicDelegatedPrefixes" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$globalPublicDelegatedPrefixes = $computeService->globalPublicDelegatedPrefixes;
Methods
Deletes the specified global PublicDelegatedPrefix.
Returns the specified global PublicDelegatedPrefix resource.
Creates a global PublicDelegatedPrefix in the specified project using the parameters that are included in the request.
Lists the global PublicDelegatedPrefixes for a project.
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)
PublicDelegatedPrefix
get(string $project, string $publicDelegatedPrefix, array $optParams = [])
Returns the specified global PublicDelegatedPrefix resource.
(globalPublicDelegatedPrefixes.get)
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)
PublicDelegatedPrefixList
listGlobalPublicDelegatedPrefixes(string $project, array $optParams = [])
Lists the global PublicDelegatedPrefixes for a project.
(globalPublicDelegatedPrefixes.listGlobalPublicDelegatedPrefixes)
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)