public interface ModuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Value |
getAst()
optional .google.protobuf.Value ast = 4 [json_name = "ast"]; |
com.google.protobuf.ValueOrBuilder |
getAstOrBuilder()
optional .google.protobuf.Value ast = 4 [json_name = "ast"]; |
String |
getId()
optional string id = 1 [json_name = "id"]; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1 [json_name = "id"]; |
String |
getPackagePath()
optional string package_path = 3 [json_name = "packagePath"]; |
com.google.protobuf.ByteString |
getPackagePathBytes()
optional string package_path = 3 [json_name = "packagePath"]; |
String |
getPackageRoot()
optional string package_root = 5 [json_name = "packageRoot"]; |
com.google.protobuf.ByteString |
getPackageRootBytes()
optional string package_root = 5 [json_name = "packageRoot"]; |
String |
getRaw()
optional string raw = 2 [json_name = "raw"]; |
com.google.protobuf.ByteString |
getRawBytes()
optional string raw = 2 [json_name = "raw"]; |
boolean |
hasAst()
optional .google.protobuf.Value ast = 4 [json_name = "ast"]; |
boolean |
hasId()
optional string id = 1 [json_name = "id"]; |
boolean |
hasPackagePath()
optional string package_path = 3 [json_name = "packagePath"]; |
boolean |
hasPackageRoot()
optional string package_root = 5 [json_name = "packageRoot"]; |
boolean |
hasRaw()
optional string raw = 2 [json_name = "raw"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
optional string id = 1 [json_name = "id"];String getId()
optional string id = 1 [json_name = "id"];com.google.protobuf.ByteString getIdBytes()
optional string id = 1 [json_name = "id"];boolean hasRaw()
optional string raw = 2 [json_name = "raw"];String getRaw()
optional string raw = 2 [json_name = "raw"];com.google.protobuf.ByteString getRawBytes()
optional string raw = 2 [json_name = "raw"];boolean hasPackagePath()
optional string package_path = 3 [json_name = "packagePath"];String getPackagePath()
optional string package_path = 3 [json_name = "packagePath"];com.google.protobuf.ByteString getPackagePathBytes()
optional string package_path = 3 [json_name = "packagePath"];boolean hasAst()
optional .google.protobuf.Value ast = 4 [json_name = "ast"];com.google.protobuf.Value getAst()
optional .google.protobuf.Value ast = 4 [json_name = "ast"];com.google.protobuf.ValueOrBuilder getAstOrBuilder()
optional .google.protobuf.Value ast = 4 [json_name = "ast"];boolean hasPackageRoot()
optional string package_root = 5 [json_name = "packageRoot"];String getPackageRoot()
optional string package_root = 5 [json_name = "packageRoot"];com.google.protobuf.ByteString getPackageRootBytes()
optional string package_root = 5 [json_name = "packageRoot"];Copyright © 2023. All rights reserved.