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 GetBackupRequestGetBackupRequest.Builder. build()GetBackupRequestGetBackupRequest.Builder. buildPartial()static GetBackupRequestGetBackupRequest. getDefaultInstance()GetBackupRequestGetBackupRequest.Builder. getDefaultInstanceForType()GetBackupRequestGetBackupRequest. getDefaultInstanceForType()static GetBackupRequestGetBackupRequest. parseDelimitedFrom(InputStream input)static GetBackupRequestGetBackupRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackupRequestGetBackupRequest. parseFrom(byte[] data)static GetBackupRequestGetBackupRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackupRequestGetBackupRequest. parseFrom(com.google.protobuf.ByteString data)static GetBackupRequestGetBackupRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackupRequestGetBackupRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetBackupRequestGetBackupRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackupRequestGetBackupRequest. parseFrom(InputStream input)static GetBackupRequestGetBackupRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackupRequestGetBackupRequest. parseFrom(ByteBuffer data)static GetBackupRequestGetBackupRequest. 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 BackupCloudFilestoreManagerClient. getBackup(GetBackupRequest request)Gets the details of a specific backup.default voidCloudFilestoreManagerGrpc.AsyncService. getBackup(GetBackupRequest request, io.grpc.stub.StreamObserver<Backup> responseObserver)Gets the details of a specific backup.BackupCloudFilestoreManagerGrpc.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.voidCloudFilestoreManagerGrpc.CloudFilestoreManagerStub. getBackup(GetBackupRequest request, io.grpc.stub.StreamObserver<Backup> responseObserver)Gets the details of a specific backup.GetBackupRequest.BuilderGetBackupRequest.Builder. mergeFrom(GetBackupRequest other)static GetBackupRequest.BuilderGetBackupRequest. 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.
-