Uses of Class
com.google.cloud.contentwarehouse.v1.EnumValue
-
Packages that use EnumValue Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of EnumValue in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return EnumValue Modifier and Type Method Description EnumValue
EnumValue.Builder. build()
EnumValue
EnumValue.Builder. buildPartial()
static EnumValue
EnumValue. getDefaultInstance()
EnumValue
EnumValue.Builder. getDefaultInstanceForType()
EnumValue
EnumValue. getDefaultInstanceForType()
EnumValue
Value.Builder. getEnumValue()
Represents an enum value.EnumValue
Value. getEnumValue()
Represents an enum value.EnumValue
ValueOrBuilder. getEnumValue()
Represents an enum value.static EnumValue
EnumValue. parseDelimitedFrom(InputStream input)
static EnumValue
EnumValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnumValue
EnumValue. parseFrom(byte[] data)
static EnumValue
EnumValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnumValue
EnumValue. parseFrom(com.google.protobuf.ByteString data)
static EnumValue
EnumValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnumValue
EnumValue. parseFrom(com.google.protobuf.CodedInputStream input)
static EnumValue
EnumValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnumValue
EnumValue. parseFrom(InputStream input)
static EnumValue
EnumValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnumValue
EnumValue. parseFrom(ByteBuffer data)
static EnumValue
EnumValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type EnumValue Modifier and Type Method Description com.google.protobuf.Parser<EnumValue>
EnumValue. getParserForType()
static com.google.protobuf.Parser<EnumValue>
EnumValue. parser()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type EnumValue Modifier and Type Method Description Value.Builder
Value.Builder. mergeEnumValue(EnumValue value)
Represents an enum value.EnumValue.Builder
EnumValue.Builder. mergeFrom(EnumValue other)
static EnumValue.Builder
EnumValue. newBuilder(EnumValue prototype)
Value.Builder
Value.Builder. setEnumValue(EnumValue value)
Represents an enum value.
-