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