Class DataSourceParameter
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.bigquery.datatransfer.v1.DataSourceParameter
-
- All Implemented Interfaces:
DataSourceParameterOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class DataSourceParameter extends com.google.protobuf.GeneratedMessageV3 implements DataSourceParameterOrBuilder
A parameter used to define custom fields in a data source definition.
Protobuf typegoogle.cloud.bigquery.datatransfer.v1.DataSourceParameter
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataSourceParameter.Builder
A parameter used to define custom fields in a data source definition.static class
DataSourceParameter.Type
Parameter type.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALLOWED_VALUES_FIELD_NUMBER
static int
DEPRECATED_FIELD_NUMBER
static int
DESCRIPTION_FIELD_NUMBER
static int
DISPLAY_NAME_FIELD_NUMBER
static int
FIELDS_FIELD_NUMBER
static int
IMMUTABLE_FIELD_NUMBER
static int
MAX_VALUE_FIELD_NUMBER
static int
MIN_VALUE_FIELD_NUMBER
static int
PARAM_ID_FIELD_NUMBER
static int
RECURSE_FIELD_NUMBER
static int
REPEATED_FIELD_NUMBER
static int
REQUIRED_FIELD_NUMBER
static int
TYPE_FIELD_NUMBER
static int
VALIDATION_DESCRIPTION_FIELD_NUMBER
static int
VALIDATION_HELP_URL_FIELD_NUMBER
static int
VALIDATION_REGEX_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
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.com.google.protobuf.ProtocolStringList
getAllowedValuesList()
All possible values for the parameter.static DataSourceParameter
getDefaultInstance()
DataSourceParameter
getDefaultInstanceForType()
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.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
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.com.google.protobuf.Parser<DataSourceParameter>
getParserForType()
boolean
getRecurse()
Deprecated.boolean
getRepeated()
Deprecated.boolean
getRequired()
Is parameter required.int
getSerializedSize()
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.int
hashCode()
boolean
hasMaxValue()
For integer and double values specifies maximum allowed value.boolean
hasMinValue()
For integer and double values specifies minimum allowed value.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static DataSourceParameter.Builder
newBuilder()
static DataSourceParameter.Builder
newBuilder(DataSourceParameter prototype)
DataSourceParameter.Builder
newBuilderForType()
protected DataSourceParameter.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static DataSourceParameter
parseDelimitedFrom(InputStream input)
static DataSourceParameter
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataSourceParameter
parseFrom(byte[] data)
static DataSourceParameter
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataSourceParameter
parseFrom(com.google.protobuf.ByteString data)
static DataSourceParameter
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataSourceParameter
parseFrom(com.google.protobuf.CodedInputStream input)
static DataSourceParameter
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataSourceParameter
parseFrom(InputStream input)
static DataSourceParameter
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataSourceParameter
parseFrom(ByteBuffer data)
static DataSourceParameter
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<DataSourceParameter>
parser()
DataSourceParameter.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
PARAM_ID_FIELD_NUMBER
public static final int PARAM_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REQUIRED_FIELD_NUMBER
public static final int REQUIRED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REPEATED_FIELD_NUMBER
public static final int REPEATED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VALIDATION_REGEX_FIELD_NUMBER
public static final int VALIDATION_REGEX_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALLOWED_VALUES_FIELD_NUMBER
public static final int ALLOWED_VALUES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MIN_VALUE_FIELD_NUMBER
public static final int MIN_VALUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MAX_VALUE_FIELD_NUMBER
public static final int MAX_VALUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FIELDS_FIELD_NUMBER
public static final int FIELDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VALIDATION_DESCRIPTION_FIELD_NUMBER
public static final int VALIDATION_DESCRIPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VALIDATION_HELP_URL_FIELD_NUMBER
public static final int VALIDATION_HELP_URL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IMMUTABLE_FIELD_NUMBER
public static final int IMMUTABLE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RECURSE_FIELD_NUMBER
public static final int RECURSE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEPRECATED_FIELD_NUMBER
public static final int DEPRECATED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getParamId
public String getParamId()
Parameter identifier.
string param_id = 1;
- Specified by:
getParamId
in interfaceDataSourceParameterOrBuilder
- Returns:
- The paramId.
-
getParamIdBytes
public com.google.protobuf.ByteString getParamIdBytes()
Parameter identifier.
string param_id = 1;
- Specified by:
getParamIdBytes
in interfaceDataSourceParameterOrBuilder
- Returns:
- The bytes for paramId.
-
getDisplayName
public String getDisplayName()
Parameter display name in the user interface.
string display_name = 2;
- Specified by:
getDisplayName
in interfaceDataSourceParameterOrBuilder
- Returns:
- The displayName.
-
getDisplayNameBytes
public com.google.protobuf.ByteString getDisplayNameBytes()
Parameter display name in the user interface.
string display_name = 2;
- Specified by:
getDisplayNameBytes
in interfaceDataSourceParameterOrBuilder
- Returns:
- The bytes for displayName.
-
getDescription
public String getDescription()
Parameter description.
string description = 3;
- Specified by:
getDescription
in interfaceDataSourceParameterOrBuilder
- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
Parameter description.
string description = 3;
- Specified by:
getDescriptionBytes
in interfaceDataSourceParameterOrBuilder
- Returns:
- The bytes for description.
-
getTypeValue
public int getTypeValue()
Parameter type.
.google.cloud.bigquery.datatransfer.v1.DataSourceParameter.Type type = 4;
- Specified by:
getTypeValue
in interfaceDataSourceParameterOrBuilder
- Returns:
- The enum numeric value on the wire for type.
-
getType
public DataSourceParameter.Type getType()
Parameter type.
.google.cloud.bigquery.datatransfer.v1.DataSourceParameter.Type type = 4;
- Specified by:
getType
in interfaceDataSourceParameterOrBuilder
- Returns:
- The type.
-
getRequired
public boolean getRequired()
Is parameter required.
bool required = 5;
- Specified by:
getRequired
in interfaceDataSourceParameterOrBuilder
- Returns:
- The required.
-
getRepeated
public boolean getRepeated()
Deprecated. This field has no effect.
bool repeated = 6;
- Specified by:
getRepeated
in interfaceDataSourceParameterOrBuilder
- Returns:
- The repeated.
-
getValidationRegex
public String getValidationRegex()
Regular expression which can be used for parameter validation.
string validation_regex = 7;
- Specified by:
getValidationRegex
in interfaceDataSourceParameterOrBuilder
- Returns:
- The validationRegex.
-
getValidationRegexBytes
public com.google.protobuf.ByteString getValidationRegexBytes()
Regular expression which can be used for parameter validation.
string validation_regex = 7;
- Specified by:
getValidationRegexBytes
in interfaceDataSourceParameterOrBuilder
- Returns:
- The bytes for validationRegex.
-
getAllowedValuesList
public com.google.protobuf.ProtocolStringList getAllowedValuesList()
All possible values for the parameter.
repeated string allowed_values = 8;
- Specified by:
getAllowedValuesList
in interfaceDataSourceParameterOrBuilder
- Returns:
- A list containing the allowedValues.
-
getAllowedValuesCount
public int getAllowedValuesCount()
All possible values for the parameter.
repeated string allowed_values = 8;
- Specified by:
getAllowedValuesCount
in interfaceDataSourceParameterOrBuilder
- Returns:
- The count of allowedValues.
-
getAllowedValues
public String getAllowedValues(int index)
All possible values for the parameter.
repeated string allowed_values = 8;
- Specified by:
getAllowedValues
in interfaceDataSourceParameterOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The allowedValues at the given index.
-
getAllowedValuesBytes
public com.google.protobuf.ByteString getAllowedValuesBytes(int index)
All possible values for the parameter.
repeated string allowed_values = 8;
- Specified by:
getAllowedValuesBytes
in interfaceDataSourceParameterOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the allowedValues at the given index.
-
hasMinValue
public boolean hasMinValue()
For integer and double values specifies minimum allowed value.
.google.protobuf.DoubleValue min_value = 9;
- Specified by:
hasMinValue
in interfaceDataSourceParameterOrBuilder
- Returns:
- Whether the minValue field is set.
-
getMinValue
public com.google.protobuf.DoubleValue getMinValue()
For integer and double values specifies minimum allowed value.
.google.protobuf.DoubleValue min_value = 9;
- Specified by:
getMinValue
in interfaceDataSourceParameterOrBuilder
- Returns:
- The minValue.
-
getMinValueOrBuilder
public com.google.protobuf.DoubleValueOrBuilder getMinValueOrBuilder()
For integer and double values specifies minimum allowed value.
.google.protobuf.DoubleValue min_value = 9;
- Specified by:
getMinValueOrBuilder
in interfaceDataSourceParameterOrBuilder
-
hasMaxValue
public boolean hasMaxValue()
For integer and double values specifies maximum allowed value.
.google.protobuf.DoubleValue max_value = 10;
- Specified by:
hasMaxValue
in interfaceDataSourceParameterOrBuilder
- Returns:
- Whether the maxValue field is set.
-
getMaxValue
public com.google.protobuf.DoubleValue getMaxValue()
For integer and double values specifies maximum allowed value.
.google.protobuf.DoubleValue max_value = 10;
- Specified by:
getMaxValue
in interfaceDataSourceParameterOrBuilder
- Returns:
- The maxValue.
-
getMaxValueOrBuilder
public com.google.protobuf.DoubleValueOrBuilder getMaxValueOrBuilder()
For integer and double values specifies maximum allowed value.
.google.protobuf.DoubleValue max_value = 10;
- Specified by:
getMaxValueOrBuilder
in interfaceDataSourceParameterOrBuilder
-
getFieldsList
public List<DataSourceParameter> getFieldsList()
Deprecated. This field has no effect.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceParameter fields = 11;
- Specified by:
getFieldsList
in interfaceDataSourceParameterOrBuilder
-
getFieldsOrBuilderList
public List<? extends DataSourceParameterOrBuilder> getFieldsOrBuilderList()
Deprecated. This field has no effect.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceParameter fields = 11;
- Specified by:
getFieldsOrBuilderList
in interfaceDataSourceParameterOrBuilder
-
getFieldsCount
public int getFieldsCount()
Deprecated. This field has no effect.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceParameter fields = 11;
- Specified by:
getFieldsCount
in interfaceDataSourceParameterOrBuilder
-
getFields
public DataSourceParameter getFields(int index)
Deprecated. This field has no effect.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceParameter fields = 11;
- Specified by:
getFields
in interfaceDataSourceParameterOrBuilder
-
getFieldsOrBuilder
public DataSourceParameterOrBuilder getFieldsOrBuilder(int index)
Deprecated. This field has no effect.
repeated .google.cloud.bigquery.datatransfer.v1.DataSourceParameter fields = 11;
- Specified by:
getFieldsOrBuilder
in interfaceDataSourceParameterOrBuilder
-
getValidationDescription
public 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;
- Specified by:
getValidationDescription
in interfaceDataSourceParameterOrBuilder
- Returns:
- The validationDescription.
-
getValidationDescriptionBytes
public 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;
- Specified by:
getValidationDescriptionBytes
in interfaceDataSourceParameterOrBuilder
- Returns:
- The bytes for validationDescription.
-
getValidationHelpUrl
public String getValidationHelpUrl()
URL to a help document to further explain the naming requirements.
string validation_help_url = 13;
- Specified by:
getValidationHelpUrl
in interfaceDataSourceParameterOrBuilder
- Returns:
- The validationHelpUrl.
-
getValidationHelpUrlBytes
public com.google.protobuf.ByteString getValidationHelpUrlBytes()
URL to a help document to further explain the naming requirements.
string validation_help_url = 13;
- Specified by:
getValidationHelpUrlBytes
in interfaceDataSourceParameterOrBuilder
- Returns:
- The bytes for validationHelpUrl.
-
getImmutable
public boolean getImmutable()
Cannot be changed after initial creation.
bool immutable = 14;
- Specified by:
getImmutable
in interfaceDataSourceParameterOrBuilder
- Returns:
- The immutable.
-
getRecurse
public boolean getRecurse()
Deprecated. This field has no effect.
bool recurse = 15;
- Specified by:
getRecurse
in interfaceDataSourceParameterOrBuilder
- Returns:
- The recurse.
-
getDeprecated
public boolean getDeprecated()
If true, it should not be used in new transfers, and it should not be visible to users.
bool deprecated = 20;
- Specified by:
getDeprecated
in interfaceDataSourceParameterOrBuilder
- Returns:
- The deprecated.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static DataSourceParameter parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataSourceParameter parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataSourceParameter parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataSourceParameter parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataSourceParameter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataSourceParameter parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataSourceParameter parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static DataSourceParameter parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static DataSourceParameter parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static DataSourceParameter parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static DataSourceParameter parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static DataSourceParameter parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public DataSourceParameter.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static DataSourceParameter.Builder newBuilder()
-
newBuilder
public static DataSourceParameter.Builder newBuilder(DataSourceParameter prototype)
-
toBuilder
public DataSourceParameter.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected DataSourceParameter.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static DataSourceParameter getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<DataSourceParameter> parser()
-
getParserForType
public com.google.protobuf.Parser<DataSourceParameter> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public DataSourceParameter getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-