Interface FieldValueUnion.Builder

    • Method Detail

      • booleanValue

        FieldValueUnion.Builder booleanValue​(Boolean booleanValue)

        Can be either null, or have a Boolean value type. Only one value can be provided.

        Parameters:
        booleanValue - Can be either null, or have a Boolean value type. Only one value can be provided.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • doubleValue

        FieldValueUnion.Builder doubleValue​(Double doubleValue)

        Can be either null, or have a Double number value type. Only one value can be provided.

        Parameters:
        doubleValue - Can be either null, or have a Double number value type. Only one value can be provided.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • emptyValue

        FieldValueUnion.Builder emptyValue​(EmptyFieldValue emptyValue)

        An empty value.

        Parameters:
        emptyValue - An empty value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stringValue

        FieldValueUnion.Builder stringValue​(String stringValue)

        String value type.

        Parameters:
        stringValue - String value type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userArnValue

        FieldValueUnion.Builder userArnValue​(String userArnValue)

        Represents the user that performed the audit.

        Parameters:
        userArnValue - Represents the user that performed the audit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.