Class StreamsServiceGrpc.StreamsServiceBlockingV2Stub (0.33.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.33.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  StreamsServiceGrpc . StreamsServiceBlockingV2Stub   extends   AbstractBlockingStub<StreamsServiceGrpc . StreamsServiceBlockingV2Stub > 
  A stub to allow clients to do synchronous rpc calls to service StreamsService.
 Service describing handlers for resources.
 Vision API and Vision AI API are two independent APIs developed by the same
 team. Vision API is for people to annotate their image while Vision AI is an
 e2e solution for customer to build their own computer vision application.
    Inheritance 
    java.lang.Object  >  
    io.grpc.stub.AbstractStub  >  
    io.grpc.stub.AbstractBlockingStub  >  
    StreamsServiceGrpc.StreamsServiceBlockingV2Stub 
   
  
    Inherited Members 
    
      io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel) 
    
    
      io.grpc.stub.AbstractBlockingStub.<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   StreamsServiceGrpc . StreamsServiceBlockingV2Stub   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) 
  createCluster(CreateClusterRequest request) 
  
    
public   Operation   createCluster ( CreateClusterRequest   request )  
   Creates a new Cluster in a given project and location.
createEvent(CreateEventRequest request) 
  
    
public   Operation   createEvent ( CreateEventRequest   request )  
   Creates a new Event in a given project and location.
createSeries(CreateSeriesRequest request) 
  
    
public   Operation   createSeries ( CreateSeriesRequest   request )  
   Creates a new Series in a given project and location.
createStream(CreateStreamRequest request) 
  
    
public   Operation   createStream ( CreateStreamRequest   request )  
   Creates a new Stream in a given project and location.
deleteCluster(DeleteClusterRequest request) 
  
    
public   Operation   deleteCluster ( DeleteClusterRequest   request )  
   Deletes a single Cluster.
deleteEvent(DeleteEventRequest request) 
  
    
public   Operation   deleteEvent ( DeleteEventRequest   request )  
  
  
  
  deleteSeries(DeleteSeriesRequest request) 
  
    
public   Operation   deleteSeries ( DeleteSeriesRequest   request )  
  
  
  
  deleteStream(DeleteStreamRequest request) 
  
    
public   Operation   deleteStream ( DeleteStreamRequest   request )  
  
  
  
  generateStreamHlsToken(GenerateStreamHlsTokenRequest request) 
  
    
public   GenerateStreamHlsTokenResponse   generateStreamHlsToken ( GenerateStreamHlsTokenRequest   request )  
   Generate the JWT auth token required to get the stream HLS contents.
getCluster(GetClusterRequest request) 
  
    
public   Cluster   getCluster ( GetClusterRequest   request )  
   Gets details of a single Cluster.
getEvent(GetEventRequest request) 
  
    
public   Event   getEvent ( GetEventRequest   request )  
   Gets details of a single Event.
    
      
        Returns  
      
        Type Description  
      
        Event  
     
  
  getSeries(GetSeriesRequest request) 
  
    
public   Series   getSeries ( GetSeriesRequest   request )  
   Gets details of a single Series.
    
      
        Returns  
      
        Type Description  
      
        Series  
     
  
  getStream(GetStreamRequest request) 
  
    
public   Stream   getStream ( GetStreamRequest   request )  
   Gets details of a single Stream.
    
      
        Returns  
      
        Type Description  
      
        Stream  
     
  
  getStreamThumbnail(GetStreamThumbnailRequest request) 
  
    
public   Operation   getStreamThumbnail ( GetStreamThumbnailRequest   request )  
   Gets the thumbnail (image snapshot) of a single Stream.
listClusters(ListClustersRequest request) 
  
    
public   ListClustersResponse   listClusters ( ListClustersRequest   request )  
   Lists Clusters in a given project and location.
listEvents(ListEventsRequest request) 
  
    
public   ListEventsResponse   listEvents ( ListEventsRequest   request )  
   Lists Events in a given project and location.
listSeries(ListSeriesRequest request) 
  
    
public   ListSeriesResponse   listSeries ( ListSeriesRequest   request )  
   Lists Series in a given project and location.
listStreams(ListStreamsRequest request) 
  
    
public   ListStreamsResponse   listStreams ( ListStreamsRequest   request )  
   Lists Streams in a given project and location.
materializeChannel(MaterializeChannelRequest request) 
  
    
public   Operation   materializeChannel ( MaterializeChannelRequest   request )  
  
  
  
  updateCluster(UpdateClusterRequest request) 
  
    
public   Operation   updateCluster ( UpdateClusterRequest   request )  
   Updates the parameters of a single Cluster.
updateEvent(UpdateEventRequest request) 
  
    
public   Operation   updateEvent ( UpdateEventRequest   request )  
   Updates the parameters of a single Event.
updateSeries(UpdateSeriesRequest request) 
  
    
public   Operation   updateSeries ( UpdateSeriesRequest   request )  
   Updates the parameters of a single Event.
updateStream(UpdateStreamRequest request) 
  
    
public   Operation   updateStream ( UpdateStreamRequest   request )  
   Updates the parameters of a single Stream.
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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."],[],[]]