Uses of Class
com.google.logging.v2.LogEntryOperation
-
Packages that use LogEntryOperation Package Description com.google.logging.v2 -
-
Uses of LogEntryOperation in com.google.logging.v2
Methods in com.google.logging.v2 that return LogEntryOperation Modifier and Type Method Description LogEntryOperation
LogEntryOperation.Builder. build()
LogEntryOperation
LogEntryOperation.Builder. buildPartial()
static LogEntryOperation
LogEntryOperation. getDefaultInstance()
LogEntryOperation
LogEntryOperation.Builder. getDefaultInstanceForType()
LogEntryOperation
LogEntryOperation. getDefaultInstanceForType()
LogEntryOperation
LogEntry.Builder. getOperation()
Optional.LogEntryOperation
LogEntry. getOperation()
Optional.LogEntryOperation
LogEntryOrBuilder. getOperation()
Optional.static LogEntryOperation
LogEntryOperation. parseDelimitedFrom(InputStream input)
static LogEntryOperation
LogEntryOperation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogEntryOperation
LogEntryOperation. parseFrom(byte[] data)
static LogEntryOperation
LogEntryOperation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogEntryOperation
LogEntryOperation. parseFrom(com.google.protobuf.ByteString data)
static LogEntryOperation
LogEntryOperation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogEntryOperation
LogEntryOperation. parseFrom(com.google.protobuf.CodedInputStream input)
static LogEntryOperation
LogEntryOperation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogEntryOperation
LogEntryOperation. parseFrom(InputStream input)
static LogEntryOperation
LogEntryOperation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogEntryOperation
LogEntryOperation. parseFrom(ByteBuffer data)
static LogEntryOperation
LogEntryOperation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.logging.v2 that return types with arguments of type LogEntryOperation Modifier and Type Method Description com.google.protobuf.Parser<LogEntryOperation>
LogEntryOperation. getParserForType()
static com.google.protobuf.Parser<LogEntryOperation>
LogEntryOperation. parser()
Methods in com.google.logging.v2 with parameters of type LogEntryOperation Modifier and Type Method Description LogEntryOperation.Builder
LogEntryOperation.Builder. mergeFrom(LogEntryOperation other)
LogEntry.Builder
LogEntry.Builder. mergeOperation(LogEntryOperation value)
Optional.static LogEntryOperation.Builder
LogEntryOperation. newBuilder(LogEntryOperation prototype)
LogEntry.Builder
LogEntry.Builder. setOperation(LogEntryOperation value)
Optional.
-