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