Package com.google.cloud.filestore.v1
Class CloudFilestoreManagerGrpc
- java.lang.Object
-
- com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/filestore/v1/cloud_filestore_service.proto") public final class CloudFilestoreManagerGrpc extends Object
Configures and manages Filestore resources. Filestore Manager v1. The `file.googleapis.com` service implements the Filestore API and defines the following resource model for managing instances: * The service works with a collection of cloud projects, named: `/projects/*` * Each project has a collection of available locations, named: `/locations/*` * Each location has a collection of instances and backups, named: `/instances/*` and `/backups/*` respectively. * As such, Filestore instances are resources of the form: `/projects/{project_number}/locations/{location_id}/instances/{instance_id}` and backups are resources of the form: `/projects/{project_number}/locations/{location_id}/backup/{backup_id}` Note that location_id must be a Google Cloud `zone` for instances, but a Google Cloud `region` for backups; for example: * `projects/12345/locations/us-central1-c/instances/my-filestore` * `projects/12345/locations/us-central1/backups/my-backup`
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CloudFilestoreManagerGrpc.AsyncService
Configures and manages Filestore resources.static class
CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
A stub to allow clients to do synchronous rpc calls to service CloudFilestoreManager.static class
CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service CloudFilestoreManager.static class
CloudFilestoreManagerGrpc.CloudFilestoreManagerImplBase
Base class for the server implementation of the service CloudFilestoreManager.static class
CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
A stub to allow clients to do asynchronous rpc calls to service CloudFilestoreManager.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(CloudFilestoreManagerGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateBackupRequest,com.google.longrunning.Operation>
getCreateBackupMethod()
static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation>
getCreateInstanceMethod()
static io.grpc.MethodDescriptor<CreateSnapshotRequest,com.google.longrunning.Operation>
getCreateSnapshotMethod()
static io.grpc.MethodDescriptor<DeleteBackupRequest,com.google.longrunning.Operation>
getDeleteBackupMethod()
static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.longrunning.Operation>
getDeleteInstanceMethod()
static io.grpc.MethodDescriptor<DeleteSnapshotRequest,com.google.longrunning.Operation>
getDeleteSnapshotMethod()
static io.grpc.MethodDescriptor<GetBackupRequest,Backup>
getGetBackupMethod()
static io.grpc.MethodDescriptor<GetInstanceRequest,Instance>
getGetInstanceMethod()
static io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot>
getGetSnapshotMethod()
static io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse>
getListBackupsMethod()
static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse>
getListInstancesMethod()
static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse>
getListSnapshotsMethod()
static io.grpc.MethodDescriptor<RestoreInstanceRequest,com.google.longrunning.Operation>
getRestoreInstanceMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateBackupRequest,com.google.longrunning.Operation>
getUpdateBackupMethod()
static io.grpc.MethodDescriptor<UpdateInstanceRequest,com.google.longrunning.Operation>
getUpdateInstanceMethod()
static io.grpc.MethodDescriptor<UpdateSnapshotRequest,com.google.longrunning.Operation>
getUpdateSnapshotMethod()
static CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListInstancesMethod
public static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
-
getGetInstanceMethod
public static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
-
getCreateInstanceMethod
public static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation> getCreateInstanceMethod()
-
getUpdateInstanceMethod
public static io.grpc.MethodDescriptor<UpdateInstanceRequest,com.google.longrunning.Operation> getUpdateInstanceMethod()
-
getRestoreInstanceMethod
public static io.grpc.MethodDescriptor<RestoreInstanceRequest,com.google.longrunning.Operation> getRestoreInstanceMethod()
-
getDeleteInstanceMethod
public static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.longrunning.Operation> getDeleteInstanceMethod()
-
getListSnapshotsMethod
public static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse> getListSnapshotsMethod()
-
getGetSnapshotMethod
public static io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot> getGetSnapshotMethod()
-
getCreateSnapshotMethod
public static io.grpc.MethodDescriptor<CreateSnapshotRequest,com.google.longrunning.Operation> getCreateSnapshotMethod()
-
getDeleteSnapshotMethod
public static io.grpc.MethodDescriptor<DeleteSnapshotRequest,com.google.longrunning.Operation> getDeleteSnapshotMethod()
-
getUpdateSnapshotMethod
public static io.grpc.MethodDescriptor<UpdateSnapshotRequest,com.google.longrunning.Operation> getUpdateSnapshotMethod()
-
getListBackupsMethod
public static io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse> getListBackupsMethod()
-
getGetBackupMethod
public static io.grpc.MethodDescriptor<GetBackupRequest,Backup> getGetBackupMethod()
-
getCreateBackupMethod
public static io.grpc.MethodDescriptor<CreateBackupRequest,com.google.longrunning.Operation> getCreateBackupMethod()
-
getDeleteBackupMethod
public static io.grpc.MethodDescriptor<DeleteBackupRequest,com.google.longrunning.Operation> getDeleteBackupMethod()
-
getUpdateBackupMethod
public static io.grpc.MethodDescriptor<UpdateBackupRequest,com.google.longrunning.Operation> getUpdateBackupMethod()
-
newStub
public static CloudFilestoreManagerGrpc.CloudFilestoreManagerStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(CloudFilestoreManagerGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-