@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`
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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.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<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 service
|
static CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static CloudFilestoreManagerGrpc.CloudFilestoreManagerStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
public static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
public static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation> getCreateInstanceMethod()
public static io.grpc.MethodDescriptor<UpdateInstanceRequest,com.google.longrunning.Operation> getUpdateInstanceMethod()
public static io.grpc.MethodDescriptor<RestoreInstanceRequest,com.google.longrunning.Operation> getRestoreInstanceMethod()
public static io.grpc.MethodDescriptor<RevertInstanceRequest,com.google.longrunning.Operation> getRevertInstanceMethod()
public static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.longrunning.Operation> getDeleteInstanceMethod()
public static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse> getListSnapshotsMethod()
public static io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot> getGetSnapshotMethod()
public static io.grpc.MethodDescriptor<CreateSnapshotRequest,com.google.longrunning.Operation> getCreateSnapshotMethod()
public static io.grpc.MethodDescriptor<DeleteSnapshotRequest,com.google.longrunning.Operation> getDeleteSnapshotMethod()
public static io.grpc.MethodDescriptor<UpdateSnapshotRequest,com.google.longrunning.Operation> getUpdateSnapshotMethod()
public static io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse> getListBackupsMethod()
public static io.grpc.MethodDescriptor<GetBackupRequest,Backup> getGetBackupMethod()
public static io.grpc.MethodDescriptor<CreateBackupRequest,com.google.longrunning.Operation> getCreateBackupMethod()
public static io.grpc.MethodDescriptor<DeleteBackupRequest,com.google.longrunning.Operation> getDeleteBackupMethod()
public static io.grpc.MethodDescriptor<UpdateBackupRequest,com.google.longrunning.Operation> getUpdateBackupMethod()
public static CloudFilestoreManagerGrpc.CloudFilestoreManagerStub newStub(io.grpc.Channel channel)
public static CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub newBlockingStub(io.grpc.Channel channel)
public static CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(CloudFilestoreManagerGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.