Class CloudFilestoreManagerGrpc
- java.lang.Object
-
- com.google.cloud.filestore.v1beta1.CloudFilestoreManagerGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/filestore/v1beta1/cloud_filestore_service.proto") public final class CloudFilestoreManagerGrpc extends Object
Configures and manages Filestore resources. Filestore Manager v1beta1. The `file.googleapis.com` service implements the Filestore API and defines the following model for managing resources: * 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_id}/locations/{location_id}/instances/{instance_id}` backups are resources of the form: `/projects/{project_id}/locations/{location_id}/backup/{backup_id}` Note that location_id can represent a Google Cloud `zone` or `region` depending on the resource. for example: A zonal Filestore instance: * `projects/my-project/locations/us-central1-c/instances/my-basic-tier-filer` A regional Filestore instance: * `projects/my-project/locations/us-central1/instances/my-enterprise-filer`
-
-
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<CreateShareRequest,com.google.longrunning.Operation>
getCreateShareMethod()
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<DeleteShareRequest,com.google.longrunning.Operation>
getDeleteShareMethod()
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<GetShareRequest,Share>
getGetShareMethod()
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<ListSharesRequest,ListSharesResponse>
getListSharesMethod()
static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse>
getListSnapshotsMethod()
static io.grpc.MethodDescriptor<RestoreInstanceRequest,com.google.longrunning.Operation>
getRestoreInstanceMethod()
static io.grpc.MethodDescriptor<RevertInstanceRequest,com.google.longrunning.Operation>
getRevertInstanceMethod()
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<UpdateShareRequest,com.google.longrunning.Operation>
getUpdateShareMethod()
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()
-
getRevertInstanceMethod
public static io.grpc.MethodDescriptor<RevertInstanceRequest,com.google.longrunning.Operation> getRevertInstanceMethod()
-
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()
-
getListSharesMethod
public static io.grpc.MethodDescriptor<ListSharesRequest,ListSharesResponse> getListSharesMethod()
-
getGetShareMethod
public static io.grpc.MethodDescriptor<GetShareRequest,Share> getGetShareMethod()
-
getCreateShareMethod
public static io.grpc.MethodDescriptor<CreateShareRequest,com.google.longrunning.Operation> getCreateShareMethod()
-
getDeleteShareMethod
public static io.grpc.MethodDescriptor<DeleteShareRequest,com.google.longrunning.Operation> getDeleteShareMethod()
-
getUpdateShareMethod
public static io.grpc.MethodDescriptor<UpdateShareRequest,com.google.longrunning.Operation> getUpdateShareMethod()
-
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()
-
-