public static final class DataSchemaDetails.ListConfig extends GeneratedMessage implements DataSchemaDetails.ListConfigOrBuilder The configuration for LIST data type.
Protobuf type google.cloud.visionai.v1.DataSchemaDetails.ListConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > DataSchemaDetails.ListConfigImplements
DataSchemaDetails.ListConfigOrBuilderStatic Fields
VALUE_SCHEMA_FIELD_NUMBER
public static final int VALUE_SCHEMA_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static DataSchemaDetails.ListConfig getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static DataSchemaDetails.ListConfig.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig.Builder |
|
newBuilder(DataSchemaDetails.ListConfig prototype)
public static DataSchemaDetails.ListConfig.Builder newBuilder(DataSchemaDetails.ListConfig prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
DataSchemaDetails.ListConfig |
| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig.Builder |
|
parseDelimitedFrom(InputStream input)
public static DataSchemaDetails.ListConfig parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataSchemaDetails.ListConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static DataSchemaDetails.ListConfig parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DataSchemaDetails.ListConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static DataSchemaDetails.ListConfig parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DataSchemaDetails.ListConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static DataSchemaDetails.ListConfig parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DataSchemaDetails.ListConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static DataSchemaDetails.ListConfig parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataSchemaDetails.ListConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static DataSchemaDetails.ListConfig parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DataSchemaDetails.ListConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<DataSchemaDetails.ListConfig> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ListConfig> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public DataSchemaDetails.ListConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig |
|
getParserForType()
public Parser<DataSchemaDetails.ListConfig> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ListConfig> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getValueSchema()
public DataSchemaDetails getValueSchema()The value's data schema in the list.
.google.cloud.visionai.v1.DataSchemaDetails value_schema = 1;
| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails |
The valueSchema. |
getValueSchemaOrBuilder()
public DataSchemaDetailsOrBuilder getValueSchemaOrBuilder()The value's data schema in the list.
.google.cloud.visionai.v1.DataSchemaDetails value_schema = 1;
| Returns | |
|---|---|
| Type | Description |
DataSchemaDetailsOrBuilder |
|
hasValueSchema()
public boolean hasValueSchema()The value's data schema in the list.
.google.cloud.visionai.v1.DataSchemaDetails value_schema = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the valueSchema field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public DataSchemaDetails.ListConfig.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected DataSchemaDetails.ListConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig.Builder |
|
toBuilder()
public DataSchemaDetails.ListConfig.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
DataSchemaDetails.ListConfig.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|