public abstract class StreamsServiceStub implements BackgroundResource
Base stub class for the StreamsService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
StreamsServiceStub()
public StreamsServiceStub()
Methods
close()
public abstract void close()
createClusterCallable()
public UnaryCallable<CreateClusterRequest,Operation> createClusterCallable()
createClusterOperationCallable()
public OperationCallable<CreateClusterRequest,Cluster,OperationMetadata> createClusterOperationCallable()
createEventCallable()
public UnaryCallable<CreateEventRequest,Operation> createEventCallable()
createEventOperationCallable()
public OperationCallable<CreateEventRequest,Event,OperationMetadata> createEventOperationCallable()
createSeriesCallable()
public UnaryCallable<CreateSeriesRequest,Operation> createSeriesCallable()
createSeriesOperationCallable()
public OperationCallable<CreateSeriesRequest,Series,OperationMetadata> createSeriesOperationCallable()
createStreamCallable()
public UnaryCallable<CreateStreamRequest,Operation> createStreamCallable()
createStreamOperationCallable()
public OperationCallable<CreateStreamRequest,Stream,OperationMetadata> createStreamOperationCallable()
deleteClusterCallable()
public UnaryCallable<DeleteClusterRequest,Operation> deleteClusterCallable()
deleteClusterOperationCallable()
public OperationCallable<DeleteClusterRequest,Empty,OperationMetadata> deleteClusterOperationCallable()
deleteEventCallable()
public UnaryCallable<DeleteEventRequest,Operation> deleteEventCallable()
deleteEventOperationCallable()
public OperationCallable<DeleteEventRequest,Empty,OperationMetadata> deleteEventOperationCallable()
deleteSeriesCallable()
public UnaryCallable<DeleteSeriesRequest,Operation> deleteSeriesCallable()
deleteSeriesOperationCallable()
public OperationCallable<DeleteSeriesRequest,Empty,OperationMetadata> deleteSeriesOperationCallable()
deleteStreamCallable()
public UnaryCallable<DeleteStreamRequest,Operation> deleteStreamCallable()
deleteStreamOperationCallable()
public OperationCallable<DeleteStreamRequest,Empty,OperationMetadata> deleteStreamOperationCallable()
generateStreamHlsTokenCallable()
public UnaryCallable<GenerateStreamHlsTokenRequest,GenerateStreamHlsTokenResponse> generateStreamHlsTokenCallable()
getClusterCallable()
public UnaryCallable<GetClusterRequest,Cluster> getClusterCallable()
getEventCallable()
public UnaryCallable<GetEventRequest,Event> getEventCallable()
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
getOperationsStub()
public OperationsStub getOperationsStub()
getSeriesCallable()
public UnaryCallable<GetSeriesRequest,Series> getSeriesCallable()
getStreamCallable()
public UnaryCallable<GetStreamRequest,Stream> getStreamCallable()
getStreamThumbnailCallable()
public UnaryCallable<GetStreamThumbnailRequest,Operation> getStreamThumbnailCallable()
getStreamThumbnailOperationCallable()
public OperationCallable<GetStreamThumbnailRequest,GetStreamThumbnailResponse,OperationMetadata> getStreamThumbnailOperationCallable()
listClustersCallable()
public UnaryCallable<ListClustersRequest,ListClustersResponse> listClustersCallable()
listClustersPagedCallable()
public UnaryCallable<ListClustersRequest,StreamsServiceClient.ListClustersPagedResponse> listClustersPagedCallable()
listEventsCallable()
public UnaryCallable<ListEventsRequest,ListEventsResponse> listEventsCallable()
listEventsPagedCallable()
public UnaryCallable<ListEventsRequest,StreamsServiceClient.ListEventsPagedResponse> listEventsPagedCallable()
listSeriesCallable()
public UnaryCallable<ListSeriesRequest,ListSeriesResponse> listSeriesCallable()
listSeriesPagedCallable()
public UnaryCallable<ListSeriesRequest,StreamsServiceClient.ListSeriesPagedResponse> listSeriesPagedCallable()
listStreamsCallable()
public UnaryCallable<ListStreamsRequest,ListStreamsResponse> listStreamsCallable()
listStreamsPagedCallable()
public UnaryCallable<ListStreamsRequest,StreamsServiceClient.ListStreamsPagedResponse> listStreamsPagedCallable()
materializeChannelCallable()
public UnaryCallable<MaterializeChannelRequest,Operation> materializeChannelCallable()
materializeChannelOperationCallable()
public OperationCallable<MaterializeChannelRequest,Channel,OperationMetadata> materializeChannelOperationCallable()
updateClusterCallable()
public UnaryCallable<UpdateClusterRequest,Operation> updateClusterCallable()
updateClusterOperationCallable()
public OperationCallable<UpdateClusterRequest,Cluster,OperationMetadata> updateClusterOperationCallable()
updateEventCallable()
public UnaryCallable<UpdateEventRequest,Operation> updateEventCallable()
updateEventOperationCallable()
public OperationCallable<UpdateEventRequest,Event,OperationMetadata> updateEventOperationCallable()
updateSeriesCallable()
public UnaryCallable<UpdateSeriesRequest,Operation> updateSeriesCallable()
updateSeriesOperationCallable()
public OperationCallable<UpdateSeriesRequest,Series,OperationMetadata> updateSeriesOperationCallable()
updateStreamCallable()
public UnaryCallable<UpdateStreamRequest,Operation> updateStreamCallable()
updateStreamOperationCallable()
public OperationCallable<UpdateStreamRequest,Stream,OperationMetadata> updateStreamOperationCallable()