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