Package com.google.cloud.logging.v2.stub
Class LoggingServiceV2Stub
- java.lang.Object
-
- com.google.cloud.logging.v2.stub.LoggingServiceV2Stub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcLoggingServiceV2Stub
@Generated("by gapic-generator-java") public abstract class LoggingServiceV2Stub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the LoggingServiceV2 service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description LoggingServiceV2Stub()
-
Method Summary
-
-
-
Method Detail
-
deleteLogCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteLogRequest,com.google.protobuf.Empty> deleteLogCallable()
-
writeLogEntriesCallable
public com.google.api.gax.rpc.UnaryCallable<WriteLogEntriesRequest,WriteLogEntriesResponse> writeLogEntriesCallable()
-
listLogEntriesPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListLogEntriesRequest,LoggingClient.ListLogEntriesPagedResponse> listLogEntriesPagedCallable()
-
listLogEntriesCallable
public com.google.api.gax.rpc.UnaryCallable<ListLogEntriesRequest,ListLogEntriesResponse> listLogEntriesCallable()
-
listMonitoredResourceDescriptorsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListMonitoredResourceDescriptorsRequest,LoggingClient.ListMonitoredResourceDescriptorsPagedResponse> listMonitoredResourceDescriptorsPagedCallable()
-
listMonitoredResourceDescriptorsCallable
public com.google.api.gax.rpc.UnaryCallable<ListMonitoredResourceDescriptorsRequest,ListMonitoredResourceDescriptorsResponse> listMonitoredResourceDescriptorsCallable()
-
listLogsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListLogsRequest,LoggingClient.ListLogsPagedResponse> listLogsPagedCallable()
-
listLogsCallable
public com.google.api.gax.rpc.UnaryCallable<ListLogsRequest,ListLogsResponse> listLogsCallable()
-
tailLogEntriesCallable
public com.google.api.gax.rpc.BidiStreamingCallable<TailLogEntriesRequest,TailLogEntriesResponse> tailLogEntriesCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-