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