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