Uses of Class
com.google.cloud.netapp.v1.DeleteSnapshotRequest
-
Packages that use DeleteSnapshotRequest Package Description com.google.cloud.netapp.v1 A client to NetApp APIcom.google.cloud.netapp.v1.stub -
-
Uses of DeleteSnapshotRequest in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return DeleteSnapshotRequest Modifier and Type Method Description DeleteSnapshotRequest
DeleteSnapshotRequest.Builder. build()
DeleteSnapshotRequest
DeleteSnapshotRequest.Builder. buildPartial()
static DeleteSnapshotRequest
DeleteSnapshotRequest. getDefaultInstance()
DeleteSnapshotRequest
DeleteSnapshotRequest.Builder. getDefaultInstanceForType()
DeleteSnapshotRequest
DeleteSnapshotRequest. getDefaultInstanceForType()
static DeleteSnapshotRequest
DeleteSnapshotRequest. parseDelimitedFrom(InputStream input)
static DeleteSnapshotRequest
DeleteSnapshotRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSnapshotRequest
DeleteSnapshotRequest. parseFrom(byte[] data)
static DeleteSnapshotRequest
DeleteSnapshotRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSnapshotRequest
DeleteSnapshotRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteSnapshotRequest
DeleteSnapshotRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSnapshotRequest
DeleteSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteSnapshotRequest
DeleteSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSnapshotRequest
DeleteSnapshotRequest. parseFrom(InputStream input)
static DeleteSnapshotRequest
DeleteSnapshotRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSnapshotRequest
DeleteSnapshotRequest. parseFrom(ByteBuffer data)
static DeleteSnapshotRequest
DeleteSnapshotRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.netapp.v1 that return types with arguments of type DeleteSnapshotRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteSnapshotRequest,com.google.longrunning.Operation>
NetAppClient. deleteSnapshotCallable()
Deletes a snapshot.com.google.api.gax.rpc.OperationCallable<DeleteSnapshotRequest,com.google.protobuf.Empty,OperationMetadata>
NetAppClient. deleteSnapshotOperationCallable()
Deletes a snapshot.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteSnapshotRequest,com.google.protobuf.Empty,OperationMetadata>
NetAppSettings.Builder. deleteSnapshotOperationSettings()
Returns the builder for the settings used for calls to deleteSnapshot.com.google.api.gax.rpc.OperationCallSettings<DeleteSnapshotRequest,com.google.protobuf.Empty,OperationMetadata>
NetAppSettings. deleteSnapshotOperationSettings()
Returns the object with the settings used for calls to deleteSnapshot.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSnapshotRequest,com.google.longrunning.Operation>
NetAppSettings.Builder. deleteSnapshotSettings()
Returns the builder for the settings used for calls to deleteSnapshot.com.google.api.gax.rpc.UnaryCallSettings<DeleteSnapshotRequest,com.google.longrunning.Operation>
NetAppSettings. deleteSnapshotSettings()
Returns the object with the settings used for calls to deleteSnapshot.static io.grpc.MethodDescriptor<DeleteSnapshotRequest,com.google.longrunning.Operation>
NetAppGrpc. getDeleteSnapshotMethod()
com.google.protobuf.Parser<DeleteSnapshotRequest>
DeleteSnapshotRequest. getParserForType()
static com.google.protobuf.Parser<DeleteSnapshotRequest>
DeleteSnapshotRequest. parser()
Methods in com.google.cloud.netapp.v1 with parameters of type DeleteSnapshotRequest Modifier and Type Method Description default void
NetAppGrpc.AsyncService. deleteSnapshot(DeleteSnapshotRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes a snapshot.com.google.longrunning.Operation
NetAppGrpc.NetAppBlockingStub. deleteSnapshot(DeleteSnapshotRequest request)
Deletes a snapshot.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
NetAppGrpc.NetAppFutureStub. deleteSnapshot(DeleteSnapshotRequest request)
Deletes a snapshot.void
NetAppGrpc.NetAppStub. deleteSnapshot(DeleteSnapshotRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes a snapshot.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
NetAppClient. deleteSnapshotAsync(DeleteSnapshotRequest request)
Deletes a snapshot.DeleteSnapshotRequest.Builder
DeleteSnapshotRequest.Builder. mergeFrom(DeleteSnapshotRequest other)
static DeleteSnapshotRequest.Builder
DeleteSnapshotRequest. newBuilder(DeleteSnapshotRequest prototype)
-
Uses of DeleteSnapshotRequest in com.google.cloud.netapp.v1.stub
Methods in com.google.cloud.netapp.v1.stub that return types with arguments of type DeleteSnapshotRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteSnapshotRequest,com.google.longrunning.Operation>
GrpcNetAppStub. deleteSnapshotCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteSnapshotRequest,com.google.longrunning.Operation>
HttpJsonNetAppStub. deleteSnapshotCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteSnapshotRequest,com.google.longrunning.Operation>
NetAppStub. deleteSnapshotCallable()
com.google.api.gax.rpc.OperationCallable<DeleteSnapshotRequest,com.google.protobuf.Empty,OperationMetadata>
GrpcNetAppStub. deleteSnapshotOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteSnapshotRequest,com.google.protobuf.Empty,OperationMetadata>
HttpJsonNetAppStub. deleteSnapshotOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteSnapshotRequest,com.google.protobuf.Empty,OperationMetadata>
NetAppStub. deleteSnapshotOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteSnapshotRequest,com.google.protobuf.Empty,OperationMetadata>
NetAppStubSettings.Builder. deleteSnapshotOperationSettings()
Returns the builder for the settings used for calls to deleteSnapshot.com.google.api.gax.rpc.OperationCallSettings<DeleteSnapshotRequest,com.google.protobuf.Empty,OperationMetadata>
NetAppStubSettings. deleteSnapshotOperationSettings()
Returns the object with the settings used for calls to deleteSnapshot.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSnapshotRequest,com.google.longrunning.Operation>
NetAppStubSettings.Builder. deleteSnapshotSettings()
Returns the builder for the settings used for calls to deleteSnapshot.com.google.api.gax.rpc.UnaryCallSettings<DeleteSnapshotRequest,com.google.longrunning.Operation>
NetAppStubSettings. deleteSnapshotSettings()
Returns the object with the settings used for calls to deleteSnapshot.
-