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