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