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.ListLogEntriesPageLoggingClient.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)WriteLogEntriesResponseLoggingClient. writeLogEntries(LogName logName, com.google.api.MonitoredResource resource, Map<String,String> labels, List<LogEntry> entries)Writes log entries to Logging.WriteLogEntriesResponseLoggingClient. 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 LogEntryLogEntry.Builder. build()LogEntryLogEntry.Builder. buildPartial()static LogEntryLogEntry. getDefaultInstance()LogEntryLogEntry.Builder. getDefaultInstanceForType()LogEntryLogEntry. getDefaultInstanceForType()LogEntryListLogEntriesResponse.Builder. getEntries(int index)A list of log entries.LogEntryListLogEntriesResponse. getEntries(int index)A list of log entries.LogEntryListLogEntriesResponseOrBuilder. getEntries(int index)A list of log entries.LogEntryTailLogEntriesResponse.Builder. getEntries(int index)A list of log entries.LogEntryTailLogEntriesResponse. getEntries(int index)A list of log entries.LogEntryTailLogEntriesResponseOrBuilder. getEntries(int index)A list of log entries.LogEntryWriteLogEntriesRequest.Builder. getEntries(int index)Required.LogEntryWriteLogEntriesRequest. getEntries(int index)Required.LogEntryWriteLogEntriesRequestOrBuilder. getEntries(int index)Required.static LogEntryLogEntry. parseDelimitedFrom(InputStream input)static LogEntryLogEntry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogEntryLogEntry. parseFrom(byte[] data)static LogEntryLogEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogEntryLogEntry. parseFrom(com.google.protobuf.ByteString data)static LogEntryLogEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogEntryLogEntry. parseFrom(com.google.protobuf.CodedInputStream input)static LogEntryLogEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogEntryLogEntry. parseFrom(InputStream input)static LogEntryLogEntry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogEntryLogEntry. parseFrom(ByteBuffer data)static LogEntryLogEntry. 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.BuilderListLogEntriesResponse.Builder. addEntries(int index, LogEntry value)A list of log entries.ListLogEntriesResponse.BuilderListLogEntriesResponse.Builder. addEntries(LogEntry value)A list of log entries.TailLogEntriesResponse.BuilderTailLogEntriesResponse.Builder. addEntries(int index, LogEntry value)A list of log entries.TailLogEntriesResponse.BuilderTailLogEntriesResponse.Builder. addEntries(LogEntry value)A list of log entries.WriteLogEntriesRequest.BuilderWriteLogEntriesRequest.Builder. addEntries(int index, LogEntry value)Required.WriteLogEntriesRequest.BuilderWriteLogEntriesRequest.Builder. addEntries(LogEntry value)Required.LogEntry.BuilderLogEntry.Builder. mergeFrom(LogEntry other)static LogEntry.BuilderLogEntry. newBuilder(LogEntry prototype)ListLogEntriesResponse.BuilderListLogEntriesResponse.Builder. setEntries(int index, LogEntry value)A list of log entries.TailLogEntriesResponse.BuilderTailLogEntriesResponse.Builder. setEntries(int index, LogEntry value)A list of log entries.WriteLogEntriesRequest.BuilderWriteLogEntriesRequest.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.BuilderListLogEntriesResponse.Builder. addAllEntries(Iterable<? extends LogEntry> values)A list of log entries.TailLogEntriesResponse.BuilderTailLogEntriesResponse.Builder. addAllEntries(Iterable<? extends LogEntry> values)A list of log entries.WriteLogEntriesRequest.BuilderWriteLogEntriesRequest.Builder. addAllEntries(Iterable<? extends LogEntry> values)Required.
-