Class Conversation.CallMetadata.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<Conversation.CallMetadata.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<Conversation.CallMetadata.Builder>
      • getDefaultInstanceForType

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

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

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

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

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

        public Conversation.CallMetadata.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<Conversation.CallMetadata.Builder>
        Throws:
        IOException
      • setCustomerChannel

        public Conversation.CallMetadata.Builder setCustomerChannel​(int value)
         The audio channel that contains the customer.
         
        int32 customer_channel = 1;
        Parameters:
        value - The customerChannel to set.
        Returns:
        This builder for chaining.
      • clearCustomerChannel

        public Conversation.CallMetadata.Builder clearCustomerChannel()
         The audio channel that contains the customer.
         
        int32 customer_channel = 1;
        Returns:
        This builder for chaining.
      • setAgentChannel

        public Conversation.CallMetadata.Builder setAgentChannel​(int value)
         The audio channel that contains the agent.
         
        int32 agent_channel = 2;
        Parameters:
        value - The agentChannel to set.
        Returns:
        This builder for chaining.
      • clearAgentChannel

        public Conversation.CallMetadata.Builder clearAgentChannel()
         The audio channel that contains the agent.
         
        int32 agent_channel = 2;
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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