Skip navigation links
B C D G L N R S U 

B

bindService(CloudFilestoreManagerGrpc.AsyncService) - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 
bindService() - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerImplBase
 
build(Channel, CallOptions) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
 
build(Channel, CallOptions) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
 

C

CloudFilestoreManagerGrpc - Class in com.google.cloud.filestore.v1
Configures and manages Filestore resources.
CloudFilestoreManagerGrpc.AsyncService - Interface in com.google.cloud.filestore.v1
Configures and manages Filestore resources.
CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub - Class in com.google.cloud.filestore.v1
A stub to allow clients to do synchronous rpc calls to service CloudFilestoreManager.
CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub - Class in com.google.cloud.filestore.v1
A stub to allow clients to do ListenableFuture-style rpc calls to service CloudFilestoreManager.
CloudFilestoreManagerGrpc.CloudFilestoreManagerImplBase - Class in com.google.cloud.filestore.v1
Base class for the server implementation of the service CloudFilestoreManager.
CloudFilestoreManagerGrpc.CloudFilestoreManagerStub - Class in com.google.cloud.filestore.v1
A stub to allow clients to do asynchronous rpc calls to service CloudFilestoreManager.
CloudFilestoreManagerImplBase() - Constructor for class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerImplBase
 
com.google.cloud.filestore.v1 - package com.google.cloud.filestore.v1
 
createBackup(CreateBackupRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.AsyncService
Creates a backup.
createBackup(CreateBackupRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
Creates a backup.
createBackup(CreateBackupRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Creates a backup.
createBackup(CreateBackupRequest, StreamObserver<Operation>) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
Creates a backup.
createInstance(CreateInstanceRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.AsyncService
Creates an instance.
createInstance(CreateInstanceRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
Creates an instance.
createInstance(CreateInstanceRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Creates an instance.
createInstance(CreateInstanceRequest, StreamObserver<Operation>) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
Creates an instance.
createSnapshot(CreateSnapshotRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.AsyncService
Creates a snapshot.
createSnapshot(CreateSnapshotRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
Creates a snapshot.
createSnapshot(CreateSnapshotRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Creates a snapshot.
createSnapshot(CreateSnapshotRequest, StreamObserver<Operation>) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
Creates a snapshot.

D

deleteBackup(DeleteBackupRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.AsyncService
Deletes a backup.
deleteBackup(DeleteBackupRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
Deletes a backup.
deleteBackup(DeleteBackupRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Deletes a backup.
deleteBackup(DeleteBackupRequest, StreamObserver<Operation>) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
Deletes a backup.
deleteInstance(DeleteInstanceRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.AsyncService
Deletes an instance.
deleteInstance(DeleteInstanceRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
Deletes an instance.
deleteInstance(DeleteInstanceRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Deletes an instance.
deleteInstance(DeleteInstanceRequest, StreamObserver<Operation>) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
Deletes an instance.
deleteSnapshot(DeleteSnapshotRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.AsyncService
Deletes a snapshot.
deleteSnapshot(DeleteSnapshotRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
Deletes a snapshot.
deleteSnapshot(DeleteSnapshotRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Deletes a snapshot.
deleteSnapshot(DeleteSnapshotRequest, StreamObserver<Operation>) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
Deletes a snapshot.

G

getBackup(GetBackupRequest, StreamObserver<Backup>) - Method in interface com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.AsyncService
Gets the details of a specific backup.
getBackup(GetBackupRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
Gets the details of a specific backup.
getBackup(GetBackupRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Gets the details of a specific backup.
getBackup(GetBackupRequest, StreamObserver<Backup>) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
Gets the details of a specific backup.
getCreateBackupMethod() - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 
getCreateInstanceMethod() - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 
getCreateSnapshotMethod() - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 
getDeleteBackupMethod() - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 
getDeleteInstanceMethod() - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 
getDeleteSnapshotMethod() - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 
getGetBackupMethod() - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 
getGetInstanceMethod() - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 
getGetSnapshotMethod() - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 
getInstance(GetInstanceRequest, StreamObserver<Instance>) - Method in interface com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.AsyncService
Gets the details of a specific instance.
getInstance(GetInstanceRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
Gets the details of a specific instance.
getInstance(GetInstanceRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Gets the details of a specific instance.
getInstance(GetInstanceRequest, StreamObserver<Instance>) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
Gets the details of a specific instance.
getListBackupsMethod() - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 
getListInstancesMethod() - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 
getListSnapshotsMethod() - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 
getRestoreInstanceMethod() - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 
getRevertInstanceMethod() - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 
getServiceDescriptor() - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 
getSnapshot(GetSnapshotRequest, StreamObserver<Snapshot>) - Method in interface com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.AsyncService
Gets the details of a specific snapshot.
getSnapshot(GetSnapshotRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
Gets the details of a specific snapshot.
getSnapshot(GetSnapshotRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Gets the details of a specific snapshot.
getSnapshot(GetSnapshotRequest, StreamObserver<Snapshot>) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
Gets the details of a specific snapshot.
getUpdateBackupMethod() - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 
getUpdateInstanceMethod() - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 
getUpdateSnapshotMethod() - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 

L

listBackups(ListBackupsRequest, StreamObserver<ListBackupsResponse>) - Method in interface com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.AsyncService
Lists all backups in a project for either a specified location or for all locations.
listBackups(ListBackupsRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
Lists all backups in a project for either a specified location or for all locations.
listBackups(ListBackupsRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Lists all backups in a project for either a specified location or for all locations.
listBackups(ListBackupsRequest, StreamObserver<ListBackupsResponse>) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
Lists all backups in a project for either a specified location or for all locations.
listInstances(ListInstancesRequest, StreamObserver<ListInstancesResponse>) - Method in interface com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.AsyncService
Lists all instances in a project for either a specified location or for all locations.
listInstances(ListInstancesRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
Lists all instances in a project for either a specified location or for all locations.
listInstances(ListInstancesRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Lists all instances in a project for either a specified location or for all locations.
listInstances(ListInstancesRequest, StreamObserver<ListInstancesResponse>) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
Lists all instances in a project for either a specified location or for all locations.
listSnapshots(ListSnapshotsRequest, StreamObserver<ListSnapshotsResponse>) - Method in interface com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.AsyncService
Lists all snapshots in a project for either a specified location or for all locations.
listSnapshots(ListSnapshotsRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
Lists all snapshots in a project for either a specified location or for all locations.
listSnapshots(ListSnapshotsRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Lists all snapshots in a project for either a specified location or for all locations.
listSnapshots(ListSnapshotsRequest, StreamObserver<ListSnapshotsResponse>) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
Lists all snapshots in a project for either a specified location or for all locations.

N

newBlockingStub(Channel) - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newFutureStub(Channel) - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newStub(Channel) - Static method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
Creates a new async stub that supports all call types for the service

R

restoreInstance(RestoreInstanceRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.AsyncService
Restores an existing instance's file share from a backup.
restoreInstance(RestoreInstanceRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
Restores an existing instance's file share from a backup.
restoreInstance(RestoreInstanceRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Restores an existing instance's file share from a backup.
restoreInstance(RestoreInstanceRequest, StreamObserver<Operation>) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
Restores an existing instance's file share from a backup.
revertInstance(RevertInstanceRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.AsyncService
Revert an existing instance's file system to a specified snapshot.
revertInstance(RevertInstanceRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
Revert an existing instance's file system to a specified snapshot.
revertInstance(RevertInstanceRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Revert an existing instance's file system to a specified snapshot.
revertInstance(RevertInstanceRequest, StreamObserver<Operation>) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
Revert an existing instance's file system to a specified snapshot.

S

SERVICE_NAME - Static variable in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc
 

U

updateBackup(UpdateBackupRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.AsyncService
Updates the settings of a specific backup.
updateBackup(UpdateBackupRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
Updates the settings of a specific backup.
updateBackup(UpdateBackupRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Updates the settings of a specific backup.
updateBackup(UpdateBackupRequest, StreamObserver<Operation>) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
Updates the settings of a specific backup.
updateInstance(UpdateInstanceRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.AsyncService
Updates the settings of a specific instance.
updateInstance(UpdateInstanceRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
Updates the settings of a specific instance.
updateInstance(UpdateInstanceRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Updates the settings of a specific instance.
updateInstance(UpdateInstanceRequest, StreamObserver<Operation>) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
Updates the settings of a specific instance.
updateSnapshot(UpdateSnapshotRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.AsyncService
Updates the settings of a specific snapshot.
updateSnapshot(UpdateSnapshotRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub
Updates the settings of a specific snapshot.
updateSnapshot(UpdateSnapshotRequest) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub
Updates the settings of a specific snapshot.
updateSnapshot(UpdateSnapshotRequest, StreamObserver<Operation>) - Method in class com.google.cloud.filestore.v1.CloudFilestoreManagerGrpc.CloudFilestoreManagerStub
Updates the settings of a specific snapshot.
B C D G L N R S U 
Skip navigation links

Copyright © 2024 Google LLC. All rights reserved.