![JAR search and dependency download from the Maven repository](/logo.png)
target.apidocs.com.google.api.services.compute.Compute.TargetGrpcProxies.html Maven / Gradle / Ivy
Compute.TargetGrpcProxies (Compute Engine API beta-rev20220726-2.0.0)
com.google.api.services.compute
Class Compute.TargetGrpcProxies
- java.lang.Object
-
- com.google.api.services.compute.Compute.TargetGrpcProxies
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.TargetGrpcProxies.Delete
class
Compute.TargetGrpcProxies.Get
class
Compute.TargetGrpcProxies.Insert
class
Compute.TargetGrpcProxies.List
class
Compute.TargetGrpcProxies.Patch
class
Compute.TargetGrpcProxies.TestIamPermissions
-
Constructor Summary
Constructors
Constructor and Description
TargetGrpcProxies()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.TargetGrpcProxies.Delete
delete(String project,
String targetGrpcProxy)
Deletes the specified TargetGrpcProxy in the given scope
Create a request for the method "targetGrpcProxies.delete".
Compute.TargetGrpcProxies.Get
get(String project,
String targetGrpcProxy)
Returns the specified TargetGrpcProxy resource in the given scope.
Compute.TargetGrpcProxies.Insert
insert(String project,
TargetGrpcProxy content)
Creates a TargetGrpcProxy in the specified project in the given scope using the parameters that
are included in the request.
Compute.TargetGrpcProxies.List
list(String project)
Lists the TargetGrpcProxies for a project in the given scope.
Compute.TargetGrpcProxies.Patch
patch(String project,
String targetGrpcProxy,
TargetGrpcProxy content)
Patches the specified TargetGrpcProxy resource with the data included in the request.
Compute.TargetGrpcProxies.TestIamPermissions
testIamPermissions(String project,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
-
-
Method Detail
-
delete
public Compute.TargetGrpcProxies.Delete delete(String project,
String targetGrpcProxy)
throws IOException
Deletes the specified TargetGrpcProxy in the given scope
Create a request for the method "targetGrpcProxies.delete".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
targetGrpcProxy
- Name of the TargetGrpcProxy resource to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.TargetGrpcProxies.Get get(String project,
String targetGrpcProxy)
throws IOException
Returns the specified TargetGrpcProxy resource in the given scope.
Create a request for the method "targetGrpcProxies.get".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
targetGrpcProxy
- Name of the TargetGrpcProxy resource to return.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.TargetGrpcProxies.Insert insert(String project,
TargetGrpcProxy content)
throws IOException
Creates a TargetGrpcProxy in the specified project in the given scope using the parameters that
are included in the request.
Create a request for the method "targetGrpcProxies.insert".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
content
- the TargetGrpcProxy
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.TargetGrpcProxies.List list(String project)
throws IOException
Lists the TargetGrpcProxies for a project in the given scope.
Create a request for the method "targetGrpcProxies.list".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
- Returns:
- the request
- Throws:
IOException
-
patch
public Compute.TargetGrpcProxies.Patch patch(String project,
String targetGrpcProxy,
TargetGrpcProxy content)
throws IOException
Patches the specified TargetGrpcProxy resource with the data included in the request. This method
supports PATCH semantics and uses JSON merge patch format and processing rules.
Create a request for the method "targetGrpcProxies.patch".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
targetGrpcProxy
- Name of the TargetGrpcProxy resource to patch.
content
- the TargetGrpcProxy
- Returns:
- the request
- Throws:
IOException
-
testIamPermissions
public Compute.TargetGrpcProxies.TestIamPermissions testIamPermissions(String project,
String resource,
TestPermissionsRequest content)
throws IOException
Returns permissions that a caller has on the specified resource.
Create a request for the method "targetGrpcProxies.testIamPermissions".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
resource
- Name or id of the resource for this request.
content
- the TestPermissionsRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy