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