Uses of Class
com.google.api.expr.v1alpha1.Decl
-
Packages that use Decl Package Description com.google.api.expr.v1alpha1 -
-
Uses of Decl in com.google.api.expr.v1alpha1
Fields in com.google.api.expr.v1alpha1 declared as Decl Modifier and Type Field Description private static DeclDecl. DEFAULT_INSTANCEFields in com.google.api.expr.v1alpha1 with type parameters of type Decl Modifier and Type Field Description private static com.google.protobuf.Parser<Decl>Decl. PARSERMethods in com.google.api.expr.v1alpha1 that return Decl Modifier and Type Method Description DeclDecl.Builder. build()DeclDecl.Builder. buildPartial()static DeclDecl. getDefaultInstance()DeclDecl.Builder. getDefaultInstanceForType()DeclDecl. getDefaultInstanceForType()static DeclDecl. parseDelimitedFrom(java.io.InputStream input)static DeclDecl. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeclDecl. parseFrom(byte[] data)static DeclDecl. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeclDecl. parseFrom(com.google.protobuf.ByteString data)static DeclDecl. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeclDecl. parseFrom(com.google.protobuf.CodedInputStream input)static DeclDecl. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeclDecl. parseFrom(java.io.InputStream input)static DeclDecl. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeclDecl. parseFrom(java.nio.ByteBuffer data)static DeclDecl. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api.expr.v1alpha1 that return types with arguments of type Decl Modifier and Type Method Description com.google.protobuf.Parser<Decl>Decl. getParserForType()static com.google.protobuf.Parser<Decl>Decl. parser()Methods in com.google.api.expr.v1alpha1 with parameters of type Decl Modifier and Type Method Description private voidDecl.Builder. buildPartial0(Decl result)private voidDecl.Builder. buildPartialOneofs(Decl result)Decl.BuilderDecl.Builder. mergeFrom(Decl other)static Decl.BuilderDecl. newBuilder(Decl prototype)
-