public interface DataSourceParameterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedValues(int index)
All possible values for the parameter.
|
com.google.protobuf.ByteString |
getAllowedValuesBytes(int index)
All possible values for the parameter.
|
int |
getAllowedValuesCount()
All possible values for the parameter.
|
List<String> |
getAllowedValuesList()
All possible values for the parameter.
|
boolean |
getDeprecated()
If true, it should not be used in new transfers, and it should not be
visible to users.
|
String |
getDescription()
Parameter description.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Parameter description.
|
String |
getDisplayName()
Parameter display name in the user interface.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Parameter display name in the user interface.
|
DataSourceParameter |
getFields(int index)
Deprecated.
|
int |
getFieldsCount()
Deprecated.
|
List<DataSourceParameter> |
getFieldsList()
Deprecated.
|
DataSourceParameterOrBuilder |
getFieldsOrBuilder(int index)
Deprecated.
|
List<? extends DataSourceParameterOrBuilder> |
getFieldsOrBuilderList()
Deprecated.
|
boolean |
getImmutable()
Cannot be changed after initial creation.
|
com.google.protobuf.DoubleValue |
getMaxValue()
For integer and double values specifies maximum allowed value.
|
com.google.protobuf.DoubleValueOrBuilder |
getMaxValueOrBuilder()
For integer and double values specifies maximum allowed value.
|
com.google.protobuf.DoubleValue |
getMinValue()
For integer and double values specifies minimum allowed value.
|
com.google.protobuf.DoubleValueOrBuilder |
getMinValueOrBuilder()
For integer and double values specifies minimum allowed value.
|
String |
getParamId()
Parameter identifier.
|
com.google.protobuf.ByteString |
getParamIdBytes()
Parameter identifier.
|
boolean |
getRecurse()
Deprecated.
|
boolean |
getRepeated()
Deprecated.
|
boolean |
getRequired()
Is parameter required.
|
DataSourceParameter.Type |
getType()
Parameter type.
|
int |
getTypeValue()
Parameter type.
|
String |
getValidationDescription()
Description of the requirements for this field, in case the user input does
not fulfill the regex pattern or min/max values.
|
com.google.protobuf.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 |
getValidationHelpUrl()
URL to a help document to further explain the naming requirements.
|
com.google.protobuf.ByteString |
getValidationHelpUrlBytes()
URL to a help document to further explain the naming requirements.
|
String |
getValidationRegex()
Regular expression which can be used for parameter validation.
|
com.google.protobuf.ByteString |
getValidationRegexBytes()
Regular expression which can be used for parameter validation.
|
boolean |
hasMaxValue()
For integer and double values specifies maximum allowed value.
|
boolean |
hasMinValue()
For integer and double values specifies minimum allowed value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParamId()
Parameter identifier.
string param_id = 1;com.google.protobuf.ByteString getParamIdBytes()
Parameter identifier.
string param_id = 1;String getDisplayName()
Parameter display name in the user interface.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
Parameter display name in the user interface.
string display_name = 2;String getDescription()
Parameter description.
string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
Parameter description.
string description = 3;int getTypeValue()
Parameter type.
.google.cloud.bigquery.datatransfer.v1.DataSourceParameter.Type type = 4;DataSourceParameter.Type getType()
Parameter type.
.google.cloud.bigquery.datatransfer.v1.DataSourceParameter.Type type = 4;boolean getRequired()
Is parameter required.
bool required = 5;boolean getRepeated()
Deprecated. This field has no effect.
bool repeated = 6;String getValidationRegex()
Regular expression which can be used for parameter validation.
string validation_regex = 7;com.google.protobuf.ByteString getValidationRegexBytes()
Regular expression which can be used for parameter validation.
string validation_regex = 7;List<String> getAllowedValuesList()
All possible values for the parameter.
repeated string allowed_values = 8;int getAllowedValuesCount()
All possible values for the parameter.
repeated string allowed_values = 8;String getAllowedValues(int index)
All possible values for the parameter.
repeated string allowed_values = 8;index - The index of the element to return.com.google.protobuf.ByteString getAllowedValuesBytes(int index)
All possible values for the parameter.
repeated string allowed_values = 8;index - The index of the value to return.boolean hasMinValue()
For integer and double values specifies minimum allowed value.
.google.protobuf.DoubleValue min_value = 9;com.google.protobuf.DoubleValue getMinValue()
For integer and double values specifies minimum allowed value.
.google.protobuf.DoubleValue min_value = 9;com.google.protobuf.DoubleValueOrBuilder getMinValueOrBuilder()
For integer and double values specifies minimum allowed value.
.google.protobuf.DoubleValue min_value = 9;boolean hasMaxValue()
For integer and double values specifies maximum allowed value.
.google.protobuf.DoubleValue max_value = 10;com.google.protobuf.DoubleValue getMaxValue()
For integer and double values specifies maximum allowed value.
.google.protobuf.DoubleValue max_value = 10;com.google.protobuf.DoubleValueOrBuilder getMaxValueOrBuilder()
For integer and double values specifies maximum allowed value.
.google.protobuf.DoubleValue max_value = 10;List<DataSourceParameter> getFieldsList()
Deprecated. This field has no effect.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceParameter fields = 11;DataSourceParameter getFields(int index)
Deprecated. This field has no effect.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceParameter fields = 11;int getFieldsCount()
Deprecated. This field has no effect.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceParameter fields = 11;List<? extends DataSourceParameterOrBuilder> getFieldsOrBuilderList()
Deprecated. This field has no effect.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceParameter fields = 11;DataSourceParameterOrBuilder getFieldsOrBuilder(int index)
Deprecated. This field has no effect.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceParameter fields = 11;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;com.google.protobuf.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;String getValidationHelpUrl()
URL to a help document to further explain the naming requirements.
string validation_help_url = 13;com.google.protobuf.ByteString getValidationHelpUrlBytes()
URL to a help document to further explain the naming requirements.
string validation_help_url = 13;boolean getImmutable()
Cannot be changed after initial creation.
bool immutable = 14;boolean getRecurse()
Deprecated. This field has no effect.
bool recurse = 15;boolean getDeprecated()
If true, it should not be used in new transfers, and it should not be visible to users.
bool deprecated = 20;Copyright © 2023 Google LLC. All rights reserved.