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