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 GetHealthBackendServiceRequestGetHealthBackendServiceRequest.Builder. build()GetHealthBackendServiceRequestGetHealthBackendServiceRequest.Builder. buildPartial()static GetHealthBackendServiceRequestGetHealthBackendServiceRequest. getDefaultInstance()GetHealthBackendServiceRequestGetHealthBackendServiceRequest.Builder. getDefaultInstanceForType()GetHealthBackendServiceRequestGetHealthBackendServiceRequest. getDefaultInstanceForType()static GetHealthBackendServiceRequestGetHealthBackendServiceRequest. parseDelimitedFrom(InputStream input)static GetHealthBackendServiceRequestGetHealthBackendServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetHealthBackendServiceRequestGetHealthBackendServiceRequest. parseFrom(byte[] data)static GetHealthBackendServiceRequestGetHealthBackendServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetHealthBackendServiceRequestGetHealthBackendServiceRequest. parseFrom(com.google.protobuf.ByteString data)static GetHealthBackendServiceRequestGetHealthBackendServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetHealthBackendServiceRequestGetHealthBackendServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetHealthBackendServiceRequestGetHealthBackendServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetHealthBackendServiceRequestGetHealthBackendServiceRequest. parseFrom(InputStream input)static GetHealthBackendServiceRequestGetHealthBackendServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetHealthBackendServiceRequestGetHealthBackendServiceRequest. parseFrom(ByteBuffer data)static GetHealthBackendServiceRequestGetHealthBackendServiceRequest. 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 BackendServiceGroupHealthBackendServicesClient. getHealth(GetHealthBackendServiceRequest request)Gets the most recent health check results for this BackendService.GetHealthBackendServiceRequest.BuilderGetHealthBackendServiceRequest.Builder. mergeFrom(GetHealthBackendServiceRequest other)static GetHealthBackendServiceRequest.BuilderGetHealthBackendServiceRequest. 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.
-