Class LoggingServiceV2Stub (3.16.2)

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
TypeDescription
UnaryCallable<DeleteLogRequest,Empty>

listLogEntriesCallable()

public UnaryCallable<ListLogEntriesRequest,ListLogEntriesResponse> listLogEntriesCallable()
Returns
TypeDescription
UnaryCallable<ListLogEntriesRequest,ListLogEntriesResponse>

listLogEntriesPagedCallable()

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

listLogsCallable()

public UnaryCallable<ListLogsRequest,ListLogsResponse> listLogsCallable()
Returns
TypeDescription
UnaryCallable<ListLogsRequest,ListLogsResponse>

listLogsPagedCallable()

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

listMonitoredResourceDescriptorsCallable()

public UnaryCallable<ListMonitoredResourceDescriptorsRequest,ListMonitoredResourceDescriptorsResponse> listMonitoredResourceDescriptorsCallable()
Returns
TypeDescription
UnaryCallable<ListMonitoredResourceDescriptorsRequest,ListMonitoredResourceDescriptorsResponse>

listMonitoredResourceDescriptorsPagedCallable()

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

tailLogEntriesCallable()

public BidiStreamingCallable<TailLogEntriesRequest,TailLogEntriesResponse> tailLogEntriesCallable()
Returns
TypeDescription
BidiStreamingCallable<TailLogEntriesRequest,TailLogEntriesResponse>

writeLogEntriesCallable()

public UnaryCallable<WriteLogEntriesRequest,WriteLogEntriesResponse> writeLogEntriesCallable()
Returns
TypeDescription
UnaryCallable<WriteLogEntriesRequest,WriteLogEntriesResponse>