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