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 InsertHealthCheckRequestInsertHealthCheckRequest.Builder. build()InsertHealthCheckRequestInsertHealthCheckRequest.Builder. buildPartial()static InsertHealthCheckRequestInsertHealthCheckRequest. getDefaultInstance()InsertHealthCheckRequestInsertHealthCheckRequest.Builder. getDefaultInstanceForType()InsertHealthCheckRequestInsertHealthCheckRequest. getDefaultInstanceForType()static InsertHealthCheckRequestInsertHealthCheckRequest. parseDelimitedFrom(InputStream input)static InsertHealthCheckRequestInsertHealthCheckRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertHealthCheckRequestInsertHealthCheckRequest. parseFrom(byte[] data)static InsertHealthCheckRequestInsertHealthCheckRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertHealthCheckRequestInsertHealthCheckRequest. parseFrom(com.google.protobuf.ByteString data)static InsertHealthCheckRequestInsertHealthCheckRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertHealthCheckRequestInsertHealthCheckRequest. parseFrom(com.google.protobuf.CodedInputStream input)static InsertHealthCheckRequestInsertHealthCheckRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertHealthCheckRequestInsertHealthCheckRequest. parseFrom(InputStream input)static InsertHealthCheckRequestInsertHealthCheckRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertHealthCheckRequestInsertHealthCheckRequest. parseFrom(ByteBuffer data)static InsertHealthCheckRequestInsertHealthCheckRequest. 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.BuilderInsertHealthCheckRequest.Builder. mergeFrom(InsertHealthCheckRequest other)static InsertHealthCheckRequest.BuilderInsertHealthCheckRequest. 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.
-