Uses of Class
com.google.cloud.compute.v1.DeleteServiceAttachmentRequest
-
Packages that use DeleteServiceAttachmentRequest 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 DeleteServiceAttachmentRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return DeleteServiceAttachmentRequest Modifier and Type Method Description DeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest.Builder. build()
DeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest.Builder. buildPartial()
static DeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest. getDefaultInstance()
DeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest.Builder. getDefaultInstanceForType()
DeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest. getDefaultInstanceForType()
static DeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest. parseDelimitedFrom(InputStream input)
static DeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest. parseFrom(byte[] data)
static DeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest. parseFrom(InputStream input)
static DeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest. parseFrom(ByteBuffer data)
static DeleteServiceAttachmentRequest
DeleteServiceAttachmentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type DeleteServiceAttachmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteServiceAttachmentRequest,Operation>
ServiceAttachmentsClient. deleteCallable()
Deletes the specified ServiceAttachment in the given scopecom.google.api.gax.rpc.OperationCallable<DeleteServiceAttachmentRequest,Operation,Operation>
ServiceAttachmentsClient. deleteOperationCallable()
Deletes the specified ServiceAttachment in the given scopecom.google.api.gax.rpc.OperationCallSettings.Builder<DeleteServiceAttachmentRequest,Operation,Operation>
ServiceAttachmentsSettings.Builder. deleteOperationSettings()
Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.OperationCallSettings<DeleteServiceAttachmentRequest,Operation,Operation>
ServiceAttachmentsSettings. deleteOperationSettings()
Returns the object with the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteServiceAttachmentRequest,Operation>
ServiceAttachmentsSettings.Builder. deleteSettings()
Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings<DeleteServiceAttachmentRequest,Operation>
ServiceAttachmentsSettings. deleteSettings()
Returns the object with the settings used for calls to delete.com.google.protobuf.Parser<DeleteServiceAttachmentRequest>
DeleteServiceAttachmentRequest. getParserForType()
static com.google.protobuf.Parser<DeleteServiceAttachmentRequest>
DeleteServiceAttachmentRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type DeleteServiceAttachmentRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
ServiceAttachmentsClient. deleteAsync(DeleteServiceAttachmentRequest request)
Deletes the specified ServiceAttachment in the given scopeDeleteServiceAttachmentRequest.Builder
DeleteServiceAttachmentRequest.Builder. mergeFrom(DeleteServiceAttachmentRequest other)
static DeleteServiceAttachmentRequest.Builder
DeleteServiceAttachmentRequest. newBuilder(DeleteServiceAttachmentRequest prototype)
-
Uses of DeleteServiceAttachmentRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type DeleteServiceAttachmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteServiceAttachmentRequest,Operation>
HttpJsonServiceAttachmentsStub. deleteCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteServiceAttachmentRequest,Operation>
ServiceAttachmentsStub. deleteCallable()
com.google.api.gax.rpc.OperationCallable<DeleteServiceAttachmentRequest,Operation,Operation>
HttpJsonServiceAttachmentsStub. deleteOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteServiceAttachmentRequest,Operation,Operation>
ServiceAttachmentsStub. deleteOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteServiceAttachmentRequest,Operation,Operation>
ServiceAttachmentsStubSettings.Builder. deleteOperationSettings()
Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.OperationCallSettings<DeleteServiceAttachmentRequest,Operation,Operation>
ServiceAttachmentsStubSettings. deleteOperationSettings()
Returns the object with the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteServiceAttachmentRequest,Operation>
ServiceAttachmentsStubSettings.Builder. deleteSettings()
Returns the builder for the settings used for calls to delete.com.google.api.gax.rpc.UnaryCallSettings<DeleteServiceAttachmentRequest,Operation>
ServiceAttachmentsStubSettings. deleteSettings()
Returns the object with the settings used for calls to delete.
-