Class DataProfileSpec.SelectedFields.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<DataProfileSpec.SelectedFields.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<DataProfileSpec.SelectedFields.Builder>
      • getDefaultInstanceForType

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

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

        public DataProfileSpec.SelectedFields buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DataProfileSpec.SelectedFields.Builder>
      • getFieldNamesList

        public com.google.protobuf.ProtocolStringList getFieldNamesList()
         Optional. Expected input is a list of fully qualified names of fields as
         in the schema.
        
         Only top-level field names for nested fields are supported.
         For instance, if 'x' is of nested field type, listing 'x' is supported
         but 'x.y.z' is not supported. Here 'y' and 'y.z' are nested fields of
         'x'.
         
        repeated string field_names = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getFieldNamesList in interface DataProfileSpec.SelectedFieldsOrBuilder
        Returns:
        A list containing the fieldNames.
      • getFieldNamesCount

        public int getFieldNamesCount()
         Optional. Expected input is a list of fully qualified names of fields as
         in the schema.
        
         Only top-level field names for nested fields are supported.
         For instance, if 'x' is of nested field type, listing 'x' is supported
         but 'x.y.z' is not supported. Here 'y' and 'y.z' are nested fields of
         'x'.
         
        repeated string field_names = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getFieldNamesCount in interface DataProfileSpec.SelectedFieldsOrBuilder
        Returns:
        The count of fieldNames.
      • getFieldNames

        public String getFieldNames​(int index)
         Optional. Expected input is a list of fully qualified names of fields as
         in the schema.
        
         Only top-level field names for nested fields are supported.
         For instance, if 'x' is of nested field type, listing 'x' is supported
         but 'x.y.z' is not supported. Here 'y' and 'y.z' are nested fields of
         'x'.
         
        repeated string field_names = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getFieldNames in interface DataProfileSpec.SelectedFieldsOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The fieldNames at the given index.
      • getFieldNamesBytes

        public com.google.protobuf.ByteString getFieldNamesBytes​(int index)
         Optional. Expected input is a list of fully qualified names of fields as
         in the schema.
        
         Only top-level field names for nested fields are supported.
         For instance, if 'x' is of nested field type, listing 'x' is supported
         but 'x.y.z' is not supported. Here 'y' and 'y.z' are nested fields of
         'x'.
         
        repeated string field_names = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getFieldNamesBytes in interface DataProfileSpec.SelectedFieldsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the fieldNames at the given index.
      • setFieldNames

        public DataProfileSpec.SelectedFields.Builder setFieldNames​(int index,
                                                                    String value)
         Optional. Expected input is a list of fully qualified names of fields as
         in the schema.
        
         Only top-level field names for nested fields are supported.
         For instance, if 'x' is of nested field type, listing 'x' is supported
         but 'x.y.z' is not supported. Here 'y' and 'y.z' are nested fields of
         'x'.
         
        repeated string field_names = 1 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        index - The index to set the value at.
        value - The fieldNames to set.
        Returns:
        This builder for chaining.
      • addFieldNames

        public DataProfileSpec.SelectedFields.Builder addFieldNames​(String value)
         Optional. Expected input is a list of fully qualified names of fields as
         in the schema.
        
         Only top-level field names for nested fields are supported.
         For instance, if 'x' is of nested field type, listing 'x' is supported
         but 'x.y.z' is not supported. Here 'y' and 'y.z' are nested fields of
         'x'.
         
        repeated string field_names = 1 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The fieldNames to add.
        Returns:
        This builder for chaining.
      • addAllFieldNames

        public DataProfileSpec.SelectedFields.Builder addAllFieldNames​(Iterable<String> values)
         Optional. Expected input is a list of fully qualified names of fields as
         in the schema.
        
         Only top-level field names for nested fields are supported.
         For instance, if 'x' is of nested field type, listing 'x' is supported
         but 'x.y.z' is not supported. Here 'y' and 'y.z' are nested fields of
         'x'.
         
        repeated string field_names = 1 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        values - The fieldNames to add.
        Returns:
        This builder for chaining.
      • clearFieldNames

        public DataProfileSpec.SelectedFields.Builder clearFieldNames()
         Optional. Expected input is a list of fully qualified names of fields as
         in the schema.
        
         Only top-level field names for nested fields are supported.
         For instance, if 'x' is of nested field type, listing 'x' is supported
         but 'x.y.z' is not supported. Here 'y' and 'y.z' are nested fields of
         'x'.
         
        repeated string field_names = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • addFieldNamesBytes

        public DataProfileSpec.SelectedFields.Builder addFieldNamesBytes​(com.google.protobuf.ByteString value)
         Optional. Expected input is a list of fully qualified names of fields as
         in the schema.
        
         Only top-level field names for nested fields are supported.
         For instance, if 'x' is of nested field type, listing 'x' is supported
         but 'x.y.z' is not supported. Here 'y' and 'y.z' are nested fields of
         'x'.
         
        repeated string field_names = 1 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes of the fieldNames to add.
        Returns:
        This builder for chaining.