Uses of Class
com.google.cloud.filestore.v1beta1.GetSnapshotRequest
-
Packages that use GetSnapshotRequest Package Description com.google.cloud.filestore.v1beta1 A client to Cloud Filestore APIcom.google.cloud.filestore.v1beta1.stub -
-
Uses of GetSnapshotRequest in com.google.cloud.filestore.v1beta1
Methods in com.google.cloud.filestore.v1beta1 that return GetSnapshotRequest Modifier and Type Method Description GetSnapshotRequest
GetSnapshotRequest.Builder. build()
GetSnapshotRequest
GetSnapshotRequest.Builder. buildPartial()
static GetSnapshotRequest
GetSnapshotRequest. getDefaultInstance()
GetSnapshotRequest
GetSnapshotRequest.Builder. getDefaultInstanceForType()
GetSnapshotRequest
GetSnapshotRequest. getDefaultInstanceForType()
static GetSnapshotRequest
GetSnapshotRequest. parseDelimitedFrom(InputStream input)
static GetSnapshotRequest
GetSnapshotRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(byte[] data)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(com.google.protobuf.ByteString data)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(InputStream input)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(ByteBuffer data)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.filestore.v1beta1 that return types with arguments of type GetSnapshotRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot>
CloudFilestoreManagerGrpc. getGetSnapshotMethod()
com.google.protobuf.Parser<GetSnapshotRequest>
GetSnapshotRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>
CloudFilestoreManagerClient. getSnapshotCallable()
Gets the details of a specific snapshot.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot>
CloudFilestoreManagerSettings.Builder. getSnapshotSettings()
Returns the builder for the settings used for calls to getSnapshot.com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot>
CloudFilestoreManagerSettings. 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.filestore.v1beta1 with parameters of type GetSnapshotRequest Modifier and Type Method Description Snapshot
CloudFilestoreManagerClient. getSnapshot(GetSnapshotRequest request)
Gets the details of a specific snapshot.default void
CloudFilestoreManagerGrpc.AsyncService. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)
Gets the details of a specific snapshot.Snapshot
CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub. getSnapshot(GetSnapshotRequest request)
Gets the details of a specific snapshot.com.google.common.util.concurrent.ListenableFuture<Snapshot>
CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub. getSnapshot(GetSnapshotRequest request)
Gets the details of a specific snapshot.void
CloudFilestoreManagerGrpc.CloudFilestoreManagerStub. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)
Gets the details of a specific snapshot.GetSnapshotRequest.Builder
GetSnapshotRequest.Builder. mergeFrom(GetSnapshotRequest other)
static GetSnapshotRequest.Builder
GetSnapshotRequest. newBuilder(GetSnapshotRequest prototype)
-
Uses of GetSnapshotRequest in com.google.cloud.filestore.v1beta1.stub
Methods in com.google.cloud.filestore.v1beta1.stub that return types with arguments of type GetSnapshotRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>
CloudFilestoreManagerStub. getSnapshotCallable()
com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>
GrpcCloudFilestoreManagerStub. getSnapshotCallable()
com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>
HttpJsonCloudFilestoreManagerStub. getSnapshotCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot>
CloudFilestoreManagerStubSettings.Builder. getSnapshotSettings()
Returns the builder for the settings used for calls to getSnapshot.com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot>
CloudFilestoreManagerStubSettings. getSnapshotSettings()
Returns the object with the settings used for calls to getSnapshot.
-