@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 Cloud Filestore resources.
Cloud Filestore Manager v1beta1.
The `file.googleapis.com` service implements the Cloud 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, Cloud 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 GCP `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`
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
Configures and manages Cloud Filestore resources.
|
static class |
CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Configures and manages Cloud Filestore resources.
|
static class |
CloudFilestoreManagerGrpc.CloudFilestoreManagerImplBase
Configures and manages Cloud Filestore resources.
|
static class |
CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
Configures and manages Cloud Filestore resources.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateBackupRequest,com.google.longrunning.Operation> |
getCreateBackupMethod() |
static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation> |
getCreateInstanceMethod() |
static io.grpc.MethodDescriptor<DeleteBackupRequest,com.google.longrunning.Operation> |
getDeleteBackupMethod() |
static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.longrunning.Operation> |
getDeleteInstanceMethod() |
static io.grpc.MethodDescriptor<GetBackupRequest,Backup> |
getGetBackupMethod() |
static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> |
getGetInstanceMethod() |
static io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse> |
getListBackupsMethod() |
static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> |
getListInstancesMethod() |
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 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<DeleteInstanceRequest,com.google.longrunning.Operation> getDeleteInstanceMethod()
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 io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.