Uses of Class
com.google.api.expr.v1alpha1.Type.ListType.Builder
-
Packages that use Type.ListType.Builder Package Description com.google.api.expr.v1alpha1 -
-
Uses of Type.ListType.Builder in com.google.api.expr.v1alpha1
Fields in com.google.api.expr.v1alpha1 with type parameters of type Type.ListType.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Type.ListType,Type.ListType.Builder,Type.ListTypeOrBuilder>
Type.Builder. listTypeBuilder_
Methods in com.google.api.expr.v1alpha1 that return Type.ListType.Builder Modifier and Type Method Description Type.ListType.Builder
Type.ListType.Builder. clear()
Type.ListType.Builder
Type.ListType.Builder. clearElemType()
The element type.Type.ListType.Builder
Type.Builder. getListTypeBuilder()
Parameterized list with elements of `list_type`, e.g.Type.ListType.Builder
Type.ListType.Builder. mergeElemType(Type value)
The element type.Type.ListType.Builder
Type.ListType.Builder. mergeFrom(Type.ListType other)
Type.ListType.Builder
Type.ListType.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Type.ListType.Builder
Type.ListType.Builder. mergeFrom(com.google.protobuf.Message other)
static Type.ListType.Builder
Type.ListType. newBuilder()
static Type.ListType.Builder
Type.ListType. newBuilder(Type.ListType prototype)
Type.ListType.Builder
Type.ListType. newBuilderForType()
protected Type.ListType.Builder
Type.ListType. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
Type.ListType.Builder
Type.ListType.Builder. setElemType(Type value)
The element type.Type.ListType.Builder
Type.ListType.Builder. setElemType(Type.Builder builderForValue)
The element type.Type.ListType.Builder
Type.ListType. toBuilder()
Methods in com.google.api.expr.v1alpha1 that return types with arguments of type Type.ListType.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Type.ListType,Type.ListType.Builder,Type.ListTypeOrBuilder>
Type.Builder. getListTypeFieldBuilder()
Parameterized list with elements of `list_type`, e.g.Methods in com.google.api.expr.v1alpha1 with parameters of type Type.ListType.Builder Modifier and Type Method Description Type.Builder
Type.Builder. setListType(Type.ListType.Builder builderForValue)
Parameterized list with elements of `list_type`, e.g.
-