Uses of Class
com.google.cloud.compute.v1.SetTargetForwardingRuleRequest
-
Packages that use SetTargetForwardingRuleRequest 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 SetTargetForwardingRuleRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SetTargetForwardingRuleRequest Modifier and Type Method Description SetTargetForwardingRuleRequest
SetTargetForwardingRuleRequest.Builder. build()
SetTargetForwardingRuleRequest
SetTargetForwardingRuleRequest.Builder. buildPartial()
static SetTargetForwardingRuleRequest
SetTargetForwardingRuleRequest. getDefaultInstance()
SetTargetForwardingRuleRequest
SetTargetForwardingRuleRequest.Builder. getDefaultInstanceForType()
SetTargetForwardingRuleRequest
SetTargetForwardingRuleRequest. getDefaultInstanceForType()
static SetTargetForwardingRuleRequest
SetTargetForwardingRuleRequest. parseDelimitedFrom(InputStream input)
static SetTargetForwardingRuleRequest
SetTargetForwardingRuleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetTargetForwardingRuleRequest
SetTargetForwardingRuleRequest. parseFrom(byte[] data)
static SetTargetForwardingRuleRequest
SetTargetForwardingRuleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetTargetForwardingRuleRequest
SetTargetForwardingRuleRequest. parseFrom(com.google.protobuf.ByteString data)
static SetTargetForwardingRuleRequest
SetTargetForwardingRuleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetTargetForwardingRuleRequest
SetTargetForwardingRuleRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SetTargetForwardingRuleRequest
SetTargetForwardingRuleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetTargetForwardingRuleRequest
SetTargetForwardingRuleRequest. parseFrom(InputStream input)
static SetTargetForwardingRuleRequest
SetTargetForwardingRuleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetTargetForwardingRuleRequest
SetTargetForwardingRuleRequest. parseFrom(ByteBuffer data)
static SetTargetForwardingRuleRequest
SetTargetForwardingRuleRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type SetTargetForwardingRuleRequest Modifier and Type Method Description com.google.protobuf.Parser<SetTargetForwardingRuleRequest>
SetTargetForwardingRuleRequest. getParserForType()
static com.google.protobuf.Parser<SetTargetForwardingRuleRequest>
SetTargetForwardingRuleRequest. parser()
com.google.api.gax.rpc.UnaryCallable<SetTargetForwardingRuleRequest,Operation>
ForwardingRulesClient. setTargetCallable()
Changes target URL for forwarding rule.com.google.api.gax.rpc.OperationCallable<SetTargetForwardingRuleRequest,Operation,Operation>
ForwardingRulesClient. setTargetOperationCallable()
Changes target URL for forwarding rule.com.google.api.gax.rpc.OperationCallSettings.Builder<SetTargetForwardingRuleRequest,Operation,Operation>
ForwardingRulesSettings.Builder. setTargetOperationSettings()
Returns the builder for the settings used for calls to setTarget.com.google.api.gax.rpc.OperationCallSettings<SetTargetForwardingRuleRequest,Operation,Operation>
ForwardingRulesSettings. setTargetOperationSettings()
Returns the object with the settings used for calls to setTarget.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetTargetForwardingRuleRequest,Operation>
ForwardingRulesSettings.Builder. setTargetSettings()
Returns the builder for the settings used for calls to setTarget.com.google.api.gax.rpc.UnaryCallSettings<SetTargetForwardingRuleRequest,Operation>
ForwardingRulesSettings. setTargetSettings()
Returns the object with the settings used for calls to setTarget.Methods in com.google.cloud.compute.v1 with parameters of type SetTargetForwardingRuleRequest Modifier and Type Method Description SetTargetForwardingRuleRequest.Builder
SetTargetForwardingRuleRequest.Builder. mergeFrom(SetTargetForwardingRuleRequest other)
static SetTargetForwardingRuleRequest.Builder
SetTargetForwardingRuleRequest. newBuilder(SetTargetForwardingRuleRequest prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
ForwardingRulesClient. setTargetAsync(SetTargetForwardingRuleRequest request)
Changes target URL for forwarding rule. -
Uses of SetTargetForwardingRuleRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type SetTargetForwardingRuleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SetTargetForwardingRuleRequest,Operation>
ForwardingRulesStub. setTargetCallable()
com.google.api.gax.rpc.UnaryCallable<SetTargetForwardingRuleRequest,Operation>
HttpJsonForwardingRulesStub. setTargetCallable()
com.google.api.gax.rpc.OperationCallable<SetTargetForwardingRuleRequest,Operation,Operation>
ForwardingRulesStub. setTargetOperationCallable()
com.google.api.gax.rpc.OperationCallable<SetTargetForwardingRuleRequest,Operation,Operation>
HttpJsonForwardingRulesStub. setTargetOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<SetTargetForwardingRuleRequest,Operation,Operation>
ForwardingRulesStubSettings.Builder. setTargetOperationSettings()
Returns the builder for the settings used for calls to setTarget.com.google.api.gax.rpc.OperationCallSettings<SetTargetForwardingRuleRequest,Operation,Operation>
ForwardingRulesStubSettings. setTargetOperationSettings()
Returns the object with the settings used for calls to setTarget.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetTargetForwardingRuleRequest,Operation>
ForwardingRulesStubSettings.Builder. setTargetSettings()
Returns the builder for the settings used for calls to setTarget.com.google.api.gax.rpc.UnaryCallSettings<SetTargetForwardingRuleRequest,Operation>
ForwardingRulesStubSettings. setTargetSettings()
Returns the object with the settings used for calls to setTarget.
-