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