tmap/smali_classes3/com/google/protobuf/MessageOrBuilder.smali
2022-06-10 21:38:30 +09:00

62 lines
1.9 KiB
Smali

.class public interface abstract Lcom/google/protobuf/MessageOrBuilder;
.super Ljava/lang/Object;
.source "MessageOrBuilder.java"
# interfaces
.implements Lcom/google/protobuf/MessageLiteOrBuilder;
# virtual methods
.method public abstract findInitializationErrors()Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Ljava/lang/String;",
">;"
}
.end annotation
.end method
.method public abstract getAllFields()Ljava/util/Map;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Map<",
"Lcom/google/protobuf/Descriptors$FieldDescriptor;",
"Ljava/lang/Object;",
">;"
}
.end annotation
.end method
.method public abstract getDefaultInstanceForType()Lcom/google/protobuf/Message;
.end method
.method public abstract getDescriptorForType()Lcom/google/protobuf/Descriptors$Descriptor;
.end method
.method public abstract getField(Lcom/google/protobuf/Descriptors$FieldDescriptor;)Ljava/lang/Object;
.end method
.method public abstract getInitializationErrorString()Ljava/lang/String;
.end method
.method public abstract getOneofFieldDescriptor(Lcom/google/protobuf/Descriptors$OneofDescriptor;)Lcom/google/protobuf/Descriptors$FieldDescriptor;
.end method
.method public abstract getRepeatedField(Lcom/google/protobuf/Descriptors$FieldDescriptor;I)Ljava/lang/Object;
.end method
.method public abstract getRepeatedFieldCount(Lcom/google/protobuf/Descriptors$FieldDescriptor;)I
.end method
.method public abstract getUnknownFields()Lcom/google/protobuf/UnknownFieldSet;
.end method
.method public abstract hasField(Lcom/google/protobuf/Descriptors$FieldDescriptor;)Z
.end method
.method public abstract hasOneof(Lcom/google/protobuf/Descriptors$OneofDescriptor;)Z
.end method