Uses of Interface
com.google.api.servicecontrol.v1.LogEntryOrBuilder
-
Packages that use LogEntryOrBuilder Package Description com.google.api.servicecontrol.v1 A client to Service Control API -
-
Uses of LogEntryOrBuilder in com.google.api.servicecontrol.v1
Classes in com.google.api.servicecontrol.v1 that implement LogEntryOrBuilder Modifier and Type Class Description class
LogEntry
An individual log entry.static class
LogEntry.Builder
An individual log entry.Methods in com.google.api.servicecontrol.v1 that return LogEntryOrBuilder Modifier and Type Method Description LogEntryOrBuilder
Operation.Builder. getLogEntriesOrBuilder(int index)
Represents information to be logged.LogEntryOrBuilder
Operation. getLogEntriesOrBuilder(int index)
Represents information to be logged.LogEntryOrBuilder
OperationOrBuilder. getLogEntriesOrBuilder(int index)
Represents information to be logged.Methods in com.google.api.servicecontrol.v1 that return types with arguments of type LogEntryOrBuilder Modifier and Type Method Description List<? extends LogEntryOrBuilder>
Operation.Builder. getLogEntriesOrBuilderList()
Represents information to be logged.List<? extends LogEntryOrBuilder>
Operation. getLogEntriesOrBuilderList()
Represents information to be logged.List<? extends LogEntryOrBuilder>
OperationOrBuilder. getLogEntriesOrBuilderList()
Represents information to be logged.
-