Class Action.InvalidDataFormat.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>
      • getDefaultInstanceForType

        public Action.InvalidDataFormat getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Action.InvalidDataFormat build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Action.InvalidDataFormat buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public Action.InvalidDataFormat.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 int index,
                                                                 Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>
      • addRepeatedField

        public Action.InvalidDataFormat.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.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:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.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:
        getSampledDataLocationsList in interface Action.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:
        getSampledDataLocationsCount in interface Action.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:
        getSampledDataLocations in interface Action.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:
        getSampledDataLocationsBytes in interface Action.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.
      • getExpectedFormatBytes

        public com.google.protobuf.ByteString getExpectedFormatBytes()
         The expected data format of the entity.
         
        string expected_format = 2;
        Specified by:
        getExpectedFormatBytes in interface Action.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.
      • getNewFormatBytes

        public com.google.protobuf.ByteString getNewFormatBytes()
         The new unexpected data format within the entity.
         
        string new_format = 3;
        Specified by:
        getNewFormatBytes in interface Action.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:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>
      • mergeUnknownFields

        public final Action.InvalidDataFormat.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Action.InvalidDataFormat.Builder>