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