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