public interface DataSourceParameterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllowedValues(int index)
public abstract String getAllowedValues(int index)All possible values for the parameter.
repeated string allowed_values = 8;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The allowedValues at the given index. |
getAllowedValuesBytes(int index)
public abstract ByteString getAllowedValuesBytes(int index)All possible values for the parameter.
repeated string allowed_values = 8;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the allowedValues at the given index. |
getAllowedValuesCount()
public abstract int getAllowedValuesCount()All possible values for the parameter.
repeated string allowed_values = 8;
| Type | Description |
| int | The count of allowedValues. |
getAllowedValuesList()
public abstract List<String> getAllowedValuesList()All possible values for the parameter.
repeated string allowed_values = 8;
| Type | Description |
| List<String> | A list containing the allowedValues. |
getDeprecated()
public abstract boolean getDeprecated()If true, it should not be used in new transfers, and it should not be visible to users.
bool deprecated = 20;
| Type | Description |
| boolean | The deprecated. |
getDescription()
public abstract String getDescription()Parameter description.
string description = 3;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Parameter description.
string description = 3;
| Type | Description |
| ByteString | The bytes for description. |
getDisplayName()
public abstract String getDisplayName()Parameter display name in the user interface.
string display_name = 2;
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Parameter display name in the user interface.
string display_name = 2;
| Type | Description |
| ByteString | The bytes for displayName. |
getFields(int index)
public abstract DataSourceParameter getFields(int index)Deprecated. This field has no effect.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceParameter fields = 11;
| Name | Description |
| index | int |
| Type | Description |
| DataSourceParameter |
getFieldsCount()
public abstract int getFieldsCount()Deprecated. This field has no effect.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceParameter fields = 11;
| Type | Description |
| int |
getFieldsList()
public abstract List<DataSourceParameter> getFieldsList()Deprecated. This field has no effect.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceParameter fields = 11;
| Type | Description |
| List<DataSourceParameter> |
getFieldsOrBuilder(int index)
public abstract DataSourceParameterOrBuilder getFieldsOrBuilder(int index)Deprecated. This field has no effect.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceParameter fields = 11;
| Name | Description |
| index | int |
| Type | Description |
| DataSourceParameterOrBuilder |
getFieldsOrBuilderList()
public abstract List<? extends DataSourceParameterOrBuilder> getFieldsOrBuilderList()Deprecated. This field has no effect.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceParameter fields = 11;
| Type | Description |
| List<? extends com.google.cloud.bigquery.datatransfer.v1.DataSourceParameterOrBuilder> |
getImmutable()
public abstract boolean getImmutable()Cannot be changed after initial creation.
bool immutable = 14;
| Type | Description |
| boolean | The immutable. |
getMaxValue()
public abstract DoubleValue getMaxValue()For integer and double values specifies maxminum allowed value.
.google.protobuf.DoubleValue max_value = 10;
| Type | Description |
| DoubleValue | The maxValue. |
getMaxValueOrBuilder()
public abstract DoubleValueOrBuilder getMaxValueOrBuilder()For integer and double values specifies maxminum allowed value.
.google.protobuf.DoubleValue max_value = 10;
| Type | Description |
| DoubleValueOrBuilder |
getMinValue()
public abstract DoubleValue getMinValue()For integer and double values specifies minimum allowed value.
.google.protobuf.DoubleValue min_value = 9;
| Type | Description |
| DoubleValue | The minValue. |
getMinValueOrBuilder()
public abstract DoubleValueOrBuilder getMinValueOrBuilder()For integer and double values specifies minimum allowed value.
.google.protobuf.DoubleValue min_value = 9;
| Type | Description |
| DoubleValueOrBuilder |
getParamId()
public abstract String getParamId()Parameter identifier.
string param_id = 1;
| Type | Description |
| String | The paramId. |
getParamIdBytes()
public abstract ByteString getParamIdBytes()Parameter identifier.
string param_id = 1;
| Type | Description |
| ByteString | The bytes for paramId. |
getRecurse()
public abstract boolean getRecurse()Deprecated. This field has no effect.
bool recurse = 15;
| Type | Description |
| boolean | The recurse. |
getRepeated()
public abstract boolean getRepeated()Deprecated. This field has no effect.
bool repeated = 6;
| Type | Description |
| boolean | The repeated. |
getRequired()
public abstract boolean getRequired()Is parameter required.
bool required = 5;
| Type | Description |
| boolean | The required. |
getType()
public abstract DataSourceParameter.Type getType()Parameter type.
.google.cloud.bigquery.datatransfer.v1.DataSourceParameter.Type type = 4;
| Type | Description |
| DataSourceParameter.Type | The type. |
getTypeValue()
public abstract int getTypeValue()Parameter type.
.google.cloud.bigquery.datatransfer.v1.DataSourceParameter.Type type = 4;
| Type | Description |
| int | The enum numeric value on the wire for type. |
getValidationDescription()
public abstract String getValidationDescription()Description of the requirements for this field, in case the user input does not fulfill the regex pattern or min/max values.
string validation_description = 12;
| Type | Description |
| String | The validationDescription. |
getValidationDescriptionBytes()
public abstract ByteString getValidationDescriptionBytes()Description of the requirements for this field, in case the user input does not fulfill the regex pattern or min/max values.
string validation_description = 12;
| Type | Description |
| ByteString | The bytes for validationDescription. |
getValidationHelpUrl()
public abstract String getValidationHelpUrl()URL to a help document to further explain the naming requirements.
string validation_help_url = 13;
| Type | Description |
| String | The validationHelpUrl. |
getValidationHelpUrlBytes()
public abstract ByteString getValidationHelpUrlBytes()URL to a help document to further explain the naming requirements.
string validation_help_url = 13;
| Type | Description |
| ByteString | The bytes for validationHelpUrl. |
getValidationRegex()
public abstract String getValidationRegex()Regular expression which can be used for parameter validation.
string validation_regex = 7;
| Type | Description |
| String | The validationRegex. |
getValidationRegexBytes()
public abstract ByteString getValidationRegexBytes()Regular expression which can be used for parameter validation.
string validation_regex = 7;
| Type | Description |
| ByteString | The bytes for validationRegex. |
hasMaxValue()
public abstract boolean hasMaxValue()For integer and double values specifies maxminum allowed value.
.google.protobuf.DoubleValue max_value = 10;
| Type | Description |
| boolean | Whether the maxValue field is set. |
hasMinValue()
public abstract boolean hasMinValue()For integer and double values specifies minimum allowed value.
.google.protobuf.DoubleValue min_value = 9;
| Type | Description |
| boolean | Whether the minValue field is set. |