public static final class DataSchemaDetails.CustomizedStructConfig extends GeneratedMessageV3 implements DataSchemaDetails.CustomizedStructConfigOrBuilder
The configuration for CUSTOMIZED_STRUCT
data type.
Protobuf type google.cloud.visionai.v1.DataSchemaDetails.CustomizedStructConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DataSchemaDetails.CustomizedStructConfigStatic Fields
FIELD_SCHEMAS_FIELD_NUMBER
public static final int FIELD_SCHEMAS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static DataSchemaDetails.CustomizedStructConfig getDefaultInstance()
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static DataSchemaDetails.CustomizedStructConfig.Builder newBuilder()
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig.Builder |
newBuilder(DataSchemaDetails.CustomizedStructConfig prototype)
public static DataSchemaDetails.CustomizedStructConfig.Builder newBuilder(DataSchemaDetails.CustomizedStructConfig prototype)
Parameter | |
---|---|
Name | Description |
prototype |
DataSchemaDetails.CustomizedStructConfig |
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig.Builder |
parseDelimitedFrom(InputStream input)
public static DataSchemaDetails.CustomizedStructConfig parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataSchemaDetails.CustomizedStructConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static DataSchemaDetails.CustomizedStructConfig parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DataSchemaDetails.CustomizedStructConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static DataSchemaDetails.CustomizedStructConfig parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DataSchemaDetails.CustomizedStructConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static DataSchemaDetails.CustomizedStructConfig parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DataSchemaDetails.CustomizedStructConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static DataSchemaDetails.CustomizedStructConfig parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataSchemaDetails.CustomizedStructConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static DataSchemaDetails.CustomizedStructConfig parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DataSchemaDetails.CustomizedStructConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<DataSchemaDetails.CustomizedStructConfig> parser()
Returns | |
---|---|
Type | Description |
Parser<CustomizedStructConfig> |
Methods
containsFieldSchemas(String key)
public boolean containsFieldSchemas(String key)
Direct child elements data schemas.
map<string, .google.cloud.visionai.v1.DataSchemaDetails> field_schemas = 1;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public DataSchemaDetails.CustomizedStructConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig |
getFieldSchemas() (deprecated)
public Map<String,DataSchemaDetails> getFieldSchemas()
Use #getFieldSchemasMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,DataSchemaDetails> |
getFieldSchemasCount()
public int getFieldSchemasCount()
Direct child elements data schemas.
map<string, .google.cloud.visionai.v1.DataSchemaDetails> field_schemas = 1;
Returns | |
---|---|
Type | Description |
int |
getFieldSchemasMap()
public Map<String,DataSchemaDetails> getFieldSchemasMap()
Direct child elements data schemas.
map<string, .google.cloud.visionai.v1.DataSchemaDetails> field_schemas = 1;
Returns | |
---|---|
Type | Description |
Map<String,DataSchemaDetails> |
getFieldSchemasOrDefault(String key, DataSchemaDetails defaultValue)
public DataSchemaDetails getFieldSchemasOrDefault(String key, DataSchemaDetails defaultValue)
Direct child elements data schemas.
map<string, .google.cloud.visionai.v1.DataSchemaDetails> field_schemas = 1;
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
DataSchemaDetails |
Returns | |
---|---|
Type | Description |
DataSchemaDetails |
getFieldSchemasOrThrow(String key)
public DataSchemaDetails getFieldSchemasOrThrow(String key)
Direct child elements data schemas.
map<string, .google.cloud.visionai.v1.DataSchemaDetails> field_schemas = 1;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
DataSchemaDetails |
getParserForType()
public Parser<DataSchemaDetails.CustomizedStructConfig> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<CustomizedStructConfig> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public DataSchemaDetails.CustomizedStructConfig.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DataSchemaDetails.CustomizedStructConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public DataSchemaDetails.CustomizedStructConfig.Builder toBuilder()
Returns | |
---|---|
Type | Description |
DataSchemaDetails.CustomizedStructConfig.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |