target.apidocs.com.google.api.services.compute.Compute.HttpsHealthChecks.html Maven / Gradle / Ivy
Compute.HttpsHealthChecks (Compute Engine API alpha-rev20200526-1.30.9)
com.google.api.services.compute
Class Compute.HttpsHealthChecks
- java.lang.Object
-
- com.google.api.services.compute.Compute.HttpsHealthChecks
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.HttpsHealthChecks.Delete
class
Compute.HttpsHealthChecks.Get
class
Compute.HttpsHealthChecks.Insert
class
Compute.HttpsHealthChecks.List
class
Compute.HttpsHealthChecks.Patch
class
Compute.HttpsHealthChecks.TestIamPermissions
class
Compute.HttpsHealthChecks.Update
-
Constructor Summary
Constructors
Constructor and Description
HttpsHealthChecks()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.HttpsHealthChecks.Delete
delete(String project,
String httpsHealthCheck)
Deletes the specified HttpsHealthCheck resource.
Compute.HttpsHealthChecks.Get
get(String project,
String httpsHealthCheck)
Returns the specified HttpsHealthCheck resource.
Compute.HttpsHealthChecks.Insert
insert(String project,
HttpsHealthCheck content)
Creates a HttpsHealthCheck resource in the specified project using the data included in the
request.
Compute.HttpsHealthChecks.List
list(String project)
Retrieves the list of HttpsHealthCheck resources available to the specified project.
Compute.HttpsHealthChecks.Patch
patch(String project,
String httpsHealthCheck,
HttpsHealthCheck content)
Updates a HttpsHealthCheck resource in the specified project using the data included in the
request.
Compute.HttpsHealthChecks.TestIamPermissions
testIamPermissions(String project,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
Compute.HttpsHealthChecks.Update
update(String project,
String httpsHealthCheck,
HttpsHealthCheck content)
Updates a HttpsHealthCheck resource in the specified project using the data included in the
request.
-
-
Method Detail
-
delete
public Compute.HttpsHealthChecks.Delete delete(String project,
String httpsHealthCheck)
throws IOException
Deletes the specified HttpsHealthCheck resource.
Create a request for the method "httpsHealthChecks.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.
httpsHealthCheck
- Name of the HttpsHealthCheck resource to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.HttpsHealthChecks.Get get(String project,
String httpsHealthCheck)
throws IOException
Returns the specified HttpsHealthCheck resource. Gets a list of available HTTPS health checks by
making a list() request.
Create a request for the method "httpsHealthChecks.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.
httpsHealthCheck
- Name of the HttpsHealthCheck resource to return.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.HttpsHealthChecks.Insert insert(String project,
HttpsHealthCheck content)
throws IOException
Creates a HttpsHealthCheck resource in the specified project using the data included in the
request.
Create a request for the method "httpsHealthChecks.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 HttpsHealthCheck
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.HttpsHealthChecks.List list(String project)
throws IOException
Retrieves the list of HttpsHealthCheck resources available to the specified project.
Create a request for the method "httpsHealthChecks.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.HttpsHealthChecks.Patch patch(String project,
String httpsHealthCheck,
HttpsHealthCheck content)
throws IOException
Updates a HttpsHealthCheck resource in the specified project using the data included in the
request. This method supports PATCH semantics and uses the JSON merge patch format and processing
rules.
Create a request for the method "httpsHealthChecks.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.
httpsHealthCheck
- Name of the HttpsHealthCheck resource to patch.
content
- the HttpsHealthCheck
- Returns:
- the request
- Throws:
IOException
-
testIamPermissions
public Compute.HttpsHealthChecks.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 "httpsHealthChecks.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
-
update
public Compute.HttpsHealthChecks.Update update(String project,
String httpsHealthCheck,
HttpsHealthCheck content)
throws IOException
Updates a HttpsHealthCheck resource in the specified project using the data included in the
request.
Create a request for the method "httpsHealthChecks.update".
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.
httpsHealthCheck
- Name of the HttpsHealthCheck resource to update.
content
- the HttpsHealthCheck
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2020 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy