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