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