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