Uses of Class
com.google.api.expr.v1alpha1.Type.ListType
-
Packages that use Type.ListType Package Description com.google.api.expr.v1alpha1 -
-
Uses of Type.ListType in com.google.api.expr.v1alpha1
Fields in com.google.api.expr.v1alpha1 declared as Type.ListType Modifier and Type Field Description private static Type.ListType
Type.ListType. DEFAULT_INSTANCE
Fields in com.google.api.expr.v1alpha1 with type parameters of type Type.ListType Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Type.ListType,Type.ListType.Builder,Type.ListTypeOrBuilder>
Type.Builder. listTypeBuilder_
private static com.google.protobuf.Parser<Type.ListType>
Type.ListType. PARSER
Methods in com.google.api.expr.v1alpha1 that return Type.ListType Modifier and Type Method Description Type.ListType
Type.ListType.Builder. build()
Type.ListType
Type.ListType.Builder. buildPartial()
static Type.ListType
Type.ListType. getDefaultInstance()
Type.ListType
Type.ListType.Builder. getDefaultInstanceForType()
Type.ListType
Type.ListType. getDefaultInstanceForType()
Type.ListType
Type.Builder. getListType()
Parameterized list with elements of `list_type`, e.g.Type.ListType
Type. getListType()
Parameterized list with elements of `list_type`, e.g.Type.ListType
TypeOrBuilder. getListType()
Parameterized list with elements of `list_type`, e.g.static Type.ListType
Type.ListType. parseDelimitedFrom(java.io.InputStream input)
static Type.ListType
Type.ListType. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.ListType
Type.ListType. parseFrom(byte[] data)
static Type.ListType
Type.ListType. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.ListType
Type.ListType. parseFrom(com.google.protobuf.ByteString data)
static Type.ListType
Type.ListType. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.ListType
Type.ListType. parseFrom(com.google.protobuf.CodedInputStream input)
static Type.ListType
Type.ListType. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.ListType
Type.ListType. parseFrom(java.io.InputStream input)
static Type.ListType
Type.ListType. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.ListType
Type.ListType. parseFrom(java.nio.ByteBuffer data)
static Type.ListType
Type.ListType. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.expr.v1alpha1 that return types with arguments of type Type.ListType 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.com.google.protobuf.Parser<Type.ListType>
Type.ListType. getParserForType()
static com.google.protobuf.Parser<Type.ListType>
Type.ListType. parser()
Methods in com.google.api.expr.v1alpha1 with parameters of type Type.ListType Modifier and Type Method Description private void
Type.ListType.Builder. buildPartial0(Type.ListType result)
Type.ListType.Builder
Type.ListType.Builder. mergeFrom(Type.ListType other)
Type.Builder
Type.Builder. mergeListType(Type.ListType value)
Parameterized list with elements of `list_type`, e.g.static Type.ListType.Builder
Type.ListType. newBuilder(Type.ListType prototype)
Type.Builder
Type.Builder. setListType(Type.ListType value)
Parameterized list with elements of `list_type`, e.g.
-