Uses of Class
com.google.logging.v2.LogEntry
-
Packages that use LogEntry Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.logging.v2 -
-
Uses of LogEntry in com.google.cloud.logging.v2
Method parameters in com.google.cloud.logging.v2 with type arguments of type LogEntry Modifier and Type Method Description static com.google.api.core.ApiFuture<LoggingClient.ListLogEntriesPagedResponse>
LoggingClient.ListLogEntriesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListLogEntriesRequest,ListLogEntriesResponse,LogEntry> context, com.google.api.core.ApiFuture<ListLogEntriesResponse> futureResponse)
protected LoggingClient.ListLogEntriesPage
LoggingClient.ListLogEntriesPage. createPage(com.google.api.gax.rpc.PageContext<ListLogEntriesRequest,ListLogEntriesResponse,LogEntry> context, ListLogEntriesResponse response)
com.google.api.core.ApiFuture<LoggingClient.ListLogEntriesPage>
LoggingClient.ListLogEntriesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListLogEntriesRequest,ListLogEntriesResponse,LogEntry> context, com.google.api.core.ApiFuture<ListLogEntriesResponse> futureResponse)
WriteLogEntriesResponse
LoggingClient. writeLogEntries(LogName logName, com.google.api.MonitoredResource resource, Map<String,String> labels, List<LogEntry> entries)
Writes log entries to Logging.WriteLogEntriesResponse
LoggingClient. writeLogEntries(String logName, com.google.api.MonitoredResource resource, Map<String,String> labels, List<LogEntry> entries)
Writes log entries to Logging. -
Uses of LogEntry in com.google.logging.v2
Methods in com.google.logging.v2 that return LogEntry Modifier and Type Method Description LogEntry
LogEntry.Builder. build()
LogEntry
LogEntry.Builder. buildPartial()
static LogEntry
LogEntry. getDefaultInstance()
LogEntry
LogEntry.Builder. getDefaultInstanceForType()
LogEntry
LogEntry. getDefaultInstanceForType()
LogEntry
ListLogEntriesResponse.Builder. getEntries(int index)
A list of log entries.LogEntry
ListLogEntriesResponse. getEntries(int index)
A list of log entries.LogEntry
ListLogEntriesResponseOrBuilder. getEntries(int index)
A list of log entries.LogEntry
TailLogEntriesResponse.Builder. getEntries(int index)
A list of log entries.LogEntry
TailLogEntriesResponse. getEntries(int index)
A list of log entries.LogEntry
TailLogEntriesResponseOrBuilder. getEntries(int index)
A list of log entries.LogEntry
WriteLogEntriesRequest.Builder. getEntries(int index)
Required.LogEntry
WriteLogEntriesRequest. getEntries(int index)
Required.LogEntry
WriteLogEntriesRequestOrBuilder. getEntries(int index)
Required.static LogEntry
LogEntry. parseDelimitedFrom(InputStream input)
static LogEntry
LogEntry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogEntry
LogEntry. parseFrom(byte[] data)
static LogEntry
LogEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogEntry
LogEntry. parseFrom(com.google.protobuf.ByteString data)
static LogEntry
LogEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogEntry
LogEntry. parseFrom(com.google.protobuf.CodedInputStream input)
static LogEntry
LogEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogEntry
LogEntry. parseFrom(InputStream input)
static LogEntry
LogEntry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogEntry
LogEntry. parseFrom(ByteBuffer data)
static LogEntry
LogEntry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.logging.v2 that return types with arguments of type LogEntry Modifier and Type Method Description List<LogEntry>
ListLogEntriesResponse.Builder. getEntriesList()
A list of log entries.List<LogEntry>
ListLogEntriesResponse. getEntriesList()
A list of log entries.List<LogEntry>
ListLogEntriesResponseOrBuilder. getEntriesList()
A list of log entries.List<LogEntry>
TailLogEntriesResponse.Builder. getEntriesList()
A list of log entries.List<LogEntry>
TailLogEntriesResponse. getEntriesList()
A list of log entries.List<LogEntry>
TailLogEntriesResponseOrBuilder. getEntriesList()
A list of log entries.List<LogEntry>
WriteLogEntriesRequest.Builder. getEntriesList()
Required.List<LogEntry>
WriteLogEntriesRequest. getEntriesList()
Required.List<LogEntry>
WriteLogEntriesRequestOrBuilder. getEntriesList()
Required.com.google.protobuf.Parser<LogEntry>
LogEntry. getParserForType()
static com.google.protobuf.Parser<LogEntry>
LogEntry. parser()
Methods in com.google.logging.v2 with parameters of type LogEntry Modifier and Type Method Description ListLogEntriesResponse.Builder
ListLogEntriesResponse.Builder. addEntries(int index, LogEntry value)
A list of log entries.ListLogEntriesResponse.Builder
ListLogEntriesResponse.Builder. addEntries(LogEntry value)
A list of log entries.TailLogEntriesResponse.Builder
TailLogEntriesResponse.Builder. addEntries(int index, LogEntry value)
A list of log entries.TailLogEntriesResponse.Builder
TailLogEntriesResponse.Builder. addEntries(LogEntry value)
A list of log entries.WriteLogEntriesRequest.Builder
WriteLogEntriesRequest.Builder. addEntries(int index, LogEntry value)
Required.WriteLogEntriesRequest.Builder
WriteLogEntriesRequest.Builder. addEntries(LogEntry value)
Required.LogEntry.Builder
LogEntry.Builder. mergeFrom(LogEntry other)
static LogEntry.Builder
LogEntry. newBuilder(LogEntry prototype)
ListLogEntriesResponse.Builder
ListLogEntriesResponse.Builder. setEntries(int index, LogEntry value)
A list of log entries.TailLogEntriesResponse.Builder
TailLogEntriesResponse.Builder. setEntries(int index, LogEntry value)
A list of log entries.WriteLogEntriesRequest.Builder
WriteLogEntriesRequest.Builder. setEntries(int index, LogEntry value)
Required.Method parameters in com.google.logging.v2 with type arguments of type LogEntry Modifier and Type Method Description ListLogEntriesResponse.Builder
ListLogEntriesResponse.Builder. addAllEntries(Iterable<? extends LogEntry> values)
A list of log entries.TailLogEntriesResponse.Builder
TailLogEntriesResponse.Builder. addAllEntries(Iterable<? extends LogEntry> values)
A list of log entries.WriteLogEntriesRequest.Builder
WriteLogEntriesRequest.Builder. addAllEntries(Iterable<? extends LogEntry> values)
Required.
-