| Modifier and Type | Class and Description |
|---|---|
class |
Compute.ForwardingRules.AggregatedList |
class |
Compute.ForwardingRules.Delete |
class |
Compute.ForwardingRules.Get |
class |
Compute.ForwardingRules.Insert |
class |
Compute.ForwardingRules.List |
class |
Compute.ForwardingRules.Patch |
class |
Compute.ForwardingRules.SetLabels |
class |
Compute.ForwardingRules.SetTarget |
class |
Compute.ForwardingRules.TestIamPermissions |
| Constructor and Description |
|---|
ForwardingRules() |
| Modifier and Type | Method and Description |
|---|---|
Compute.ForwardingRules.AggregatedList |
aggregatedList(String project)
Retrieves an aggregated list of forwarding rules.
|
Compute.ForwardingRules.Delete |
delete(String project,
String region,
String forwardingRule)
Deletes the specified ForwardingRule resource.
|
Compute.ForwardingRules.Get |
get(String project,
String region,
String forwardingRule)
Returns the specified ForwardingRule resource.
|
Compute.ForwardingRules.Insert |
insert(String project,
String region,
ForwardingRule content)
Creates a ForwardingRule resource in the specified project and region using the data included in
the request.
|
Compute.ForwardingRules.List |
list(String project,
String region)
Retrieves a list of ForwardingRule resources available to the specified project and region.
|
Compute.ForwardingRules.Patch |
patch(String project,
String region,
String forwardingRule,
ForwardingRule content)
Updates the specified forwarding rule with the data included in the request.
|
Compute.ForwardingRules.SetLabels |
setLabels(String project,
String region,
String resource,
RegionSetLabelsRequest content)
Sets the labels on the specified resource.
|
Compute.ForwardingRules.SetTarget |
setTarget(String project,
String region,
String forwardingRule,
TargetReference content)
Changes target URL for forwarding rule.
|
Compute.ForwardingRules.TestIamPermissions |
testIamPermissions(String project,
String region,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
public Compute.ForwardingRules.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.ForwardingRules.Delete delete(String project, String region, String forwardingRule) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.forwardingRule - Name of the ForwardingRule resource to delete.IOExceptionpublic Compute.ForwardingRules.Get get(String project, String region, String forwardingRule) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.forwardingRule - Name of the ForwardingRule resource to return.IOExceptionpublic Compute.ForwardingRules.Insert insert(String project, String region, ForwardingRule content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.content - the ForwardingRuleIOExceptionpublic Compute.ForwardingRules.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.IOExceptionpublic Compute.ForwardingRules.Patch patch(String project, String region, String forwardingRule, ForwardingRule content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.forwardingRule - Name of the ForwardingRule resource to patch.content - the ForwardingRuleIOExceptionpublic Compute.ForwardingRules.SetLabels setLabels(String project, String region, String resource, RegionSetLabelsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The region for this request.resource - Name or id of the resource for this request.content - the RegionSetLabelsRequestIOExceptionpublic Compute.ForwardingRules.SetTarget setTarget(String project, String region, String forwardingRule, TargetReference content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.forwardingRule - Name of the ForwardingRule resource in which target is to be set.content - the TargetReferenceIOExceptionpublic Compute.ForwardingRules.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2021 Google. All rights reserved.