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 PatchForwardingRuleRequestPatchForwardingRuleRequest.Builder. build()PatchForwardingRuleRequestPatchForwardingRuleRequest.Builder. buildPartial()static PatchForwardingRuleRequestPatchForwardingRuleRequest. getDefaultInstance()PatchForwardingRuleRequestPatchForwardingRuleRequest.Builder. getDefaultInstanceForType()PatchForwardingRuleRequestPatchForwardingRuleRequest. getDefaultInstanceForType()static PatchForwardingRuleRequestPatchForwardingRuleRequest. parseDelimitedFrom(InputStream input)static PatchForwardingRuleRequestPatchForwardingRuleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchForwardingRuleRequestPatchForwardingRuleRequest. parseFrom(byte[] data)static PatchForwardingRuleRequestPatchForwardingRuleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchForwardingRuleRequestPatchForwardingRuleRequest. parseFrom(com.google.protobuf.ByteString data)static PatchForwardingRuleRequestPatchForwardingRuleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchForwardingRuleRequestPatchForwardingRuleRequest. parseFrom(com.google.protobuf.CodedInputStream input)static PatchForwardingRuleRequestPatchForwardingRuleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchForwardingRuleRequestPatchForwardingRuleRequest. parseFrom(InputStream input)static PatchForwardingRuleRequestPatchForwardingRuleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchForwardingRuleRequestPatchForwardingRuleRequest. parseFrom(ByteBuffer data)static PatchForwardingRuleRequestPatchForwardingRuleRequest. 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.BuilderPatchForwardingRuleRequest.Builder. mergeFrom(PatchForwardingRuleRequest other)static PatchForwardingRuleRequest.BuilderPatchForwardingRuleRequest. 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.
-