Class LoggingServiceV2Stub (3.8.0)

public abstract class LoggingServiceV2Stub implements BackgroundResource

Base stub class for the LoggingServiceV2 service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > LoggingServiceV2Stub

Implements

BackgroundResource

Constructors

LoggingServiceV2Stub()

public LoggingServiceV2Stub()

Methods

close()

public abstract void close()

deleteLogCallable()

public UnaryCallable<DeleteLogRequest,Empty> deleteLogCallable()
Returns

listLogEntriesCallable()

public UnaryCallable<ListLogEntriesRequest,ListLogEntriesResponse> listLogEntriesCallable()
Returns

listLogEntriesPagedCallable()

public UnaryCallable<ListLogEntriesRequest,LoggingClient.ListLogEntriesPagedResponse> listLogEntriesPagedCallable()
Returns

listLogsCallable()

public UnaryCallable<ListLogsRequest,ListLogsResponse> listLogsCallable()
Returns

listLogsPagedCallable()

public UnaryCallable<ListLogsRequest,LoggingClient.ListLogsPagedResponse> listLogsPagedCallable()
Returns

listMonitoredResourceDescriptorsCallable()

public UnaryCallable<ListMonitoredResourceDescriptorsRequest,ListMonitoredResourceDescriptorsResponse> listMonitoredResourceDescriptorsCallable()
Returns

listMonitoredResourceDescriptorsPagedCallable()

public UnaryCallable<ListMonitoredResourceDescriptorsRequest,LoggingClient.ListMonitoredResourceDescriptorsPagedResponse> listMonitoredResourceDescriptorsPagedCallable()
Returns

tailLogEntriesCallable()

public BidiStreamingCallable<TailLogEntriesRequest,TailLogEntriesResponse> tailLogEntriesCallable()
Returns

writeLogEntriesCallable()

public UnaryCallable<WriteLogEntriesRequest,WriteLogEntriesResponse> writeLogEntriesCallable()
Returns