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