Uses of Class
ai.promoted.proto.event.Diagnostics
-
Packages that use Diagnostics Package Description ai.promoted.proto.event -
-
Uses of Diagnostics in ai.promoted.proto.event
Methods in ai.promoted.proto.event that return Diagnostics Modifier and Type Method Description DiagnosticsDiagnostics.Builder. build()DiagnosticsDiagnostics.Builder. buildPartial()static DiagnosticsDiagnostics. getDefaultInstance()DiagnosticsDiagnostics.Builder. getDefaultInstanceForType()DiagnosticsDiagnostics. getDefaultInstanceForType()DiagnosticsLogRequest.Builder. getDiagnostics(int index)repeated .event.Diagnostics diagnostics = 23 [json_name = "diagnostics"];DiagnosticsLogRequest. getDiagnostics(int index)repeated .event.Diagnostics diagnostics = 23 [json_name = "diagnostics"];DiagnosticsLogRequestOrBuilder. getDiagnostics(int index)repeated .event.Diagnostics diagnostics = 23 [json_name = "diagnostics"];static DiagnosticsDiagnostics. parseDelimitedFrom(InputStream input)static DiagnosticsDiagnostics. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiagnosticsDiagnostics. parseFrom(byte[] data)static DiagnosticsDiagnostics. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiagnosticsDiagnostics. parseFrom(com.google.protobuf.ByteString data)static DiagnosticsDiagnostics. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiagnosticsDiagnostics. parseFrom(com.google.protobuf.CodedInputStream input)static DiagnosticsDiagnostics. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiagnosticsDiagnostics. parseFrom(InputStream input)static DiagnosticsDiagnostics. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiagnosticsDiagnostics. parseFrom(ByteBuffer data)static DiagnosticsDiagnostics. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in ai.promoted.proto.event that return types with arguments of type Diagnostics Modifier and Type Method Description List<Diagnostics>LogRequest.Builder. getDiagnosticsList()repeated .event.Diagnostics diagnostics = 23 [json_name = "diagnostics"];List<Diagnostics>LogRequest. getDiagnosticsList()repeated .event.Diagnostics diagnostics = 23 [json_name = "diagnostics"];List<Diagnostics>LogRequestOrBuilder. getDiagnosticsList()repeated .event.Diagnostics diagnostics = 23 [json_name = "diagnostics"];com.google.protobuf.Parser<Diagnostics>Diagnostics. getParserForType()static com.google.protobuf.Parser<Diagnostics>Diagnostics. parser()Methods in ai.promoted.proto.event with parameters of type Diagnostics Modifier and Type Method Description LogRequest.BuilderLogRequest.Builder. addDiagnostics(int index, Diagnostics value)repeated .event.Diagnostics diagnostics = 23 [json_name = "diagnostics"];LogRequest.BuilderLogRequest.Builder. addDiagnostics(Diagnostics value)repeated .event.Diagnostics diagnostics = 23 [json_name = "diagnostics"];Diagnostics.BuilderDiagnostics.Builder. mergeFrom(Diagnostics other)static Diagnostics.BuilderDiagnostics. newBuilder(Diagnostics prototype)LogRequest.BuilderLogRequest.Builder. setDiagnostics(int index, Diagnostics value)repeated .event.Diagnostics diagnostics = 23 [json_name = "diagnostics"];Method parameters in ai.promoted.proto.event with type arguments of type Diagnostics Modifier and Type Method Description LogRequest.BuilderLogRequest.Builder. addAllDiagnostics(Iterable<? extends Diagnostics> values)repeated .event.Diagnostics diagnostics = 23 [json_name = "diagnostics"];
-