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