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