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