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