Class Assessments.Expectation.SerializedValue.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<Assessments.Expectation.SerializedValue.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<Assessments.Expectation.SerializedValue.Builder>
      • getDefaultInstanceForType

        public Assessments.Expectation.SerializedValue getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Assessments.Expectation.SerializedValue build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Assessments.Expectation.SerializedValue 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<Assessments.Expectation.SerializedValue.Builder>
      • mergeFrom

        public Assessments.Expectation.SerializedValue.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                  throws java.io.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<Assessments.Expectation.SerializedValue.Builder>
        Throws:
        java.io.IOException
      • hasSerializationFormat

        public boolean hasSerializationFormat()
         Marks the serialization format for the expectation value. This is a contract specific to the client. The service
         will not attempt to deserialize the value or validate the format. An example format is "JSON_FORMAT".
         
        optional string serialization_format = 1;
        Specified by:
        hasSerializationFormat in interface Assessments.Expectation.SerializedValueOrBuilder
        Returns:
        Whether the serializationFormat field is set.
      • getSerializationFormat

        public java.lang.String getSerializationFormat()
         Marks the serialization format for the expectation value. This is a contract specific to the client. The service
         will not attempt to deserialize the value or validate the format. An example format is "JSON_FORMAT".
         
        optional string serialization_format = 1;
        Specified by:
        getSerializationFormat in interface Assessments.Expectation.SerializedValueOrBuilder
        Returns:
        The serializationFormat.
      • getSerializationFormatBytes

        public com.google.protobuf.ByteString getSerializationFormatBytes()
         Marks the serialization format for the expectation value. This is a contract specific to the client. The service
         will not attempt to deserialize the value or validate the format. An example format is "JSON_FORMAT".
         
        optional string serialization_format = 1;
        Specified by:
        getSerializationFormatBytes in interface Assessments.Expectation.SerializedValueOrBuilder
        Returns:
        The bytes for serializationFormat.
      • setSerializationFormat

        public Assessments.Expectation.SerializedValue.Builder setSerializationFormat​(java.lang.String value)
         Marks the serialization format for the expectation value. This is a contract specific to the client. The service
         will not attempt to deserialize the value or validate the format. An example format is "JSON_FORMAT".
         
        optional string serialization_format = 1;
        Parameters:
        value - The serializationFormat to set.
        Returns:
        This builder for chaining.
      • clearSerializationFormat

        public Assessments.Expectation.SerializedValue.Builder clearSerializationFormat()
         Marks the serialization format for the expectation value. This is a contract specific to the client. The service
         will not attempt to deserialize the value or validate the format. An example format is "JSON_FORMAT".
         
        optional string serialization_format = 1;
        Returns:
        This builder for chaining.
      • setSerializationFormatBytes

        public Assessments.Expectation.SerializedValue.Builder setSerializationFormatBytes​(com.google.protobuf.ByteString value)
         Marks the serialization format for the expectation value. This is a contract specific to the client. The service
         will not attempt to deserialize the value or validate the format. An example format is "JSON_FORMAT".
         
        optional string serialization_format = 1;
        Parameters:
        value - The bytes for serializationFormat to set.
        Returns:
        This builder for chaining.
      • hasValue

        public boolean hasValue()
         The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.
         
        optional string value = 2;
        Specified by:
        hasValue in interface Assessments.Expectation.SerializedValueOrBuilder
        Returns:
        Whether the value field is set.
      • getValue

        public java.lang.String getValue()
         The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.
         
        optional string value = 2;
        Specified by:
        getValue in interface Assessments.Expectation.SerializedValueOrBuilder
        Returns:
        The value.
      • getValueBytes

        public com.google.protobuf.ByteString getValueBytes()
         The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.
         
        optional string value = 2;
        Specified by:
        getValueBytes in interface Assessments.Expectation.SerializedValueOrBuilder
        Returns:
        The bytes for value.
      • setValue

        public Assessments.Expectation.SerializedValue.Builder setValue​(java.lang.String value)
         The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.
         
        optional string value = 2;
        Parameters:
        value - The value to set.
        Returns:
        This builder for chaining.
      • clearValue

        public Assessments.Expectation.SerializedValue.Builder clearValue()
         The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.
         
        optional string value = 2;
        Returns:
        This builder for chaining.
      • setValueBytes

        public Assessments.Expectation.SerializedValue.Builder setValueBytes​(com.google.protobuf.ByteString value)
         The value of the expectation-based assessment serialized as a string in the format defined by ``serialization_format``.
         
        optional string value = 2;
        Parameters:
        value - The bytes for value to set.
        Returns:
        This builder for chaining.