Interface ImportedDataInfo.FieldSchemaOrBuilder

    • Method Detail

      • getFieldName

        String getFieldName()
         Field name. Matches: [A-Za-z_][A-Za-z_0-9]{0,127}
         
        string field_name = 1;
      • getFieldNameBytes

        com.google.protobuf.ByteString getFieldNameBytes()
         Field name. Matches: [A-Za-z_][A-Za-z_0-9]{0,127}
         
        string field_name = 1;
      • getTypeValue

        int getTypeValue()
         Field type
         
        .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema.Type type = 2;
      • getIsRepeated

        boolean getIsRepeated()
         Is field repeated.
         
        bool is_repeated = 3;
      • getDescription

        String getDescription()
         Description for this field.
         
        string description = 4;
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Description for this field.
         
        string description = 4;
      • hasSchema

        boolean hasSchema()
         Present iff type == RECORD.
         
        .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 5;
      • getSchema

        ImportedDataInfo.RecordSchema getSchema()
         Present iff type == RECORD.
         
        .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 5;
      • getSchemaOrBuilder

        ImportedDataInfo.RecordSchemaOrBuilder getSchemaOrBuilder()
         Present iff type == RECORD.
         
        .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 5;