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