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