Send feedback
Class CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub (1.38.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.38.0 keyboard_arrow_down
public static final class CloudFilestoreManagerGrpc . CloudFilestoreManagerFutureStub extends AbstractFutureStub<CloudFilestoreManagerGrpc . CloudFilestoreManagerFutureStub >
A stub to allow clients to do ListenableFuture-style rpc calls to service
CloudFilestoreManager.
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
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractFutureStub >
CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Inherited Members
io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Methods
build(Channel channel, CallOptions callOptions)
protected CloudFilestoreManagerGrpc . CloudFilestoreManagerFutureStub build ( Channel channel , CallOptions callOptions )
Parameters Name Description channel
io.grpc.Channel
callOptions
io.grpc.CallOptions
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
createBackup(CreateBackupRequest request)
public ListenableFuture<Operation> createBackup ( CreateBackupRequest request )
Returns Type Description com.google.common.util.concurrent.ListenableFuture <Operation >
createInstance(CreateInstanceRequest request)
public ListenableFuture<Operation> createInstance ( CreateInstanceRequest request )
Creates an instance.
When creating from a backup, the capacity of the new instance needs to be
equal to or larger than the capacity of the backup (and also equal to or
larger than the minimum capacity of the tier).
Returns Type Description com.google.common.util.concurrent.ListenableFuture <Operation >
createSnapshot(CreateSnapshotRequest request)
public ListenableFuture<Operation> createSnapshot ( CreateSnapshotRequest request )
Returns Type Description com.google.common.util.concurrent.ListenableFuture <Operation >
deleteBackup(DeleteBackupRequest request)
public ListenableFuture<Operation> deleteBackup ( DeleteBackupRequest request )
Returns Type Description com.google.common.util.concurrent.ListenableFuture <Operation >
deleteInstance(DeleteInstanceRequest request)
public ListenableFuture<Operation> deleteInstance ( DeleteInstanceRequest request )
Returns Type Description com.google.common.util.concurrent.ListenableFuture <Operation >
deleteSnapshot(DeleteSnapshotRequest request)
public ListenableFuture<Operation> deleteSnapshot ( DeleteSnapshotRequest request )
Returns Type Description com.google.common.util.concurrent.ListenableFuture <Operation >
getBackup(GetBackupRequest request)
public ListenableFuture<Backup> getBackup ( GetBackupRequest request )
Gets the details of a specific backup.
Returns Type Description com.google.common.util.concurrent.ListenableFuture <Backup >
getInstance(GetInstanceRequest request)
public ListenableFuture<Instance> getInstance ( GetInstanceRequest request )
Gets the details of a specific instance.
Returns Type Description com.google.common.util.concurrent.ListenableFuture <Instance >
getSnapshot(GetSnapshotRequest request)
public ListenableFuture<Snapshot> getSnapshot ( GetSnapshotRequest request )
Gets the details of a specific snapshot.
Returns Type Description com.google.common.util.concurrent.ListenableFuture <Snapshot >
listBackups(ListBackupsRequest request)
public ListenableFuture<ListBackupsResponse> listBackups ( ListBackupsRequest request )
Lists all backups in a project for either a specified location or for all
locations.
listInstances(ListInstancesRequest request)
public ListenableFuture<ListInstancesResponse> listInstances ( ListInstancesRequest request )
Lists all instances in a project for either a specified location
or for all locations.
listSnapshots(ListSnapshotsRequest request)
public ListenableFuture<ListSnapshotsResponse> listSnapshots ( ListSnapshotsRequest request )
Lists all snapshots in a project for either a specified location
or for all locations.
restoreInstance(RestoreInstanceRequest request)
public ListenableFuture<Operation> restoreInstance ( RestoreInstanceRequest request )
Restores an existing instance's file share from a backup.
The capacity of the instance needs to be equal to or larger than the
capacity of the backup (and also equal to or larger than the minimum
capacity of the tier).
Returns Type Description com.google.common.util.concurrent.ListenableFuture <Operation >
revertInstance(RevertInstanceRequest request)
public ListenableFuture<Operation> revertInstance ( RevertInstanceRequest request )
Revert an existing instance's file system to a specified snapshot.
Returns Type Description com.google.common.util.concurrent.ListenableFuture <Operation >
updateBackup(UpdateBackupRequest request)
public ListenableFuture<Operation> updateBackup ( UpdateBackupRequest request )
Updates the settings of a specific backup.
Returns Type Description com.google.common.util.concurrent.ListenableFuture <Operation >
updateInstance(UpdateInstanceRequest request)
public ListenableFuture<Operation> updateInstance ( UpdateInstanceRequest request )
Updates the settings of a specific instance.
Returns Type Description com.google.common.util.concurrent.ListenableFuture <Operation >
updateSnapshot(UpdateSnapshotRequest request)
public ListenableFuture<Operation> updateSnapshot ( UpdateSnapshotRequest request )
Updates the settings of a specific snapshot.
Returns Type Description com.google.common.util.concurrent.ListenableFuture <Operation >
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]