Package com.google.cloud.dataplex.v1
Class Action.InvalidDataFormat.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>
-
- com.google.cloud.dataplex.v1.Action.InvalidDataFormat.Builder
-
- All Implemented Interfaces:
Action.InvalidDataFormatOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- Action.InvalidDataFormat
public static final class Action.InvalidDataFormat.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder> implements Action.InvalidDataFormatOrBuilder
Action details for invalid or unsupported data files detected by discovery.
Protobuf typegoogle.cloud.dataplex.v1.Action.InvalidDataFormat
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Action.InvalidDataFormat.BuilderaddAllSampledDataLocations(Iterable<String> values)The list of data locations sampled and used for format/schema inference.Action.InvalidDataFormat.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Action.InvalidDataFormat.BuilderaddSampledDataLocations(String value)The list of data locations sampled and used for format/schema inference.Action.InvalidDataFormat.BuilderaddSampledDataLocationsBytes(com.google.protobuf.ByteString value)The list of data locations sampled and used for format/schema inference.Action.InvalidDataFormatbuild()Action.InvalidDataFormatbuildPartial()Action.InvalidDataFormat.Builderclear()Action.InvalidDataFormat.BuilderclearExpectedFormat()The expected data format of the entity.Action.InvalidDataFormat.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Action.InvalidDataFormat.BuilderclearNewFormat()The new unexpected data format within the entity.Action.InvalidDataFormat.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Action.InvalidDataFormat.BuilderclearSampledDataLocations()The list of data locations sampled and used for format/schema inference.Action.InvalidDataFormat.Builderclone()Action.InvalidDataFormatgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetExpectedFormat()The expected data format of the entity.com.google.protobuf.ByteStringgetExpectedFormatBytes()The expected data format of the entity.StringgetNewFormat()The new unexpected data format within the entity.com.google.protobuf.ByteStringgetNewFormatBytes()The new unexpected data format within the entity.StringgetSampledDataLocations(int index)The list of data locations sampled and used for format/schema inference.com.google.protobuf.ByteStringgetSampledDataLocationsBytes(int index)The list of data locations sampled and used for format/schema inference.intgetSampledDataLocationsCount()The list of data locations sampled and used for format/schema inference.com.google.protobuf.ProtocolStringListgetSampledDataLocationsList()The list of data locations sampled and used for format/schema inference.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Action.InvalidDataFormat.BuildermergeFrom(Action.InvalidDataFormat other)Action.InvalidDataFormat.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Action.InvalidDataFormat.BuildermergeFrom(com.google.protobuf.Message other)Action.InvalidDataFormat.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Action.InvalidDataFormat.BuildersetExpectedFormat(String value)The expected data format of the entity.Action.InvalidDataFormat.BuildersetExpectedFormatBytes(com.google.protobuf.ByteString value)The expected data format of the entity.Action.InvalidDataFormat.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Action.InvalidDataFormat.BuildersetNewFormat(String value)The new unexpected data format within the entity.Action.InvalidDataFormat.BuildersetNewFormatBytes(com.google.protobuf.ByteString value)The new unexpected data format within the entity.Action.InvalidDataFormat.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Action.InvalidDataFormat.BuildersetSampledDataLocations(int index, String value)The list of data locations sampled and used for format/schema inference.Action.InvalidDataFormat.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>
-
clear
public Action.InvalidDataFormat.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>
-
getDefaultInstanceForType
public Action.InvalidDataFormat getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Action.InvalidDataFormat build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Action.InvalidDataFormat buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Action.InvalidDataFormat.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>
-
setField
public Action.InvalidDataFormat.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>
-
clearField
public Action.InvalidDataFormat.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>
-
clearOneof
public Action.InvalidDataFormat.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>
-
setRepeatedField
public Action.InvalidDataFormat.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>
-
addRepeatedField
public Action.InvalidDataFormat.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>
-
mergeFrom
public Action.InvalidDataFormat.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Action.InvalidDataFormat.Builder>
-
mergeFrom
public Action.InvalidDataFormat.Builder mergeFrom(Action.InvalidDataFormat other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>
-
mergeFrom
public Action.InvalidDataFormat.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Action.InvalidDataFormat.Builder>- Throws:
IOException
-
getSampledDataLocationsList
public com.google.protobuf.ProtocolStringList getSampledDataLocationsList()
The list of data locations sampled and used for format/schema inference.
repeated string sampled_data_locations = 1;- Specified by:
getSampledDataLocationsListin interfaceAction.InvalidDataFormatOrBuilder- Returns:
- A list containing the sampledDataLocations.
-
getSampledDataLocationsCount
public int getSampledDataLocationsCount()
The list of data locations sampled and used for format/schema inference.
repeated string sampled_data_locations = 1;- Specified by:
getSampledDataLocationsCountin interfaceAction.InvalidDataFormatOrBuilder- Returns:
- The count of sampledDataLocations.
-
getSampledDataLocations
public String getSampledDataLocations(int index)
The list of data locations sampled and used for format/schema inference.
repeated string sampled_data_locations = 1;- Specified by:
getSampledDataLocationsin interfaceAction.InvalidDataFormatOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The sampledDataLocations at the given index.
-
getSampledDataLocationsBytes
public com.google.protobuf.ByteString getSampledDataLocationsBytes(int index)
The list of data locations sampled and used for format/schema inference.
repeated string sampled_data_locations = 1;- Specified by:
getSampledDataLocationsBytesin interfaceAction.InvalidDataFormatOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the sampledDataLocations at the given index.
-
setSampledDataLocations
public Action.InvalidDataFormat.Builder setSampledDataLocations(int index, String value)
The list of data locations sampled and used for format/schema inference.
repeated string sampled_data_locations = 1;- Parameters:
index- The index to set the value at.value- The sampledDataLocations to set.- Returns:
- This builder for chaining.
-
addSampledDataLocations
public Action.InvalidDataFormat.Builder addSampledDataLocations(String value)
The list of data locations sampled and used for format/schema inference.
repeated string sampled_data_locations = 1;- Parameters:
value- The sampledDataLocations to add.- Returns:
- This builder for chaining.
-
addAllSampledDataLocations
public Action.InvalidDataFormat.Builder addAllSampledDataLocations(Iterable<String> values)
The list of data locations sampled and used for format/schema inference.
repeated string sampled_data_locations = 1;- Parameters:
values- The sampledDataLocations to add.- Returns:
- This builder for chaining.
-
clearSampledDataLocations
public Action.InvalidDataFormat.Builder clearSampledDataLocations()
The list of data locations sampled and used for format/schema inference.
repeated string sampled_data_locations = 1;- Returns:
- This builder for chaining.
-
addSampledDataLocationsBytes
public Action.InvalidDataFormat.Builder addSampledDataLocationsBytes(com.google.protobuf.ByteString value)
The list of data locations sampled and used for format/schema inference.
repeated string sampled_data_locations = 1;- Parameters:
value- The bytes of the sampledDataLocations to add.- Returns:
- This builder for chaining.
-
getExpectedFormat
public String getExpectedFormat()
The expected data format of the entity.
string expected_format = 2;- Specified by:
getExpectedFormatin interfaceAction.InvalidDataFormatOrBuilder- Returns:
- The expectedFormat.
-
getExpectedFormatBytes
public com.google.protobuf.ByteString getExpectedFormatBytes()
The expected data format of the entity.
string expected_format = 2;- Specified by:
getExpectedFormatBytesin interfaceAction.InvalidDataFormatOrBuilder- Returns:
- The bytes for expectedFormat.
-
setExpectedFormat
public Action.InvalidDataFormat.Builder setExpectedFormat(String value)
The expected data format of the entity.
string expected_format = 2;- Parameters:
value- The expectedFormat to set.- Returns:
- This builder for chaining.
-
clearExpectedFormat
public Action.InvalidDataFormat.Builder clearExpectedFormat()
The expected data format of the entity.
string expected_format = 2;- Returns:
- This builder for chaining.
-
setExpectedFormatBytes
public Action.InvalidDataFormat.Builder setExpectedFormatBytes(com.google.protobuf.ByteString value)
The expected data format of the entity.
string expected_format = 2;- Parameters:
value- The bytes for expectedFormat to set.- Returns:
- This builder for chaining.
-
getNewFormat
public String getNewFormat()
The new unexpected data format within the entity.
string new_format = 3;- Specified by:
getNewFormatin interfaceAction.InvalidDataFormatOrBuilder- Returns:
- The newFormat.
-
getNewFormatBytes
public com.google.protobuf.ByteString getNewFormatBytes()
The new unexpected data format within the entity.
string new_format = 3;- Specified by:
getNewFormatBytesin interfaceAction.InvalidDataFormatOrBuilder- Returns:
- The bytes for newFormat.
-
setNewFormat
public Action.InvalidDataFormat.Builder setNewFormat(String value)
The new unexpected data format within the entity.
string new_format = 3;- Parameters:
value- The newFormat to set.- Returns:
- This builder for chaining.
-
clearNewFormat
public Action.InvalidDataFormat.Builder clearNewFormat()
The new unexpected data format within the entity.
string new_format = 3;- Returns:
- This builder for chaining.
-
setNewFormatBytes
public Action.InvalidDataFormat.Builder setNewFormatBytes(com.google.protobuf.ByteString value)
The new unexpected data format within the entity.
string new_format = 3;- Parameters:
value- The bytes for newFormat to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final Action.InvalidDataFormat.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>
-
mergeUnknownFields
public final Action.InvalidDataFormat.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>
-
-