Uses of Class
com.google.cloud.compute.v1.InsertHealthCheckRequest
-
Packages that use InsertHealthCheckRequest 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 InsertHealthCheckRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InsertHealthCheckRequest Modifier and Type Method Description InsertHealthCheckRequest
InsertHealthCheckRequest.Builder. build()
InsertHealthCheckRequest
InsertHealthCheckRequest.Builder. buildPartial()
static InsertHealthCheckRequest
InsertHealthCheckRequest. getDefaultInstance()
InsertHealthCheckRequest
InsertHealthCheckRequest.Builder. getDefaultInstanceForType()
InsertHealthCheckRequest
InsertHealthCheckRequest. getDefaultInstanceForType()
static InsertHealthCheckRequest
InsertHealthCheckRequest. parseDelimitedFrom(InputStream input)
static InsertHealthCheckRequest
InsertHealthCheckRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertHealthCheckRequest
InsertHealthCheckRequest. parseFrom(byte[] data)
static InsertHealthCheckRequest
InsertHealthCheckRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertHealthCheckRequest
InsertHealthCheckRequest. parseFrom(com.google.protobuf.ByteString data)
static InsertHealthCheckRequest
InsertHealthCheckRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertHealthCheckRequest
InsertHealthCheckRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static InsertHealthCheckRequest
InsertHealthCheckRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertHealthCheckRequest
InsertHealthCheckRequest. parseFrom(InputStream input)
static InsertHealthCheckRequest
InsertHealthCheckRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertHealthCheckRequest
InsertHealthCheckRequest. parseFrom(ByteBuffer data)
static InsertHealthCheckRequest
InsertHealthCheckRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type InsertHealthCheckRequest Modifier and Type Method Description com.google.protobuf.Parser<InsertHealthCheckRequest>
InsertHealthCheckRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<InsertHealthCheckRequest,Operation>
HealthChecksClient. insertCallable()
Creates a HealthCheck resource in the specified project using the data included in the request.com.google.api.gax.rpc.OperationCallable<InsertHealthCheckRequest,Operation,Operation>
HealthChecksClient. insertOperationCallable()
Creates a HealthCheck resource in the specified project using the data included in the request.com.google.api.gax.rpc.OperationCallSettings.Builder<InsertHealthCheckRequest,Operation,Operation>
HealthChecksSettings.Builder. insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertHealthCheckRequest,Operation,Operation>
HealthChecksSettings. insertOperationSettings()
Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertHealthCheckRequest,Operation>
HealthChecksSettings.Builder. insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertHealthCheckRequest,Operation>
HealthChecksSettings. insertSettings()
Returns the object with the settings used for calls to insert.static com.google.protobuf.Parser<InsertHealthCheckRequest>
InsertHealthCheckRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type InsertHealthCheckRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
HealthChecksClient. insertAsync(InsertHealthCheckRequest request)
Creates a HealthCheck resource in the specified project using the data included in the request.InsertHealthCheckRequest.Builder
InsertHealthCheckRequest.Builder. mergeFrom(InsertHealthCheckRequest other)
static InsertHealthCheckRequest.Builder
InsertHealthCheckRequest. newBuilder(InsertHealthCheckRequest prototype)
-
Uses of InsertHealthCheckRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InsertHealthCheckRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<InsertHealthCheckRequest,Operation>
HealthChecksStub. insertCallable()
com.google.api.gax.rpc.UnaryCallable<InsertHealthCheckRequest,Operation>
HttpJsonHealthChecksStub. insertCallable()
com.google.api.gax.rpc.OperationCallable<InsertHealthCheckRequest,Operation,Operation>
HealthChecksStub. insertOperationCallable()
com.google.api.gax.rpc.OperationCallable<InsertHealthCheckRequest,Operation,Operation>
HttpJsonHealthChecksStub. insertOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<InsertHealthCheckRequest,Operation,Operation>
HealthChecksStubSettings.Builder. insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertHealthCheckRequest,Operation,Operation>
HealthChecksStubSettings. insertOperationSettings()
Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertHealthCheckRequest,Operation>
HealthChecksStubSettings.Builder. insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertHealthCheckRequest,Operation>
HealthChecksStubSettings. insertSettings()
Returns the object with the settings used for calls to insert.
-