Uses of Class
com.google.cloud.compute.v1.HealthCheckService
-
Packages that use HealthCheckService Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of HealthCheckService in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return HealthCheckService Modifier and Type Method Description HealthCheckService
HealthCheckService.Builder. build()
HealthCheckService
HealthCheckService.Builder. buildPartial()
HealthCheckService
RegionHealthCheckServicesClient. get(GetRegionHealthCheckServiceRequest request)
Returns the specified regional HealthCheckService resource.HealthCheckService
RegionHealthCheckServicesClient. get(String project, String region, String healthCheckService)
Returns the specified regional HealthCheckService resource.static HealthCheckService
HealthCheckService. getDefaultInstance()
HealthCheckService
HealthCheckService.Builder. getDefaultInstanceForType()
HealthCheckService
HealthCheckService. getDefaultInstanceForType()
HealthCheckService
InsertRegionHealthCheckServiceRequest.Builder. getHealthCheckServiceResource()
The body resource for this requestHealthCheckService
InsertRegionHealthCheckServiceRequest. getHealthCheckServiceResource()
The body resource for this requestHealthCheckService
InsertRegionHealthCheckServiceRequestOrBuilder. getHealthCheckServiceResource()
The body resource for this requestHealthCheckService
PatchRegionHealthCheckServiceRequest.Builder. getHealthCheckServiceResource()
The body resource for this requestHealthCheckService
PatchRegionHealthCheckServiceRequest. getHealthCheckServiceResource()
The body resource for this requestHealthCheckService
PatchRegionHealthCheckServiceRequestOrBuilder. getHealthCheckServiceResource()
The body resource for this requestHealthCheckService
HealthCheckServicesList.Builder. getItems(int index)
A list of HealthCheckService resources.HealthCheckService
HealthCheckServicesList. getItems(int index)
A list of HealthCheckService resources.HealthCheckService
HealthCheckServicesListOrBuilder. getItems(int index)
A list of HealthCheckService resources.static HealthCheckService
HealthCheckService. parseDelimitedFrom(InputStream input)
static HealthCheckService
HealthCheckService. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheckService
HealthCheckService. parseFrom(byte[] data)
static HealthCheckService
HealthCheckService. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheckService
HealthCheckService. parseFrom(com.google.protobuf.ByteString data)
static HealthCheckService
HealthCheckService. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheckService
HealthCheckService. parseFrom(com.google.protobuf.CodedInputStream input)
static HealthCheckService
HealthCheckService. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheckService
HealthCheckService. parseFrom(InputStream input)
static HealthCheckService
HealthCheckService. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheckService
HealthCheckService. parseFrom(ByteBuffer data)
static HealthCheckService
HealthCheckService. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type HealthCheckService Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRegionHealthCheckServiceRequest,HealthCheckService>
RegionHealthCheckServicesClient. getCallable()
Returns the specified regional HealthCheckService resource.List<HealthCheckService>
HealthCheckServicesList.Builder. getItemsList()
A list of HealthCheckService resources.List<HealthCheckService>
HealthCheckServicesList. getItemsList()
A list of HealthCheckService resources.List<HealthCheckService>
HealthCheckServicesListOrBuilder. getItemsList()
A list of HealthCheckService resources.com.google.protobuf.Parser<HealthCheckService>
HealthCheckService. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRegionHealthCheckServiceRequest,HealthCheckService>
RegionHealthCheckServicesSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetRegionHealthCheckServiceRequest,HealthCheckService>
RegionHealthCheckServicesSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<HealthCheckService>
HealthCheckService. parser()
Methods in com.google.cloud.compute.v1 with parameters of type HealthCheckService Modifier and Type Method Description HealthCheckServicesList.Builder
HealthCheckServicesList.Builder. addItems(int index, HealthCheckService value)
A list of HealthCheckService resources.HealthCheckServicesList.Builder
HealthCheckServicesList.Builder. addItems(HealthCheckService value)
A list of HealthCheckService resources.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
RegionHealthCheckServicesClient. insertAsync(String project, String region, HealthCheckService healthCheckServiceResource)
Creates a regional HealthCheckService resource in the specified project and region using the data included in the request.HealthCheckService.Builder
HealthCheckService.Builder. mergeFrom(HealthCheckService other)
InsertRegionHealthCheckServiceRequest.Builder
InsertRegionHealthCheckServiceRequest.Builder. mergeHealthCheckServiceResource(HealthCheckService value)
The body resource for this requestPatchRegionHealthCheckServiceRequest.Builder
PatchRegionHealthCheckServiceRequest.Builder. mergeHealthCheckServiceResource(HealthCheckService value)
The body resource for this requeststatic HealthCheckService.Builder
HealthCheckService. newBuilder(HealthCheckService prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
RegionHealthCheckServicesClient. patchAsync(String project, String region, String healthCheckService, HealthCheckService healthCheckServiceResource)
Updates the specified regional HealthCheckService resource with the data included in the request.InsertRegionHealthCheckServiceRequest.Builder
InsertRegionHealthCheckServiceRequest.Builder. setHealthCheckServiceResource(HealthCheckService value)
The body resource for this requestPatchRegionHealthCheckServiceRequest.Builder
PatchRegionHealthCheckServiceRequest.Builder. setHealthCheckServiceResource(HealthCheckService value)
The body resource for this requestHealthCheckServicesList.Builder
HealthCheckServicesList.Builder. setItems(int index, HealthCheckService value)
A list of HealthCheckService resources.Method parameters in com.google.cloud.compute.v1 with type arguments of type HealthCheckService Modifier and Type Method Description HealthCheckServicesList.Builder
HealthCheckServicesList.Builder. addAllItems(Iterable<? extends HealthCheckService> values)
A list of HealthCheckService resources.static com.google.api.core.ApiFuture<RegionHealthCheckServicesClient.ListPagedResponse>
RegionHealthCheckServicesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRegionHealthCheckServicesRequest,HealthCheckServicesList,HealthCheckService> context, com.google.api.core.ApiFuture<HealthCheckServicesList> futureResponse)
protected RegionHealthCheckServicesClient.ListPage
RegionHealthCheckServicesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListRegionHealthCheckServicesRequest,HealthCheckServicesList,HealthCheckService> context, HealthCheckServicesList response)
com.google.api.core.ApiFuture<RegionHealthCheckServicesClient.ListPage>
RegionHealthCheckServicesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRegionHealthCheckServicesRequest,HealthCheckServicesList,HealthCheckService> context, com.google.api.core.ApiFuture<HealthCheckServicesList> futureResponse)
-
Uses of HealthCheckService in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type HealthCheckService Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRegionHealthCheckServiceRequest,HealthCheckService>
HttpJsonRegionHealthCheckServicesStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetRegionHealthCheckServiceRequest,HealthCheckService>
RegionHealthCheckServicesStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRegionHealthCheckServiceRequest,HealthCheckService>
RegionHealthCheckServicesStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetRegionHealthCheckServiceRequest,HealthCheckService>
RegionHealthCheckServicesStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-