Uses of Class
com.google.cloud.compute.v1.GetHealthRegionBackendServiceRequest
-
Packages that use GetHealthRegionBackendServiceRequest 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 GetHealthRegionBackendServiceRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetHealthRegionBackendServiceRequest Modifier and Type Method Description GetHealthRegionBackendServiceRequest
GetHealthRegionBackendServiceRequest.Builder. build()
GetHealthRegionBackendServiceRequest
GetHealthRegionBackendServiceRequest.Builder. buildPartial()
static GetHealthRegionBackendServiceRequest
GetHealthRegionBackendServiceRequest. getDefaultInstance()
GetHealthRegionBackendServiceRequest
GetHealthRegionBackendServiceRequest.Builder. getDefaultInstanceForType()
GetHealthRegionBackendServiceRequest
GetHealthRegionBackendServiceRequest. getDefaultInstanceForType()
static GetHealthRegionBackendServiceRequest
GetHealthRegionBackendServiceRequest. parseDelimitedFrom(InputStream input)
static GetHealthRegionBackendServiceRequest
GetHealthRegionBackendServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetHealthRegionBackendServiceRequest
GetHealthRegionBackendServiceRequest. parseFrom(byte[] data)
static GetHealthRegionBackendServiceRequest
GetHealthRegionBackendServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetHealthRegionBackendServiceRequest
GetHealthRegionBackendServiceRequest. parseFrom(com.google.protobuf.ByteString data)
static GetHealthRegionBackendServiceRequest
GetHealthRegionBackendServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetHealthRegionBackendServiceRequest
GetHealthRegionBackendServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetHealthRegionBackendServiceRequest
GetHealthRegionBackendServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetHealthRegionBackendServiceRequest
GetHealthRegionBackendServiceRequest. parseFrom(InputStream input)
static GetHealthRegionBackendServiceRequest
GetHealthRegionBackendServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetHealthRegionBackendServiceRequest
GetHealthRegionBackendServiceRequest. parseFrom(ByteBuffer data)
static GetHealthRegionBackendServiceRequest
GetHealthRegionBackendServiceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetHealthRegionBackendServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetHealthRegionBackendServiceRequest,BackendServiceGroupHealth>
RegionBackendServicesClient. getHealthCallable()
Gets the most recent health check results for this regional BackendService.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetHealthRegionBackendServiceRequest,BackendServiceGroupHealth>
RegionBackendServicesSettings.Builder. getHealthSettings()
Returns the builder for the settings used for calls to getHealth.com.google.api.gax.rpc.UnaryCallSettings<GetHealthRegionBackendServiceRequest,BackendServiceGroupHealth>
RegionBackendServicesSettings. getHealthSettings()
Returns the object with the settings used for calls to getHealth.com.google.protobuf.Parser<GetHealthRegionBackendServiceRequest>
GetHealthRegionBackendServiceRequest. getParserForType()
static com.google.protobuf.Parser<GetHealthRegionBackendServiceRequest>
GetHealthRegionBackendServiceRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetHealthRegionBackendServiceRequest Modifier and Type Method Description BackendServiceGroupHealth
RegionBackendServicesClient. getHealth(GetHealthRegionBackendServiceRequest request)
Gets the most recent health check results for this regional BackendService.GetHealthRegionBackendServiceRequest.Builder
GetHealthRegionBackendServiceRequest.Builder. mergeFrom(GetHealthRegionBackendServiceRequest other)
static GetHealthRegionBackendServiceRequest.Builder
GetHealthRegionBackendServiceRequest. newBuilder(GetHealthRegionBackendServiceRequest prototype)
-
Uses of GetHealthRegionBackendServiceRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetHealthRegionBackendServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetHealthRegionBackendServiceRequest,BackendServiceGroupHealth>
HttpJsonRegionBackendServicesStub. getHealthCallable()
com.google.api.gax.rpc.UnaryCallable<GetHealthRegionBackendServiceRequest,BackendServiceGroupHealth>
RegionBackendServicesStub. getHealthCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetHealthRegionBackendServiceRequest,BackendServiceGroupHealth>
RegionBackendServicesStubSettings.Builder. getHealthSettings()
Returns the builder for the settings used for calls to getHealth.com.google.api.gax.rpc.UnaryCallSettings<GetHealthRegionBackendServiceRequest,BackendServiceGroupHealth>
RegionBackendServicesStubSettings. getHealthSettings()
Returns the object with the settings used for calls to getHealth.
-