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