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