diff --git a/java/grpc-google-cloud-logging-v2/0.1.11/apidocs/allclasses-frame.html b/java/grpc-google-cloud-logging-v2/0.1.11/apidocs/allclasses-frame.html new file mode 100644 index 0000000000..a5cac6ae9c --- /dev/null +++ b/java/grpc-google-cloud-logging-v2/0.1.11/apidocs/allclasses-frame.html @@ -0,0 +1,33 @@ + + + +
+ +public static final class ConfigServiceV2Grpc.ConfigServiceV2BlockingStub +extends io.grpc.stub.AbstractStub<ConfigServiceV2Grpc.ConfigServiceV2BlockingStub>+
+ Service for configuring sinks used to export log entries outside of + Stackdriver Logging. +
| Modifier and Type | +Method and Description | +
|---|---|
protected ConfigServiceV2Grpc.ConfigServiceV2BlockingStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.logging.v2.LogSink |
+createSink(com.google.logging.v2.CreateSinkRequest request)
+
+ Creates a sink that exports specified log entries to a destination.
+ |
+
com.google.protobuf.Empty |
+deleteSink(com.google.logging.v2.DeleteSinkRequest request)
+
+ Deletes a sink.
+ |
+
com.google.logging.v2.LogSink |
+getSink(com.google.logging.v2.GetSinkRequest request)
+
+ Gets a sink.
+ |
+
com.google.logging.v2.ListSinksResponse |
+listSinks(com.google.logging.v2.ListSinksRequest request)
+
+ Lists sinks.
+ |
+
com.google.logging.v2.LogSink |
+updateSink(com.google.logging.v2.UpdateSinkRequest request)
+
+ Updates a sink.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected ConfigServiceV2Grpc.ConfigServiceV2BlockingStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<ConfigServiceV2Grpc.ConfigServiceV2BlockingStub>public com.google.logging.v2.ListSinksResponse listSinks(com.google.logging.v2.ListSinksRequest request)+
+ Lists sinks. +
public com.google.logging.v2.LogSink getSink(com.google.logging.v2.GetSinkRequest request)+
+ Gets a sink. +
public com.google.logging.v2.LogSink createSink(com.google.logging.v2.CreateSinkRequest request)+
+ Creates a sink that exports specified log entries to a destination. The + export of newly-ingested log entries begins immediately, unless the current + time is outside the sink's start and end times or the sink's + `writer_identity` is not permitted to write to the destination. A sink can + export log entries only from the resource owning the sink. +
public com.google.logging.v2.LogSink updateSink(com.google.logging.v2.UpdateSinkRequest request)+
+ Updates a sink. If the named sink doesn't exist, then this method is + identical to + [sinks.create](/logging/docs/api/reference/rest/v2/projects.sinks/create). + If the named sink does exist, then this method replaces the following + fields in the existing sink with values from the new sink: `destination`, + `filter`, `output_version_format`, `start_time`, and `end_time`. + The updated filter might also have a new `writer_identity`; see the + `unique_writer_identity` field. +
public com.google.protobuf.Empty deleteSink(com.google.logging.v2.DeleteSinkRequest request)+
+ Deletes a sink. If the sink has a unique `writer_identity`, then that + service account is also deleted. +
public static final class ConfigServiceV2Grpc.ConfigServiceV2FutureStub +extends io.grpc.stub.AbstractStub<ConfigServiceV2Grpc.ConfigServiceV2FutureStub>+
+ Service for configuring sinks used to export log entries outside of + Stackdriver Logging. +
| Modifier and Type | +Method and Description | +
|---|---|
protected ConfigServiceV2Grpc.ConfigServiceV2FutureStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.LogSink> |
+createSink(com.google.logging.v2.CreateSinkRequest request)
+
+ Creates a sink that exports specified log entries to a destination.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
+deleteSink(com.google.logging.v2.DeleteSinkRequest request)
+
+ Deletes a sink.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.LogSink> |
+getSink(com.google.logging.v2.GetSinkRequest request)
+
+ Gets a sink.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.ListSinksResponse> |
+listSinks(com.google.logging.v2.ListSinksRequest request)
+
+ Lists sinks.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.LogSink> |
+updateSink(com.google.logging.v2.UpdateSinkRequest request)
+
+ Updates a sink.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected ConfigServiceV2Grpc.ConfigServiceV2FutureStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<ConfigServiceV2Grpc.ConfigServiceV2FutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.ListSinksResponse> listSinks(com.google.logging.v2.ListSinksRequest request)+
+ Lists sinks. +
public com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.LogSink> getSink(com.google.logging.v2.GetSinkRequest request)+
+ Gets a sink. +
public com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.LogSink> createSink(com.google.logging.v2.CreateSinkRequest request)+
+ Creates a sink that exports specified log entries to a destination. The + export of newly-ingested log entries begins immediately, unless the current + time is outside the sink's start and end times or the sink's + `writer_identity` is not permitted to write to the destination. A sink can + export log entries only from the resource owning the sink. +
public com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.LogSink> updateSink(com.google.logging.v2.UpdateSinkRequest request)+
+ Updates a sink. If the named sink doesn't exist, then this method is + identical to + [sinks.create](/logging/docs/api/reference/rest/v2/projects.sinks/create). + If the named sink does exist, then this method replaces the following + fields in the existing sink with values from the new sink: `destination`, + `filter`, `output_version_format`, `start_time`, and `end_time`. + The updated filter might also have a new `writer_identity`; see the + `unique_writer_identity` field. +
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteSink(com.google.logging.v2.DeleteSinkRequest request)+
+ Deletes a sink. If the sink has a unique `writer_identity`, then that + service account is also deleted. +
public abstract static class ConfigServiceV2Grpc.ConfigServiceV2ImplBase
+extends java.lang.Object
+implements io.grpc.BindableService
++ Service for configuring sinks used to export log entries outside of + Stackdriver Logging. +
| Constructor and Description | +
|---|
ConfigServiceV2ImplBase() |
+
| Modifier and Type | +Method and Description | +
|---|---|
io.grpc.ServerServiceDefinition |
+bindService() |
+
void |
+createSink(com.google.logging.v2.CreateSinkRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.LogSink> responseObserver)
+
+ Creates a sink that exports specified log entries to a destination.
+ |
+
void |
+deleteSink(com.google.logging.v2.DeleteSinkRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Deletes a sink.
+ |
+
void |
+getSink(com.google.logging.v2.GetSinkRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.LogSink> responseObserver)
+
+ Gets a sink.
+ |
+
void |
+listSinks(com.google.logging.v2.ListSinksRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.ListSinksResponse> responseObserver)
+
+ Lists sinks.
+ |
+
void |
+updateSink(com.google.logging.v2.UpdateSinkRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.LogSink> responseObserver)
+
+ Updates a sink.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ConfigServiceV2ImplBase()+
public void listSinks(com.google.logging.v2.ListSinksRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.ListSinksResponse> responseObserver)+
+ Lists sinks. +
public void getSink(com.google.logging.v2.GetSinkRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.LogSink> responseObserver)+
+ Gets a sink. +
public void createSink(com.google.logging.v2.CreateSinkRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.LogSink> responseObserver)+
+ Creates a sink that exports specified log entries to a destination. The + export of newly-ingested log entries begins immediately, unless the current + time is outside the sink's start and end times or the sink's + `writer_identity` is not permitted to write to the destination. A sink can + export log entries only from the resource owning the sink. +
public void updateSink(com.google.logging.v2.UpdateSinkRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.LogSink> responseObserver)+
+ Updates a sink. If the named sink doesn't exist, then this method is + identical to + [sinks.create](/logging/docs/api/reference/rest/v2/projects.sinks/create). + If the named sink does exist, then this method replaces the following + fields in the existing sink with values from the new sink: `destination`, + `filter`, `output_version_format`, `start_time`, and `end_time`. + The updated filter might also have a new `writer_identity`; see the + `unique_writer_identity` field. +
public void deleteSink(com.google.logging.v2.DeleteSinkRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Deletes a sink. If the sink has a unique `writer_identity`, then that + service account is also deleted. +
public final io.grpc.ServerServiceDefinition bindService()+
bindService in interface io.grpc.BindableServicepublic static final class ConfigServiceV2Grpc.ConfigServiceV2Stub +extends io.grpc.stub.AbstractStub<ConfigServiceV2Grpc.ConfigServiceV2Stub>+
+ Service for configuring sinks used to export log entries outside of + Stackdriver Logging. +
| Modifier and Type | +Method and Description | +
|---|---|
protected ConfigServiceV2Grpc.ConfigServiceV2Stub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
void |
+createSink(com.google.logging.v2.CreateSinkRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.LogSink> responseObserver)
+
+ Creates a sink that exports specified log entries to a destination.
+ |
+
void |
+deleteSink(com.google.logging.v2.DeleteSinkRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Deletes a sink.
+ |
+
void |
+getSink(com.google.logging.v2.GetSinkRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.LogSink> responseObserver)
+
+ Gets a sink.
+ |
+
void |
+listSinks(com.google.logging.v2.ListSinksRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.ListSinksResponse> responseObserver)
+
+ Lists sinks.
+ |
+
void |
+updateSink(com.google.logging.v2.UpdateSinkRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.LogSink> responseObserver)
+
+ Updates a sink.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected ConfigServiceV2Grpc.ConfigServiceV2Stub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<ConfigServiceV2Grpc.ConfigServiceV2Stub>public void listSinks(com.google.logging.v2.ListSinksRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.ListSinksResponse> responseObserver)+
+ Lists sinks. +
public void getSink(com.google.logging.v2.GetSinkRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.LogSink> responseObserver)+
+ Gets a sink. +
public void createSink(com.google.logging.v2.CreateSinkRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.LogSink> responseObserver)+
+ Creates a sink that exports specified log entries to a destination. The + export of newly-ingested log entries begins immediately, unless the current + time is outside the sink's start and end times or the sink's + `writer_identity` is not permitted to write to the destination. A sink can + export log entries only from the resource owning the sink. +
public void updateSink(com.google.logging.v2.UpdateSinkRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.LogSink> responseObserver)+
+ Updates a sink. If the named sink doesn't exist, then this method is + identical to + [sinks.create](/logging/docs/api/reference/rest/v2/projects.sinks/create). + If the named sink does exist, then this method replaces the following + fields in the existing sink with values from the new sink: `destination`, + `filter`, `output_version_format`, `start_time`, and `end_time`. + The updated filter might also have a new `writer_identity`; see the + `unique_writer_identity` field. +
public void deleteSink(com.google.logging.v2.DeleteSinkRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Deletes a sink. If the sink has a unique `writer_identity`, then that + service account is also deleted. +
@Generated(value="by gRPC proto compiler (version 1.2.0)",
+ comments="Source: google/logging/v2/logging_config.proto")
+public final class ConfigServiceV2Grpc
+extends java.lang.Object
++ Service for configuring sinks used to export log entries outside of + Stackdriver Logging. +
| Modifier and Type | +Class and Description | +
|---|---|
static class |
+ConfigServiceV2Grpc.ConfigServiceV2BlockingStub
+
+ Service for configuring sinks used to export log entries outside of
+ Stackdriver Logging.
+ |
+
static class |
+ConfigServiceV2Grpc.ConfigServiceV2FutureStub
+
+ Service for configuring sinks used to export log entries outside of
+ Stackdriver Logging.
+ |
+
static class |
+ConfigServiceV2Grpc.ConfigServiceV2ImplBase
+
+ Service for configuring sinks used to export log entries outside of
+ Stackdriver Logging.
+ |
+
static class |
+ConfigServiceV2Grpc.ConfigServiceV2Stub
+
+ Service for configuring sinks used to export log entries outside of
+ Stackdriver Logging.
+ |
+
| Modifier and Type | +Field and Description | +
|---|---|
static io.grpc.MethodDescriptor<com.google.logging.v2.CreateSinkRequest,com.google.logging.v2.LogSink> |
+METHOD_CREATE_SINK |
+
static io.grpc.MethodDescriptor<com.google.logging.v2.DeleteSinkRequest,com.google.protobuf.Empty> |
+METHOD_DELETE_SINK |
+
static io.grpc.MethodDescriptor<com.google.logging.v2.GetSinkRequest,com.google.logging.v2.LogSink> |
+METHOD_GET_SINK |
+
static io.grpc.MethodDescriptor<com.google.logging.v2.ListSinksRequest,com.google.logging.v2.ListSinksResponse> |
+METHOD_LIST_SINKS |
+
static io.grpc.MethodDescriptor<com.google.logging.v2.UpdateSinkRequest,com.google.logging.v2.LogSink> |
+METHOD_UPDATE_SINK |
+
static java.lang.String |
+SERVICE_NAME |
+
| Modifier and Type | +Method and Description | +
|---|---|
static io.grpc.ServiceDescriptor |
+getServiceDescriptor() |
+
static ConfigServiceV2Grpc.ConfigServiceV2BlockingStub |
+newBlockingStub(io.grpc.Channel channel)
+Creates a new blocking-style stub that supports unary and streaming output calls on the service
+ |
+
static ConfigServiceV2Grpc.ConfigServiceV2FutureStub |
+newFutureStub(io.grpc.Channel channel)
+Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ |
+
static ConfigServiceV2Grpc.ConfigServiceV2Stub |
+newStub(io.grpc.Channel channel)
+Creates a new async stub that supports all call types for the service
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String SERVICE_NAME+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.logging.v2.ListSinksRequest,com.google.logging.v2.ListSinksResponse> METHOD_LIST_SINKS+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.logging.v2.GetSinkRequest,com.google.logging.v2.LogSink> METHOD_GET_SINK+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.logging.v2.CreateSinkRequest,com.google.logging.v2.LogSink> METHOD_CREATE_SINK+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.logging.v2.UpdateSinkRequest,com.google.logging.v2.LogSink> METHOD_UPDATE_SINK+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.logging.v2.DeleteSinkRequest,com.google.protobuf.Empty> METHOD_DELETE_SINK+
public static ConfigServiceV2Grpc.ConfigServiceV2Stub newStub(io.grpc.Channel channel)+
public static ConfigServiceV2Grpc.ConfigServiceV2BlockingStub newBlockingStub(io.grpc.Channel channel)+
public static ConfigServiceV2Grpc.ConfigServiceV2FutureStub newFutureStub(io.grpc.Channel channel)+
public static io.grpc.ServiceDescriptor getServiceDescriptor()+
public static final class LoggingServiceV2Grpc.LoggingServiceV2BlockingStub +extends io.grpc.stub.AbstractStub<LoggingServiceV2Grpc.LoggingServiceV2BlockingStub>+
+ Service for ingesting and querying logs. +
| Modifier and Type | +Method and Description | +
|---|---|
protected LoggingServiceV2Grpc.LoggingServiceV2BlockingStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.protobuf.Empty |
+deleteLog(com.google.logging.v2.DeleteLogRequest request)
+
+ Deletes all the log entries in a log.
+ |
+
com.google.logging.v2.ListLogEntriesResponse |
+listLogEntries(com.google.logging.v2.ListLogEntriesRequest request)
+
+ Lists log entries.
+ |
+
com.google.logging.v2.ListLogsResponse |
+listLogs(com.google.logging.v2.ListLogsRequest request)
+
+ Lists the logs in projects, organizations, folders, or billing accounts.
+ |
+
com.google.logging.v2.ListMonitoredResourceDescriptorsResponse |
+listMonitoredResourceDescriptors(com.google.logging.v2.ListMonitoredResourceDescriptorsRequest request)
+
+ Lists the descriptors for monitored resource types used by Stackdriver
+ Logging.
+ |
+
com.google.logging.v2.WriteLogEntriesResponse |
+writeLogEntries(com.google.logging.v2.WriteLogEntriesRequest request)
+
+ Writes log entries to Stackdriver Logging.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected LoggingServiceV2Grpc.LoggingServiceV2BlockingStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<LoggingServiceV2Grpc.LoggingServiceV2BlockingStub>public com.google.protobuf.Empty deleteLog(com.google.logging.v2.DeleteLogRequest request)+
+ Deletes all the log entries in a log. + The log reappears if it receives new entries. + Log entries written shortly before the delete operation might not be + deleted. +
public com.google.logging.v2.WriteLogEntriesResponse writeLogEntries(com.google.logging.v2.WriteLogEntriesRequest request)+
+ Writes log entries to Stackdriver Logging. +
public com.google.logging.v2.ListLogEntriesResponse listLogEntries(com.google.logging.v2.ListLogEntriesRequest request)+
+ Lists log entries. Use this method to retrieve log entries from + Stackdriver Logging. For ways to export log entries, see + [Exporting Logs](/logging/docs/export). +
public com.google.logging.v2.ListMonitoredResourceDescriptorsResponse listMonitoredResourceDescriptors(com.google.logging.v2.ListMonitoredResourceDescriptorsRequest request)+
+ Lists the descriptors for monitored resource types used by Stackdriver + Logging. +
public com.google.logging.v2.ListLogsResponse listLogs(com.google.logging.v2.ListLogsRequest request)+
+ Lists the logs in projects, organizations, folders, or billing accounts. + Only logs that have entries are listed. +
public static final class LoggingServiceV2Grpc.LoggingServiceV2FutureStub +extends io.grpc.stub.AbstractStub<LoggingServiceV2Grpc.LoggingServiceV2FutureStub>+
+ Service for ingesting and querying logs. +
| Modifier and Type | +Method and Description | +
|---|---|
protected LoggingServiceV2Grpc.LoggingServiceV2FutureStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
+deleteLog(com.google.logging.v2.DeleteLogRequest request)
+
+ Deletes all the log entries in a log.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.ListLogEntriesResponse> |
+listLogEntries(com.google.logging.v2.ListLogEntriesRequest request)
+
+ Lists log entries.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.ListLogsResponse> |
+listLogs(com.google.logging.v2.ListLogsRequest request)
+
+ Lists the logs in projects, organizations, folders, or billing accounts.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.ListMonitoredResourceDescriptorsResponse> |
+listMonitoredResourceDescriptors(com.google.logging.v2.ListMonitoredResourceDescriptorsRequest request)
+
+ Lists the descriptors for monitored resource types used by Stackdriver
+ Logging.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.WriteLogEntriesResponse> |
+writeLogEntries(com.google.logging.v2.WriteLogEntriesRequest request)
+
+ Writes log entries to Stackdriver Logging.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected LoggingServiceV2Grpc.LoggingServiceV2FutureStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<LoggingServiceV2Grpc.LoggingServiceV2FutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteLog(com.google.logging.v2.DeleteLogRequest request)+
+ Deletes all the log entries in a log. + The log reappears if it receives new entries. + Log entries written shortly before the delete operation might not be + deleted. +
public com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.WriteLogEntriesResponse> writeLogEntries(com.google.logging.v2.WriteLogEntriesRequest request)+
+ Writes log entries to Stackdriver Logging. +
public com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.ListLogEntriesResponse> listLogEntries(com.google.logging.v2.ListLogEntriesRequest request)+
+ Lists log entries. Use this method to retrieve log entries from + Stackdriver Logging. For ways to export log entries, see + [Exporting Logs](/logging/docs/export). +
public com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.ListMonitoredResourceDescriptorsResponse> listMonitoredResourceDescriptors(com.google.logging.v2.ListMonitoredResourceDescriptorsRequest request)+
+ Lists the descriptors for monitored resource types used by Stackdriver + Logging. +
public com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.ListLogsResponse> listLogs(com.google.logging.v2.ListLogsRequest request)+
+ Lists the logs in projects, organizations, folders, or billing accounts. + Only logs that have entries are listed. +
public abstract static class LoggingServiceV2Grpc.LoggingServiceV2ImplBase
+extends java.lang.Object
+implements io.grpc.BindableService
++ Service for ingesting and querying logs. +
| Constructor and Description | +
|---|
LoggingServiceV2ImplBase() |
+
| Modifier and Type | +Method and Description | +
|---|---|
io.grpc.ServerServiceDefinition |
+bindService() |
+
void |
+deleteLog(com.google.logging.v2.DeleteLogRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Deletes all the log entries in a log.
+ |
+
void |
+listLogEntries(com.google.logging.v2.ListLogEntriesRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.ListLogEntriesResponse> responseObserver)
+
+ Lists log entries.
+ |
+
void |
+listLogs(com.google.logging.v2.ListLogsRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.ListLogsResponse> responseObserver)
+
+ Lists the logs in projects, organizations, folders, or billing accounts.
+ |
+
void |
+listMonitoredResourceDescriptors(com.google.logging.v2.ListMonitoredResourceDescriptorsRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.ListMonitoredResourceDescriptorsResponse> responseObserver)
+
+ Lists the descriptors for monitored resource types used by Stackdriver
+ Logging.
+ |
+
void |
+writeLogEntries(com.google.logging.v2.WriteLogEntriesRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.WriteLogEntriesResponse> responseObserver)
+
+ Writes log entries to Stackdriver Logging.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic LoggingServiceV2ImplBase()+
public void deleteLog(com.google.logging.v2.DeleteLogRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Deletes all the log entries in a log. + The log reappears if it receives new entries. + Log entries written shortly before the delete operation might not be + deleted. +
public void writeLogEntries(com.google.logging.v2.WriteLogEntriesRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.WriteLogEntriesResponse> responseObserver)+
+ Writes log entries to Stackdriver Logging. +
public void listLogEntries(com.google.logging.v2.ListLogEntriesRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.ListLogEntriesResponse> responseObserver)+
+ Lists log entries. Use this method to retrieve log entries from + Stackdriver Logging. For ways to export log entries, see + [Exporting Logs](/logging/docs/export). +
public void listMonitoredResourceDescriptors(com.google.logging.v2.ListMonitoredResourceDescriptorsRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.ListMonitoredResourceDescriptorsResponse> responseObserver)+
+ Lists the descriptors for monitored resource types used by Stackdriver + Logging. +
public void listLogs(com.google.logging.v2.ListLogsRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.ListLogsResponse> responseObserver)+
+ Lists the logs in projects, organizations, folders, or billing accounts. + Only logs that have entries are listed. +
public final io.grpc.ServerServiceDefinition bindService()+
bindService in interface io.grpc.BindableServicepublic static final class LoggingServiceV2Grpc.LoggingServiceV2Stub +extends io.grpc.stub.AbstractStub<LoggingServiceV2Grpc.LoggingServiceV2Stub>+
+ Service for ingesting and querying logs. +
| Modifier and Type | +Method and Description | +
|---|---|
protected LoggingServiceV2Grpc.LoggingServiceV2Stub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
void |
+deleteLog(com.google.logging.v2.DeleteLogRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Deletes all the log entries in a log.
+ |
+
void |
+listLogEntries(com.google.logging.v2.ListLogEntriesRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.ListLogEntriesResponse> responseObserver)
+
+ Lists log entries.
+ |
+
void |
+listLogs(com.google.logging.v2.ListLogsRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.ListLogsResponse> responseObserver)
+
+ Lists the logs in projects, organizations, folders, or billing accounts.
+ |
+
void |
+listMonitoredResourceDescriptors(com.google.logging.v2.ListMonitoredResourceDescriptorsRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.ListMonitoredResourceDescriptorsResponse> responseObserver)
+
+ Lists the descriptors for monitored resource types used by Stackdriver
+ Logging.
+ |
+
void |
+writeLogEntries(com.google.logging.v2.WriteLogEntriesRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.WriteLogEntriesResponse> responseObserver)
+
+ Writes log entries to Stackdriver Logging.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected LoggingServiceV2Grpc.LoggingServiceV2Stub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<LoggingServiceV2Grpc.LoggingServiceV2Stub>public void deleteLog(com.google.logging.v2.DeleteLogRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Deletes all the log entries in a log. + The log reappears if it receives new entries. + Log entries written shortly before the delete operation might not be + deleted. +
public void writeLogEntries(com.google.logging.v2.WriteLogEntriesRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.WriteLogEntriesResponse> responseObserver)+
+ Writes log entries to Stackdriver Logging. +
public void listLogEntries(com.google.logging.v2.ListLogEntriesRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.ListLogEntriesResponse> responseObserver)+
+ Lists log entries. Use this method to retrieve log entries from + Stackdriver Logging. For ways to export log entries, see + [Exporting Logs](/logging/docs/export). +
public void listMonitoredResourceDescriptors(com.google.logging.v2.ListMonitoredResourceDescriptorsRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.ListMonitoredResourceDescriptorsResponse> responseObserver)+
+ Lists the descriptors for monitored resource types used by Stackdriver + Logging. +
public void listLogs(com.google.logging.v2.ListLogsRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.ListLogsResponse> responseObserver)+
+ Lists the logs in projects, organizations, folders, or billing accounts. + Only logs that have entries are listed. +
@Generated(value="by gRPC proto compiler (version 1.2.0)",
+ comments="Source: google/logging/v2/logging.proto")
+public final class LoggingServiceV2Grpc
+extends java.lang.Object
++ Service for ingesting and querying logs. +
| Modifier and Type | +Class and Description | +
|---|---|
static class |
+LoggingServiceV2Grpc.LoggingServiceV2BlockingStub
+
+ Service for ingesting and querying logs.
+ |
+
static class |
+LoggingServiceV2Grpc.LoggingServiceV2FutureStub
+
+ Service for ingesting and querying logs.
+ |
+
static class |
+LoggingServiceV2Grpc.LoggingServiceV2ImplBase
+
+ Service for ingesting and querying logs.
+ |
+
static class |
+LoggingServiceV2Grpc.LoggingServiceV2Stub
+
+ Service for ingesting and querying logs.
+ |
+
| Modifier and Type | +Field and Description | +
|---|---|
static io.grpc.MethodDescriptor<com.google.logging.v2.DeleteLogRequest,com.google.protobuf.Empty> |
+METHOD_DELETE_LOG |
+
static io.grpc.MethodDescriptor<com.google.logging.v2.ListLogEntriesRequest,com.google.logging.v2.ListLogEntriesResponse> |
+METHOD_LIST_LOG_ENTRIES |
+
static io.grpc.MethodDescriptor<com.google.logging.v2.ListLogsRequest,com.google.logging.v2.ListLogsResponse> |
+METHOD_LIST_LOGS |
+
static io.grpc.MethodDescriptor<com.google.logging.v2.ListMonitoredResourceDescriptorsRequest,com.google.logging.v2.ListMonitoredResourceDescriptorsResponse> |
+METHOD_LIST_MONITORED_RESOURCE_DESCRIPTORS |
+
static io.grpc.MethodDescriptor<com.google.logging.v2.WriteLogEntriesRequest,com.google.logging.v2.WriteLogEntriesResponse> |
+METHOD_WRITE_LOG_ENTRIES |
+
static java.lang.String |
+SERVICE_NAME |
+
| Modifier and Type | +Method and Description | +
|---|---|
static io.grpc.ServiceDescriptor |
+getServiceDescriptor() |
+
static LoggingServiceV2Grpc.LoggingServiceV2BlockingStub |
+newBlockingStub(io.grpc.Channel channel)
+Creates a new blocking-style stub that supports unary and streaming output calls on the service
+ |
+
static LoggingServiceV2Grpc.LoggingServiceV2FutureStub |
+newFutureStub(io.grpc.Channel channel)
+Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ |
+
static LoggingServiceV2Grpc.LoggingServiceV2Stub |
+newStub(io.grpc.Channel channel)
+Creates a new async stub that supports all call types for the service
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String SERVICE_NAME+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.logging.v2.DeleteLogRequest,com.google.protobuf.Empty> METHOD_DELETE_LOG+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.logging.v2.WriteLogEntriesRequest,com.google.logging.v2.WriteLogEntriesResponse> METHOD_WRITE_LOG_ENTRIES+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.logging.v2.ListLogEntriesRequest,com.google.logging.v2.ListLogEntriesResponse> METHOD_LIST_LOG_ENTRIES+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.logging.v2.ListMonitoredResourceDescriptorsRequest,com.google.logging.v2.ListMonitoredResourceDescriptorsResponse> METHOD_LIST_MONITORED_RESOURCE_DESCRIPTORS+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.logging.v2.ListLogsRequest,com.google.logging.v2.ListLogsResponse> METHOD_LIST_LOGS+
public static LoggingServiceV2Grpc.LoggingServiceV2Stub newStub(io.grpc.Channel channel)+
public static LoggingServiceV2Grpc.LoggingServiceV2BlockingStub newBlockingStub(io.grpc.Channel channel)+
public static LoggingServiceV2Grpc.LoggingServiceV2FutureStub newFutureStub(io.grpc.Channel channel)+
public static io.grpc.ServiceDescriptor getServiceDescriptor()+
public static final class MetricsServiceV2Grpc.MetricsServiceV2BlockingStub +extends io.grpc.stub.AbstractStub<MetricsServiceV2Grpc.MetricsServiceV2BlockingStub>+
+ Service for configuring logs-based metrics. +
| Modifier and Type | +Method and Description | +
|---|---|
protected MetricsServiceV2Grpc.MetricsServiceV2BlockingStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.logging.v2.LogMetric |
+createLogMetric(com.google.logging.v2.CreateLogMetricRequest request)
+
+ Creates a logs-based metric.
+ |
+
com.google.protobuf.Empty |
+deleteLogMetric(com.google.logging.v2.DeleteLogMetricRequest request)
+
+ Deletes a logs-based metric.
+ |
+
com.google.logging.v2.LogMetric |
+getLogMetric(com.google.logging.v2.GetLogMetricRequest request)
+
+ Gets a logs-based metric.
+ |
+
com.google.logging.v2.ListLogMetricsResponse |
+listLogMetrics(com.google.logging.v2.ListLogMetricsRequest request)
+
+ Lists logs-based metrics.
+ |
+
com.google.logging.v2.LogMetric |
+updateLogMetric(com.google.logging.v2.UpdateLogMetricRequest request)
+
+ Creates or updates a logs-based metric.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected MetricsServiceV2Grpc.MetricsServiceV2BlockingStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<MetricsServiceV2Grpc.MetricsServiceV2BlockingStub>public com.google.logging.v2.ListLogMetricsResponse listLogMetrics(com.google.logging.v2.ListLogMetricsRequest request)+
+ Lists logs-based metrics. +
public com.google.logging.v2.LogMetric getLogMetric(com.google.logging.v2.GetLogMetricRequest request)+
+ Gets a logs-based metric. +
public com.google.logging.v2.LogMetric createLogMetric(com.google.logging.v2.CreateLogMetricRequest request)+
+ Creates a logs-based metric. +
public com.google.logging.v2.LogMetric updateLogMetric(com.google.logging.v2.UpdateLogMetricRequest request)+
+ Creates or updates a logs-based metric. +
public com.google.protobuf.Empty deleteLogMetric(com.google.logging.v2.DeleteLogMetricRequest request)+
+ Deletes a logs-based metric. +
public static final class MetricsServiceV2Grpc.MetricsServiceV2FutureStub +extends io.grpc.stub.AbstractStub<MetricsServiceV2Grpc.MetricsServiceV2FutureStub>+
+ Service for configuring logs-based metrics. +
| Modifier and Type | +Method and Description | +
|---|---|
protected MetricsServiceV2Grpc.MetricsServiceV2FutureStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.LogMetric> |
+createLogMetric(com.google.logging.v2.CreateLogMetricRequest request)
+
+ Creates a logs-based metric.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
+deleteLogMetric(com.google.logging.v2.DeleteLogMetricRequest request)
+
+ Deletes a logs-based metric.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.LogMetric> |
+getLogMetric(com.google.logging.v2.GetLogMetricRequest request)
+
+ Gets a logs-based metric.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.ListLogMetricsResponse> |
+listLogMetrics(com.google.logging.v2.ListLogMetricsRequest request)
+
+ Lists logs-based metrics.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.LogMetric> |
+updateLogMetric(com.google.logging.v2.UpdateLogMetricRequest request)
+
+ Creates or updates a logs-based metric.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected MetricsServiceV2Grpc.MetricsServiceV2FutureStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<MetricsServiceV2Grpc.MetricsServiceV2FutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.ListLogMetricsResponse> listLogMetrics(com.google.logging.v2.ListLogMetricsRequest request)+
+ Lists logs-based metrics. +
public com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.LogMetric> getLogMetric(com.google.logging.v2.GetLogMetricRequest request)+
+ Gets a logs-based metric. +
public com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.LogMetric> createLogMetric(com.google.logging.v2.CreateLogMetricRequest request)+
+ Creates a logs-based metric. +
public com.google.common.util.concurrent.ListenableFuture<com.google.logging.v2.LogMetric> updateLogMetric(com.google.logging.v2.UpdateLogMetricRequest request)+
+ Creates or updates a logs-based metric. +
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteLogMetric(com.google.logging.v2.DeleteLogMetricRequest request)+
+ Deletes a logs-based metric. +
public abstract static class MetricsServiceV2Grpc.MetricsServiceV2ImplBase
+extends java.lang.Object
+implements io.grpc.BindableService
++ Service for configuring logs-based metrics. +
| Constructor and Description | +
|---|
MetricsServiceV2ImplBase() |
+
| Modifier and Type | +Method and Description | +
|---|---|
io.grpc.ServerServiceDefinition |
+bindService() |
+
void |
+createLogMetric(com.google.logging.v2.CreateLogMetricRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.LogMetric> responseObserver)
+
+ Creates a logs-based metric.
+ |
+
void |
+deleteLogMetric(com.google.logging.v2.DeleteLogMetricRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Deletes a logs-based metric.
+ |
+
void |
+getLogMetric(com.google.logging.v2.GetLogMetricRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.LogMetric> responseObserver)
+
+ Gets a logs-based metric.
+ |
+
void |
+listLogMetrics(com.google.logging.v2.ListLogMetricsRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.ListLogMetricsResponse> responseObserver)
+
+ Lists logs-based metrics.
+ |
+
void |
+updateLogMetric(com.google.logging.v2.UpdateLogMetricRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.LogMetric> responseObserver)
+
+ Creates or updates a logs-based metric.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic MetricsServiceV2ImplBase()+
public void listLogMetrics(com.google.logging.v2.ListLogMetricsRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.ListLogMetricsResponse> responseObserver)+
+ Lists logs-based metrics. +
public void getLogMetric(com.google.logging.v2.GetLogMetricRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.LogMetric> responseObserver)+
+ Gets a logs-based metric. +
public void createLogMetric(com.google.logging.v2.CreateLogMetricRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.LogMetric> responseObserver)+
+ Creates a logs-based metric. +
public void updateLogMetric(com.google.logging.v2.UpdateLogMetricRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.LogMetric> responseObserver)+
+ Creates or updates a logs-based metric. +
public void deleteLogMetric(com.google.logging.v2.DeleteLogMetricRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Deletes a logs-based metric. +
public final io.grpc.ServerServiceDefinition bindService()+
bindService in interface io.grpc.BindableServicepublic static final class MetricsServiceV2Grpc.MetricsServiceV2Stub +extends io.grpc.stub.AbstractStub<MetricsServiceV2Grpc.MetricsServiceV2Stub>+
+ Service for configuring logs-based metrics. +
| Modifier and Type | +Method and Description | +
|---|---|
protected MetricsServiceV2Grpc.MetricsServiceV2Stub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
void |
+createLogMetric(com.google.logging.v2.CreateLogMetricRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.LogMetric> responseObserver)
+
+ Creates a logs-based metric.
+ |
+
void |
+deleteLogMetric(com.google.logging.v2.DeleteLogMetricRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Deletes a logs-based metric.
+ |
+
void |
+getLogMetric(com.google.logging.v2.GetLogMetricRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.LogMetric> responseObserver)
+
+ Gets a logs-based metric.
+ |
+
void |
+listLogMetrics(com.google.logging.v2.ListLogMetricsRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.ListLogMetricsResponse> responseObserver)
+
+ Lists logs-based metrics.
+ |
+
void |
+updateLogMetric(com.google.logging.v2.UpdateLogMetricRequest request,
+ io.grpc.stub.StreamObserver<com.google.logging.v2.LogMetric> responseObserver)
+
+ Creates or updates a logs-based metric.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected MetricsServiceV2Grpc.MetricsServiceV2Stub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<MetricsServiceV2Grpc.MetricsServiceV2Stub>public void listLogMetrics(com.google.logging.v2.ListLogMetricsRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.ListLogMetricsResponse> responseObserver)+
+ Lists logs-based metrics. +
public void getLogMetric(com.google.logging.v2.GetLogMetricRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.LogMetric> responseObserver)+
+ Gets a logs-based metric. +
public void createLogMetric(com.google.logging.v2.CreateLogMetricRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.LogMetric> responseObserver)+
+ Creates a logs-based metric. +
public void updateLogMetric(com.google.logging.v2.UpdateLogMetricRequest request, + io.grpc.stub.StreamObserver<com.google.logging.v2.LogMetric> responseObserver)+
+ Creates or updates a logs-based metric. +
public void deleteLogMetric(com.google.logging.v2.DeleteLogMetricRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Deletes a logs-based metric. +
@Generated(value="by gRPC proto compiler (version 1.2.0)",
+ comments="Source: google/logging/v2/logging_metrics.proto")
+public final class MetricsServiceV2Grpc
+extends java.lang.Object
++ Service for configuring logs-based metrics. +
| Modifier and Type | +Class and Description | +
|---|---|
static class |
+MetricsServiceV2Grpc.MetricsServiceV2BlockingStub
+
+ Service for configuring logs-based metrics.
+ |
+
static class |
+MetricsServiceV2Grpc.MetricsServiceV2FutureStub
+
+ Service for configuring logs-based metrics.
+ |
+
static class |
+MetricsServiceV2Grpc.MetricsServiceV2ImplBase
+
+ Service for configuring logs-based metrics.
+ |
+
static class |
+MetricsServiceV2Grpc.MetricsServiceV2Stub
+
+ Service for configuring logs-based metrics.
+ |
+
| Modifier and Type | +Field and Description | +
|---|---|
static io.grpc.MethodDescriptor<com.google.logging.v2.CreateLogMetricRequest,com.google.logging.v2.LogMetric> |
+METHOD_CREATE_LOG_METRIC |
+
static io.grpc.MethodDescriptor<com.google.logging.v2.DeleteLogMetricRequest,com.google.protobuf.Empty> |
+METHOD_DELETE_LOG_METRIC |
+
static io.grpc.MethodDescriptor<com.google.logging.v2.GetLogMetricRequest,com.google.logging.v2.LogMetric> |
+METHOD_GET_LOG_METRIC |
+
static io.grpc.MethodDescriptor<com.google.logging.v2.ListLogMetricsRequest,com.google.logging.v2.ListLogMetricsResponse> |
+METHOD_LIST_LOG_METRICS |
+
static io.grpc.MethodDescriptor<com.google.logging.v2.UpdateLogMetricRequest,com.google.logging.v2.LogMetric> |
+METHOD_UPDATE_LOG_METRIC |
+
static java.lang.String |
+SERVICE_NAME |
+
| Modifier and Type | +Method and Description | +
|---|---|
static io.grpc.ServiceDescriptor |
+getServiceDescriptor() |
+
static MetricsServiceV2Grpc.MetricsServiceV2BlockingStub |
+newBlockingStub(io.grpc.Channel channel)
+Creates a new blocking-style stub that supports unary and streaming output calls on the service
+ |
+
static MetricsServiceV2Grpc.MetricsServiceV2FutureStub |
+newFutureStub(io.grpc.Channel channel)
+Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ |
+
static MetricsServiceV2Grpc.MetricsServiceV2Stub |
+newStub(io.grpc.Channel channel)
+Creates a new async stub that supports all call types for the service
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String SERVICE_NAME+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.logging.v2.ListLogMetricsRequest,com.google.logging.v2.ListLogMetricsResponse> METHOD_LIST_LOG_METRICS+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.logging.v2.GetLogMetricRequest,com.google.logging.v2.LogMetric> METHOD_GET_LOG_METRIC+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.logging.v2.CreateLogMetricRequest,com.google.logging.v2.LogMetric> METHOD_CREATE_LOG_METRIC+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.logging.v2.UpdateLogMetricRequest,com.google.logging.v2.LogMetric> METHOD_UPDATE_LOG_METRIC+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.logging.v2.DeleteLogMetricRequest,com.google.protobuf.Empty> METHOD_DELETE_LOG_METRIC+
public static MetricsServiceV2Grpc.MetricsServiceV2Stub newStub(io.grpc.Channel channel)+
public static MetricsServiceV2Grpc.MetricsServiceV2BlockingStub newBlockingStub(io.grpc.Channel channel)+
public static MetricsServiceV2Grpc.MetricsServiceV2FutureStub newFutureStub(io.grpc.Channel channel)+
public static io.grpc.ServiceDescriptor getServiceDescriptor()+
| Class | +Description | +
|---|---|
| ConfigServiceV2Grpc | +
+
+ Service for configuring sinks used to export log entries outside of
+ Stackdriver Logging.
+ |
+
| ConfigServiceV2Grpc.ConfigServiceV2BlockingStub | +
+
+ Service for configuring sinks used to export log entries outside of
+ Stackdriver Logging.
+ |
+
| ConfigServiceV2Grpc.ConfigServiceV2FutureStub | +
+
+ Service for configuring sinks used to export log entries outside of
+ Stackdriver Logging.
+ |
+
| ConfigServiceV2Grpc.ConfigServiceV2ImplBase | +
+
+ Service for configuring sinks used to export log entries outside of
+ Stackdriver Logging.
+ |
+
| ConfigServiceV2Grpc.ConfigServiceV2Stub | +
+
+ Service for configuring sinks used to export log entries outside of
+ Stackdriver Logging.
+ |
+
| LoggingServiceV2Grpc | +
+
+ Service for ingesting and querying logs.
+ |
+
| LoggingServiceV2Grpc.LoggingServiceV2BlockingStub | +
+
+ Service for ingesting and querying logs.
+ |
+
| LoggingServiceV2Grpc.LoggingServiceV2FutureStub | +
+
+ Service for ingesting and querying logs.
+ |
+
| LoggingServiceV2Grpc.LoggingServiceV2ImplBase | +
+
+ Service for ingesting and querying logs.
+ |
+
| LoggingServiceV2Grpc.LoggingServiceV2Stub | +
+
+ Service for ingesting and querying logs.
+ |
+
| MetricsServiceV2Grpc | +
+
+ Service for configuring logs-based metrics.
+ |
+
| MetricsServiceV2Grpc.MetricsServiceV2BlockingStub | +
+
+ Service for configuring logs-based metrics.
+ |
+
| MetricsServiceV2Grpc.MetricsServiceV2FutureStub | +
+
+ Service for configuring logs-based metrics.
+ |
+
| MetricsServiceV2Grpc.MetricsServiceV2ImplBase | +
+
+ Service for configuring logs-based metrics.
+ |
+
| MetricsServiceV2Grpc.MetricsServiceV2Stub | +
+
+ Service for configuring logs-based metrics.
+ |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+SERVICE_NAME |
+"google.logging.v2.ConfigServiceV2" |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+SERVICE_NAME |
+"google.logging.v2.LoggingServiceV2" |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+SERVICE_NAME |
+"google.logging.v2.MetricsServiceV2" |
+
Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+