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