Uses of Class
com.google.api.servicecontrol.v1.LogEntry
-
Packages that use LogEntry Package Description com.google.api.servicecontrol.v1 A client to Service Control API -
-
Uses of LogEntry in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 that return LogEntry Modifier and Type Method Description LogEntryLogEntry.Builder. build()LogEntryLogEntry.Builder. buildPartial()static LogEntryLogEntry. getDefaultInstance()LogEntryLogEntry.Builder. getDefaultInstanceForType()LogEntryLogEntry. getDefaultInstanceForType()LogEntryOperation.Builder. getLogEntries(int index)Represents information to be logged.LogEntryOperation. getLogEntries(int index)Represents information to be logged.LogEntryOperationOrBuilder. getLogEntries(int index)Represents information to be logged.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.api.servicecontrol.v1 that return types with arguments of type LogEntry Modifier and Type Method Description List<LogEntry>Operation.Builder. getLogEntriesList()Represents information to be logged.List<LogEntry>Operation. getLogEntriesList()Represents information to be logged.List<LogEntry>OperationOrBuilder. getLogEntriesList()Represents information to be logged.com.google.protobuf.Parser<LogEntry>LogEntry. getParserForType()static com.google.protobuf.Parser<LogEntry>LogEntry. parser()Methods in com.google.api.servicecontrol.v1 with parameters of type LogEntry Modifier and Type Method Description Operation.BuilderOperation.Builder. addLogEntries(int index, LogEntry value)Represents information to be logged.Operation.BuilderOperation.Builder. addLogEntries(LogEntry value)Represents information to be logged.LogEntry.BuilderLogEntry.Builder. mergeFrom(LogEntry other)static LogEntry.BuilderLogEntry. newBuilder(LogEntry prototype)Operation.BuilderOperation.Builder. setLogEntries(int index, LogEntry value)Represents information to be logged.Method parameters in com.google.api.servicecontrol.v1 with type arguments of type LogEntry Modifier and Type Method Description Operation.BuilderOperation.Builder. addAllLogEntries(Iterable<? extends LogEntry> values)Represents information to be logged.
-