Uses of Class
com.google.api.expr.v1alpha1.Type.AbstractType
-
Packages that use Type.AbstractType Package Description com.google.api.expr.v1alpha1 -
-
Uses of Type.AbstractType in com.google.api.expr.v1alpha1
Fields in com.google.api.expr.v1alpha1 declared as Type.AbstractType Modifier and Type Field Description private static Type.AbstractType
Type.AbstractType. DEFAULT_INSTANCE
Fields in com.google.api.expr.v1alpha1 with type parameters of type Type.AbstractType Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Type.AbstractType,Type.AbstractType.Builder,Type.AbstractTypeOrBuilder>
Type.Builder. abstractTypeBuilder_
private static com.google.protobuf.Parser<Type.AbstractType>
Type.AbstractType. PARSER
Methods in com.google.api.expr.v1alpha1 that return Type.AbstractType Modifier and Type Method Description Type.AbstractType
Type.AbstractType.Builder. build()
Type.AbstractType
Type.AbstractType.Builder. buildPartial()
Type.AbstractType
Type.Builder. getAbstractType()
Abstract, application defined type.Type.AbstractType
Type. getAbstractType()
Abstract, application defined type.Type.AbstractType
TypeOrBuilder. getAbstractType()
Abstract, application defined type.static Type.AbstractType
Type.AbstractType. getDefaultInstance()
Type.AbstractType
Type.AbstractType.Builder. getDefaultInstanceForType()
Type.AbstractType
Type.AbstractType. getDefaultInstanceForType()
static Type.AbstractType
Type.AbstractType. parseDelimitedFrom(java.io.InputStream input)
static Type.AbstractType
Type.AbstractType. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.AbstractType
Type.AbstractType. parseFrom(byte[] data)
static Type.AbstractType
Type.AbstractType. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.AbstractType
Type.AbstractType. parseFrom(com.google.protobuf.ByteString data)
static Type.AbstractType
Type.AbstractType. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.AbstractType
Type.AbstractType. parseFrom(com.google.protobuf.CodedInputStream input)
static Type.AbstractType
Type.AbstractType. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.AbstractType
Type.AbstractType. parseFrom(java.io.InputStream input)
static Type.AbstractType
Type.AbstractType. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Type.AbstractType
Type.AbstractType. parseFrom(java.nio.ByteBuffer data)
static Type.AbstractType
Type.AbstractType. 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.AbstractType Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Type.AbstractType,Type.AbstractType.Builder,Type.AbstractTypeOrBuilder>
Type.Builder. getAbstractTypeFieldBuilder()
Abstract, application defined type.com.google.protobuf.Parser<Type.AbstractType>
Type.AbstractType. getParserForType()
static com.google.protobuf.Parser<Type.AbstractType>
Type.AbstractType. parser()
Methods in com.google.api.expr.v1alpha1 with parameters of type Type.AbstractType Modifier and Type Method Description private void
Type.AbstractType.Builder. buildPartial0(Type.AbstractType result)
private void
Type.AbstractType.Builder. buildPartialRepeatedFields(Type.AbstractType result)
Type.Builder
Type.Builder. mergeAbstractType(Type.AbstractType value)
Abstract, application defined type.Type.AbstractType.Builder
Type.AbstractType.Builder. mergeFrom(Type.AbstractType other)
static Type.AbstractType.Builder
Type.AbstractType. newBuilder(Type.AbstractType prototype)
Type.Builder
Type.Builder. setAbstractType(Type.AbstractType value)
Abstract, application defined type.
-