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