Uses of Class
com.google.cloud.netapp.v1.GetSnapshotRequest
-
Packages that use GetSnapshotRequest Package Description com.google.cloud.netapp.v1 A client to NetApp APIcom.google.cloud.netapp.v1.stub -
-
Uses of GetSnapshotRequest in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return GetSnapshotRequest Modifier and Type Method Description GetSnapshotRequestGetSnapshotRequest.Builder. build()GetSnapshotRequestGetSnapshotRequest.Builder. buildPartial()static GetSnapshotRequestGetSnapshotRequest. getDefaultInstance()GetSnapshotRequestGetSnapshotRequest.Builder. getDefaultInstanceForType()GetSnapshotRequestGetSnapshotRequest. getDefaultInstanceForType()static GetSnapshotRequestGetSnapshotRequest. parseDelimitedFrom(InputStream input)static GetSnapshotRequestGetSnapshotRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSnapshotRequestGetSnapshotRequest. parseFrom(byte[] data)static GetSnapshotRequestGetSnapshotRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSnapshotRequestGetSnapshotRequest. parseFrom(com.google.protobuf.ByteString data)static GetSnapshotRequestGetSnapshotRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSnapshotRequestGetSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetSnapshotRequestGetSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSnapshotRequestGetSnapshotRequest. parseFrom(InputStream input)static GetSnapshotRequestGetSnapshotRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSnapshotRequestGetSnapshotRequest. parseFrom(ByteBuffer data)static GetSnapshotRequestGetSnapshotRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.netapp.v1 that return types with arguments of type GetSnapshotRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot>NetAppGrpc. getGetSnapshotMethod()com.google.protobuf.Parser<GetSnapshotRequest>GetSnapshotRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>NetAppClient. getSnapshotCallable()Describe a snapshot for a volume.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot>NetAppSettings.Builder. getSnapshotSettings()Returns the builder for the settings used for calls to getSnapshot.com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot>NetAppSettings. getSnapshotSettings()Returns the object with the settings used for calls to getSnapshot.static com.google.protobuf.Parser<GetSnapshotRequest>GetSnapshotRequest. parser()Methods in com.google.cloud.netapp.v1 with parameters of type GetSnapshotRequest Modifier and Type Method Description SnapshotNetAppClient. getSnapshot(GetSnapshotRequest request)Describe a snapshot for a volume.default voidNetAppGrpc.AsyncService. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)Describe a snapshot for a volume.SnapshotNetAppGrpc.NetAppBlockingStub. getSnapshot(GetSnapshotRequest request)Describe a snapshot for a volume.com.google.common.util.concurrent.ListenableFuture<Snapshot>NetAppGrpc.NetAppFutureStub. getSnapshot(GetSnapshotRequest request)Describe a snapshot for a volume.voidNetAppGrpc.NetAppStub. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)Describe a snapshot for a volume.GetSnapshotRequest.BuilderGetSnapshotRequest.Builder. mergeFrom(GetSnapshotRequest other)static GetSnapshotRequest.BuilderGetSnapshotRequest. newBuilder(GetSnapshotRequest prototype) -
Uses of GetSnapshotRequest in com.google.cloud.netapp.v1.stub
Methods in com.google.cloud.netapp.v1.stub that return types with arguments of type GetSnapshotRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>GrpcNetAppStub. getSnapshotCallable()com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>HttpJsonNetAppStub. getSnapshotCallable()com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>NetAppStub. getSnapshotCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot>NetAppStubSettings.Builder. getSnapshotSettings()Returns the builder for the settings used for calls to getSnapshot.com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot>NetAppStubSettings. getSnapshotSettings()Returns the object with the settings used for calls to getSnapshot.
-