Package com.google.cloud.logging.v2.stub
Class LoggingServiceV2Stub
java.lang.Object
com.google.cloud.logging.v2.stub.LoggingServiceV2Stub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcLoggingServiceV2Stub
@Generated("by gapic-generator-java")
public abstract class LoggingServiceV2Stub
extends Object
implements BackgroundResource
Base stub class for the LoggingServiceV2 service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()UnaryCallable<DeleteLogRequest,com.google.protobuf.Empty> UnaryCallable<ListMonitoredResourceDescriptorsRequest,LoggingClient.ListMonitoredResourceDescriptorsPagedResponse> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
LoggingServiceV2Stub
public LoggingServiceV2Stub()
-
-
Method Details
-
deleteLogCallable
-
writeLogEntriesCallable
-
listLogEntriesPagedCallable
public UnaryCallable<ListLogEntriesRequest,LoggingClient.ListLogEntriesPagedResponse> listLogEntriesPagedCallable() -
listLogEntriesCallable
-
listMonitoredResourceDescriptorsPagedCallable
public UnaryCallable<ListMonitoredResourceDescriptorsRequest,LoggingClient.ListMonitoredResourceDescriptorsPagedResponse> listMonitoredResourceDescriptorsPagedCallable() -
listMonitoredResourceDescriptorsCallable
public UnaryCallable<ListMonitoredResourceDescriptorsRequest,ListMonitoredResourceDescriptorsResponse> listMonitoredResourceDescriptorsCallable() -
listLogsPagedCallable
-
listLogsCallable
-
tailLogEntriesCallable
-
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-