Class HttpJsonCloudFilestoreManagerStub (1.35.0) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 1.35.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    Beta 
    
    This library is covered by the Pre-GA Offerings Terms 
    of the  Terms of Service. Pre-GA libraries might have limited support,
    and changes to pre-GA libraries might not be compatible with other pre-GA versions.
    For more information, see the
    launch stage descriptions .
    
   
  
    
public   class  HttpJsonCloudFilestoreManagerStub   extends   CloudFilestoreManagerStub  
   
  REST stub implementation for the CloudFilestoreManager service API.
 
This class is for advanced usage and reflects the underlying API directly.
 
  
  
  Static Methods
   
   
  create(ClientContext clientContext) 
  
    
public   static   final   HttpJsonCloudFilestoreManagerStub   create ( ClientContext   clientContext )  
   
  
  
  
   
  create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) 
  
    
public   static   final   HttpJsonCloudFilestoreManagerStub   create ( ClientContext   clientContext ,   HttpJsonStubCallableFactory   callableFactory )  
   
  
  
  
   
  create(CloudFilestoreManagerStubSettings settings) 
  
    
public   static   final   HttpJsonCloudFilestoreManagerStub   create ( CloudFilestoreManagerStubSettings   settings )  
   
  
  
  
   
  getMethodDescriptors() 
  
    
public   static   List<ApiMethodDescriptor>   getMethodDescriptors ()  
   
  
  
  Constructors
   
   
  HttpJsonCloudFilestoreManagerStub(CloudFilestoreManagerStubSettings settings, ClientContext clientContext) 
  
    
protected   HttpJsonCloudFilestoreManagerStub ( CloudFilestoreManagerStubSettings   settings ,   ClientContext   clientContext )  
   
  Constructs an instance of HttpJsonCloudFilestoreManagerStub, using the given settings. This is
 protected so that it is easy to make a subclass, but otherwise, the static factory methods
 should be preferred.
 
  
   
  HttpJsonCloudFilestoreManagerStub(CloudFilestoreManagerStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) 
  
    
protected   HttpJsonCloudFilestoreManagerStub ( CloudFilestoreManagerStubSettings   settings ,   ClientContext   clientContext ,   HttpJsonStubCallableFactory   callableFactory )  
   
  Constructs an instance of HttpJsonCloudFilestoreManagerStub, using the given settings. This is
 protected so that it is easy to make a subclass, but otherwise, the static factory methods
 should be preferred.
 
  
  Methods
   
   
  awaitTermination(long duration, TimeUnit unit) 
  
    
public   boolean   awaitTermination ( long   duration ,   TimeUnit   unit )  
   
  
  
  
   
  close() 
  
    
public   final   void   close ()  
   
  Overrides 
  
   
  createBackupCallable() 
  
    
public   UnaryCallable<CreateBackupRequest , Operation >  createBackupCallable ()  
   
  
  Overrides 
  
   
  createBackupOperationCallable() 
  
    
public   OperationCallable<CreateBackupRequest , Backup , OperationMetadata >  createBackupOperationCallable ()  
   
  
  Overrides 
  
   
  createInstanceCallable() 
  
    
public   UnaryCallable<CreateInstanceRequest , Operation >  createInstanceCallable ()  
   
  
  Overrides 
  
   
  createInstanceOperationCallable() 
  
    
public   OperationCallable<CreateInstanceRequest , Instance , OperationMetadata >  createInstanceOperationCallable ()  
   
  
  Overrides 
  
   
  createShareCallable() 
  
    
public   UnaryCallable<CreateShareRequest , Operation >  createShareCallable ()  
   
  
  Overrides 
  
   
  createShareOperationCallable() 
  
    
public   OperationCallable<CreateShareRequest , Share , OperationMetadata >  createShareOperationCallable ()  
   
  
  Overrides 
  
   
  createSnapshotCallable() 
  
    
public   UnaryCallable<CreateSnapshotRequest , Operation >  createSnapshotCallable ()  
   
  
  Overrides 
  
   
  createSnapshotOperationCallable() 
  
    
public   OperationCallable<CreateSnapshotRequest , Snapshot , OperationMetadata >  createSnapshotOperationCallable ()  
   
  
  Overrides 
  
   
  deleteBackupCallable() 
  
    
public   UnaryCallable<DeleteBackupRequest , Operation >  deleteBackupCallable ()  
   
  
  Overrides 
  
   
  deleteBackupOperationCallable() 
  
    
public   OperationCallable<DeleteBackupRequest , Empty , OperationMetadata >  deleteBackupOperationCallable ()  
   
  
  Overrides 
  
   
  deleteInstanceCallable() 
  
    
public   UnaryCallable<DeleteInstanceRequest , Operation >  deleteInstanceCallable ()  
   
  
  Overrides 
  
   
  deleteInstanceOperationCallable() 
  
    
public   OperationCallable<DeleteInstanceRequest , Empty , OperationMetadata >  deleteInstanceOperationCallable ()  
   
  
  Overrides 
  
   
  deleteShareCallable() 
  
    
public   UnaryCallable<DeleteShareRequest , Operation >  deleteShareCallable ()  
   
  
  Overrides 
  
   
  deleteShareOperationCallable() 
  
    
public   OperationCallable<DeleteShareRequest , Empty , OperationMetadata >  deleteShareOperationCallable ()  
   
  
  Overrides 
  
   
  deleteSnapshotCallable() 
  
    
public   UnaryCallable<DeleteSnapshotRequest , Operation >  deleteSnapshotCallable ()  
   
  
  Overrides 
  
   
  deleteSnapshotOperationCallable() 
  
    
public   OperationCallable<DeleteSnapshotRequest , Empty , OperationMetadata >  deleteSnapshotOperationCallable ()  
   
  
  Overrides 
  
   
  getBackupCallable() 
  
    
public   UnaryCallable<GetBackupRequest , Backup >  getBackupCallable ()  
   
  
  Overrides 
  
   
  getHttpJsonOperationsStub() 
  
    
public   HttpJsonOperationsStub   getHttpJsonOperationsStub ()  
   
  
  Overrides 
  
   
  getInstanceCallable() 
  
    
public   UnaryCallable<GetInstanceRequest , Instance >  getInstanceCallable ()  
   
  
  Overrides 
  
   
  getShareCallable() 
  
    
public   UnaryCallable<GetShareRequest , Share >  getShareCallable ()  
   
  
  Overrides 
  
   
  getSnapshotCallable() 
  
    
public   UnaryCallable<GetSnapshotRequest , Snapshot >  getSnapshotCallable ()  
   
  
  Overrides 
  
   
  isShutdown() 
  
    
public   boolean   isShutdown ()  
   
  
   
  isTerminated() 
  
    
public   boolean   isTerminated ()  
   
  
   
  listBackupsCallable() 
  
    
public   UnaryCallable<ListBackupsRequest , ListBackupsResponse >  listBackupsCallable ()  
   
  
  Overrides 
  
   
  listBackupsPagedCallable() 
  
    
public   UnaryCallable<ListBackupsRequest , CloudFilestoreManagerClient . ListBackupsPagedResponse >  listBackupsPagedCallable ()  
   
  
  Overrides 
  
   
  listInstancesCallable() 
  
    
public   UnaryCallable<ListInstancesRequest , ListInstancesResponse >  listInstancesCallable ()  
   
  
  Overrides 
  
   
  listInstancesPagedCallable() 
  
    
public   UnaryCallable<ListInstancesRequest , CloudFilestoreManagerClient . ListInstancesPagedResponse >  listInstancesPagedCallable ()  
   
  
  Overrides 
  
   
  listSharesCallable() 
  
    
public   UnaryCallable<ListSharesRequest , ListSharesResponse >  listSharesCallable ()  
   
  
  Overrides 
  
   
  listSharesPagedCallable() 
  
    
public   UnaryCallable<ListSharesRequest , CloudFilestoreManagerClient . ListSharesPagedResponse >  listSharesPagedCallable ()  
   
  
  Overrides 
  
   
  listSnapshotsCallable() 
  
    
public   UnaryCallable<ListSnapshotsRequest , ListSnapshotsResponse >  listSnapshotsCallable ()  
   
  
  Overrides 
  
   
  listSnapshotsPagedCallable() 
  
    
public   UnaryCallable<ListSnapshotsRequest , CloudFilestoreManagerClient . ListSnapshotsPagedResponse >  listSnapshotsPagedCallable ()  
   
  
  Overrides 
  
   
  restoreInstanceCallable() 
  
    
public   UnaryCallable<RestoreInstanceRequest , Operation >  restoreInstanceCallable ()  
   
  
  Overrides 
  
   
  restoreInstanceOperationCallable() 
  
    
public   OperationCallable<RestoreInstanceRequest , Instance , OperationMetadata >  restoreInstanceOperationCallable ()  
   
  
  Overrides 
  
   
  revertInstanceCallable() 
  
    
public   UnaryCallable<RevertInstanceRequest , Operation >  revertInstanceCallable ()  
   
  
  Overrides 
  
   
  revertInstanceOperationCallable() 
  
    
public   OperationCallable<RevertInstanceRequest , Instance , OperationMetadata >  revertInstanceOperationCallable ()  
   
  
  Overrides 
  
   
  shutdown() 
  
   
  shutdownNow() 
  
    
public   void   shutdownNow ()  
   
   
  updateBackupCallable() 
  
    
public   UnaryCallable<UpdateBackupRequest , Operation >  updateBackupCallable ()  
   
  
  Overrides 
  
   
  updateBackupOperationCallable() 
  
    
public   OperationCallable<UpdateBackupRequest , Backup , OperationMetadata >  updateBackupOperationCallable ()  
   
  
  Overrides 
  
   
  updateInstanceCallable() 
  
    
public   UnaryCallable<UpdateInstanceRequest , Operation >  updateInstanceCallable ()  
   
  
  Overrides 
  
   
  updateInstanceOperationCallable() 
  
    
public   OperationCallable<UpdateInstanceRequest , Instance , OperationMetadata >  updateInstanceOperationCallable ()  
   
  
  Overrides 
  
   
  updateShareCallable() 
  
    
public   UnaryCallable<UpdateShareRequest , Operation >  updateShareCallable ()  
   
  
  Overrides 
  
   
  updateShareOperationCallable() 
  
    
public   OperationCallable<UpdateShareRequest , Share , OperationMetadata >  updateShareOperationCallable ()  
   
  
  Overrides 
  
   
  updateSnapshotCallable() 
  
    
public   UnaryCallable<UpdateSnapshotRequest , Operation >  updateSnapshotCallable ()  
   
  
  Overrides 
  
   
  updateSnapshotOperationCallable() 
  
    
public   OperationCallable<UpdateSnapshotRequest , Snapshot , OperationMetadata >  updateSnapshotOperationCallable ()  
   
  
  Overrides 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  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-10-30 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]