@Generated(value="by GAPIC v0.0.5") @BetaApi public class GrpcLoggingServiceV2Stub extends LoggingServiceV2Stub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
GrpcLoggingServiceV2Stub(LoggingSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcLoggingServiceV2Stub, using the given settings.
|
Modifier and Type | Method and Description |
---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcLoggingServiceV2Stub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcLoggingServiceV2Stub |
create(LoggingSettings settings) |
com.google.api.gax.rpc.UnaryCallable<com.google.logging.v2.DeleteLogRequest,com.google.protobuf.Empty> |
deleteLogCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<com.google.logging.v2.ListLogEntriesRequest,com.google.logging.v2.ListLogEntriesResponse> |
listLogEntriesCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.logging.v2.ListLogEntriesRequest,PagedResponseWrappers.ListLogEntriesPagedResponse> |
listLogEntriesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.logging.v2.ListLogsRequest,com.google.logging.v2.ListLogsResponse> |
listLogsCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.logging.v2.ListLogsRequest,PagedResponseWrappers.ListLogsPagedResponse> |
listLogsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.logging.v2.ListMonitoredResourceDescriptorsRequest,com.google.logging.v2.ListMonitoredResourceDescriptorsResponse> |
listMonitoredResourceDescriptorsCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.logging.v2.ListMonitoredResourceDescriptorsRequest,PagedResponseWrappers.ListMonitoredResourceDescriptorsPagedResponse> |
listMonitoredResourceDescriptorsPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<com.google.logging.v2.WriteLogEntriesRequest,com.google.logging.v2.WriteLogEntriesResponse> |
writeLogEntriesCallable() |
protected GrpcLoggingServiceV2Stub(LoggingSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final GrpcLoggingServiceV2Stub create(LoggingSettings settings) throws IOException
IOException
public static final GrpcLoggingServiceV2Stub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public com.google.api.gax.rpc.UnaryCallable<com.google.logging.v2.DeleteLogRequest,com.google.protobuf.Empty> deleteLogCallable()
deleteLogCallable
in class LoggingServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<com.google.logging.v2.WriteLogEntriesRequest,com.google.logging.v2.WriteLogEntriesResponse> writeLogEntriesCallable()
writeLogEntriesCallable
in class LoggingServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<com.google.logging.v2.ListLogEntriesRequest,PagedResponseWrappers.ListLogEntriesPagedResponse> listLogEntriesPagedCallable()
listLogEntriesPagedCallable
in class LoggingServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<com.google.logging.v2.ListLogEntriesRequest,com.google.logging.v2.ListLogEntriesResponse> listLogEntriesCallable()
listLogEntriesCallable
in class LoggingServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<com.google.logging.v2.ListMonitoredResourceDescriptorsRequest,PagedResponseWrappers.ListMonitoredResourceDescriptorsPagedResponse> listMonitoredResourceDescriptorsPagedCallable()
listMonitoredResourceDescriptorsPagedCallable
in class LoggingServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<com.google.logging.v2.ListMonitoredResourceDescriptorsRequest,com.google.logging.v2.ListMonitoredResourceDescriptorsResponse> listMonitoredResourceDescriptorsCallable()
listMonitoredResourceDescriptorsCallable
in class LoggingServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<com.google.logging.v2.ListLogsRequest,PagedResponseWrappers.ListLogsPagedResponse> listLogsPagedCallable()
listLogsPagedCallable
in class LoggingServiceV2Stub
public com.google.api.gax.rpc.UnaryCallable<com.google.logging.v2.ListLogsRequest,com.google.logging.v2.ListLogsResponse> listLogsCallable()
listLogsCallable
in class LoggingServiceV2Stub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2017 Google. All rights reserved.