Class GuestAttributesEntry.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<GuestAttributesEntry.Builder>
      • clear

        public GuestAttributesEntry.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<GuestAttributesEntry.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<GuestAttributesEntry.Builder>
      • getDefaultInstanceForType

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

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

        public GuestAttributesEntry buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public GuestAttributesEntry.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<GuestAttributesEntry.Builder>
      • setField

        public GuestAttributesEntry.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<GuestAttributesEntry.Builder>
      • clearField

        public GuestAttributesEntry.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<GuestAttributesEntry.Builder>
      • clearOneof

        public GuestAttributesEntry.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GuestAttributesEntry.Builder>
      • setRepeatedField

        public GuestAttributesEntry.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<GuestAttributesEntry.Builder>
      • addRepeatedField

        public GuestAttributesEntry.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<GuestAttributesEntry.Builder>
      • isInitialized

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

        public GuestAttributesEntry.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<GuestAttributesEntry.Builder>
        Throws:
        IOException
      • hasKey

        public boolean hasKey()
         Key for the guest attribute entry.
         
        optional string key = 106079;
        Specified by:
        hasKey in interface GuestAttributesEntryOrBuilder
        Returns:
        Whether the key field is set.
      • getKeyBytes

        public com.google.protobuf.ByteString getKeyBytes()
         Key for the guest attribute entry.
         
        optional string key = 106079;
        Specified by:
        getKeyBytes in interface GuestAttributesEntryOrBuilder
        Returns:
        The bytes for key.
      • setKey

        public GuestAttributesEntry.Builder setKey​(String value)
         Key for the guest attribute entry.
         
        optional string key = 106079;
        Parameters:
        value - The key to set.
        Returns:
        This builder for chaining.
      • clearKey

        public GuestAttributesEntry.Builder clearKey()
         Key for the guest attribute entry.
         
        optional string key = 106079;
        Returns:
        This builder for chaining.
      • setKeyBytes

        public GuestAttributesEntry.Builder setKeyBytes​(com.google.protobuf.ByteString value)
         Key for the guest attribute entry.
         
        optional string key = 106079;
        Parameters:
        value - The bytes for key to set.
        Returns:
        This builder for chaining.
      • hasNamespace

        public boolean hasNamespace()
         Namespace for the guest attribute entry.
         
        optional string namespace = 178476379;
        Specified by:
        hasNamespace in interface GuestAttributesEntryOrBuilder
        Returns:
        Whether the namespace field is set.
      • getNamespaceBytes

        public com.google.protobuf.ByteString getNamespaceBytes()
         Namespace for the guest attribute entry.
         
        optional string namespace = 178476379;
        Specified by:
        getNamespaceBytes in interface GuestAttributesEntryOrBuilder
        Returns:
        The bytes for namespace.
      • setNamespace

        public GuestAttributesEntry.Builder setNamespace​(String value)
         Namespace for the guest attribute entry.
         
        optional string namespace = 178476379;
        Parameters:
        value - The namespace to set.
        Returns:
        This builder for chaining.
      • clearNamespace

        public GuestAttributesEntry.Builder clearNamespace()
         Namespace for the guest attribute entry.
         
        optional string namespace = 178476379;
        Returns:
        This builder for chaining.
      • setNamespaceBytes

        public GuestAttributesEntry.Builder setNamespaceBytes​(com.google.protobuf.ByteString value)
         Namespace for the guest attribute entry.
         
        optional string namespace = 178476379;
        Parameters:
        value - The bytes for namespace to set.
        Returns:
        This builder for chaining.
      • hasValue

        public boolean hasValue()
         Value for the guest attribute entry.
         
        optional string value = 111972721;
        Specified by:
        hasValue in interface GuestAttributesEntryOrBuilder
        Returns:
        Whether the value field is set.
      • getValueBytes

        public com.google.protobuf.ByteString getValueBytes()
         Value for the guest attribute entry.
         
        optional string value = 111972721;
        Specified by:
        getValueBytes in interface GuestAttributesEntryOrBuilder
        Returns:
        The bytes for value.
      • setValue

        public GuestAttributesEntry.Builder setValue​(String value)
         Value for the guest attribute entry.
         
        optional string value = 111972721;
        Parameters:
        value - The value to set.
        Returns:
        This builder for chaining.
      • clearValue

        public GuestAttributesEntry.Builder clearValue()
         Value for the guest attribute entry.
         
        optional string value = 111972721;
        Returns:
        This builder for chaining.
      • setValueBytes

        public GuestAttributesEntry.Builder setValueBytes​(com.google.protobuf.ByteString value)
         Value for the guest attribute entry.
         
        optional string value = 111972721;
        Parameters:
        value - The bytes for value to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final GuestAttributesEntry.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<GuestAttributesEntry.Builder>
      • mergeUnknownFields

        public final GuestAttributesEntry.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<GuestAttributesEntry.Builder>