public static interface Schema.SchemaFieldOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()Optional. User friendly field description. Must be less than or equal to 1024 characters.
string description = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Optional. User friendly field description. Must be less than or equal to 1024 characters.
string description = 2 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ByteString | The bytes for description. |
getFields(int index)
public abstract Schema.SchemaField getFields(int index)Optional. Any nested field for complex types.
repeated .google.cloud.dataplex.v1.Schema.SchemaField fields = 10 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| index | int |
| Type | Description |
| Schema.SchemaField |
getFieldsCount()
public abstract int getFieldsCount()Optional. Any nested field for complex types.
repeated .google.cloud.dataplex.v1.Schema.SchemaField fields = 10 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| int |
getFieldsList()
public abstract List<Schema.SchemaField> getFieldsList()Optional. Any nested field for complex types.
repeated .google.cloud.dataplex.v1.Schema.SchemaField fields = 10 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| List<SchemaField> |
getFieldsOrBuilder(int index)
public abstract Schema.SchemaFieldOrBuilder getFieldsOrBuilder(int index)Optional. Any nested field for complex types.
repeated .google.cloud.dataplex.v1.Schema.SchemaField fields = 10 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| index | int |
| Type | Description |
| Schema.SchemaFieldOrBuilder |
getFieldsOrBuilderList()
public abstract List<? extends Schema.SchemaFieldOrBuilder> getFieldsOrBuilderList()Optional. Any nested field for complex types.
repeated .google.cloud.dataplex.v1.Schema.SchemaField fields = 10 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| List<? extends com.google.cloud.dataplex.v1.Schema.SchemaFieldOrBuilder> |
getMode()
public abstract Schema.Mode getMode()Required. Additional field semantics.
.google.cloud.dataplex.v1.Schema.Mode mode = 4 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Schema.Mode | The mode. |
getModeValue()
public abstract int getModeValue()Required. Additional field semantics.
.google.cloud.dataplex.v1.Schema.Mode mode = 4 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int | The enum numeric value on the wire for mode. |
getName()
public abstract String getName()Required. The name of the field. Must contain only letters, numbers and underscores, with a maximum length of 767 characters, and must begin with a letter or underscore.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The name of the field. Must contain only letters, numbers and underscores, with a maximum length of 767 characters, and must begin with a letter or underscore.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for name. |
getType()
public abstract Schema.Type getType()Required. The type of field.
.google.cloud.dataplex.v1.Schema.Type type = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Schema.Type | The type. |
getTypeValue()
public abstract int getTypeValue()Required. The type of field.
.google.cloud.dataplex.v1.Schema.Type type = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int | The enum numeric value on the wire for type. |