Class PlaybooksGrpc.PlaybooksFutureStub (0.89.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  PlaybooksGrpc . PlaybooksFutureStub   extends   AbstractFutureStub<PlaybooksGrpc . PlaybooksFutureStub > 
  A stub to allow clients to do ListenableFuture-style rpc calls to service Playbooks.
 Service for managing
 Playbooks .
    Inheritance 
    java.lang.Object  >  
    io.grpc.stub.AbstractStub  >  
    io.grpc.stub.AbstractFutureStub  >  
    PlaybooksGrpc.PlaybooksFutureStub 
   
  
    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(java.time.Duration) 
    
    
      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.withOnReadyThreshold(int) 
    
    
      io.grpc.stub.AbstractStub.withWaitForReady() 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Methods
   
  build(Channel channel, CallOptions callOptions) 
  
    
protected   PlaybooksGrpc . PlaybooksFutureStub   build ( Channel   channel ,   CallOptions   callOptions )  
  
    
      
        Parameters  
      
        Name Description  
      
        channelio.grpc.Channel  
      
        callOptionsio.grpc.CallOptions  
     
  
  
  Overrides 
  io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions) 
  createPlaybook(CreatePlaybookRequest request) 
  
    
public   ListenableFuture<Playbook>   createPlaybook ( CreatePlaybookRequest   request )  
   Creates a playbook in a specified agent.
    
      
        Returns  
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <Playbook > 
     
  
  createPlaybookVersion(CreatePlaybookVersionRequest request) 
  
    
public   ListenableFuture<PlaybookVersion>   createPlaybookVersion ( CreatePlaybookVersionRequest   request )  
   Creates a version for the specified Playbook.
    
      
        Returns  
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <PlaybookVersion > 
     
  
  deletePlaybook(DeletePlaybookRequest request) 
  
    
public   ListenableFuture<Empty>   deletePlaybook ( DeletePlaybookRequest   request )  
   Deletes a specified playbook.
    
      
        Returns  
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <Empty > 
     
  
  deletePlaybookVersion(DeletePlaybookVersionRequest request) 
  
    
public   ListenableFuture<Empty>   deletePlaybookVersion ( DeletePlaybookVersionRequest   request )  
   Deletes the specified version of the Playbook.
    
      
        Returns  
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <Empty > 
     
  
  exportPlaybook(ExportPlaybookRequest request) 
  
    
public   ListenableFuture<Operation>   exportPlaybook ( ExportPlaybookRequest   request )  
   Exports the specified playbook to a binary file.
 Note that resources (e.g. examples, tools) that the playbook
 references will also be exported.
    
      
        Returns  
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <Operation > 
     
  
  getPlaybook(GetPlaybookRequest request) 
  
    
public   ListenableFuture<Playbook>   getPlaybook ( GetPlaybookRequest   request )  
   Retrieves the specified Playbook.
    
      
        Returns  
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <Playbook > 
     
  
  getPlaybookVersion(GetPlaybookVersionRequest request) 
  
    
public   ListenableFuture<PlaybookVersion>   getPlaybookVersion ( GetPlaybookVersionRequest   request )  
   Retrieves the specified version of the Playbook.
    
      
        Returns  
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <PlaybookVersion > 
     
  
  importPlaybook(ImportPlaybookRequest request) 
  
    
public   ListenableFuture<Operation>   importPlaybook ( ImportPlaybookRequest   request )  
   Imports the specified playbook to the specified agent from a binary file.
    
      
        Returns  
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <Operation > 
     
  
  listPlaybookVersions(ListPlaybookVersionsRequest request) 
  
    
public   ListenableFuture<ListPlaybookVersionsResponse>   listPlaybookVersions ( ListPlaybookVersionsRequest   request )  
   Lists versions for the specified Playbook.
listPlaybooks(ListPlaybooksRequest request) 
  
    
public   ListenableFuture<ListPlaybooksResponse>   listPlaybooks ( ListPlaybooksRequest   request )  
   Returns a list of playbooks in the specified agent.
restorePlaybookVersion(RestorePlaybookVersionRequest request) 
  
    
public   ListenableFuture<RestorePlaybookVersionResponse>   restorePlaybookVersion ( RestorePlaybookVersionRequest   request )  
   Retrieves the specified version of the Playbook and stores it as the
 current playbook draft, returning the playbook with resources updated.
updatePlaybook(UpdatePlaybookRequest request) 
  
    
public   ListenableFuture<Playbook>   updatePlaybook ( UpdatePlaybookRequest   request )  
   Updates the specified Playbook.
    
      
        Returns  
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <Playbook > 
     
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-29 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-29 UTC."],[],[]]