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 LogEntry
LogEntry.Builder. build()
LogEntry
LogEntry.Builder. buildPartial()
static LogEntry
LogEntry. getDefaultInstance()
LogEntry
LogEntry.Builder. getDefaultInstanceForType()
LogEntry
LogEntry. getDefaultInstanceForType()
LogEntry
Operation.Builder. getLogEntries(int index)
Represents information to be logged.LogEntry
Operation. getLogEntries(int index)
Represents information to be logged.LogEntry
OperationOrBuilder. getLogEntries(int index)
Represents information to be logged.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.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.Builder
Operation.Builder. addLogEntries(int index, LogEntry value)
Represents information to be logged.Operation.Builder
Operation.Builder. addLogEntries(LogEntry value)
Represents information to be logged.LogEntry.Builder
LogEntry.Builder. mergeFrom(LogEntry other)
static LogEntry.Builder
LogEntry. newBuilder(LogEntry prototype)
Operation.Builder
Operation.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.Builder
Operation.Builder. addAllLogEntries(Iterable<? extends LogEntry> values)
Represents information to be logged.
-