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

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

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

        public BatchUpdateIntentsResponse 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<BatchUpdateIntentsResponse.Builder>
      • mergeFrom

        public BatchUpdateIntentsResponse.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<BatchUpdateIntentsResponse.Builder>
        Throws:
        IOException
      • setIntents

        public BatchUpdateIntentsResponse.Builder setIntents​(int index,
                                                             Intent value)
         The collection of updated or created intents.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
      • addIntents

        public BatchUpdateIntentsResponse.Builder addIntents​(int index,
                                                             Intent value)
         The collection of updated or created intents.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
      • clearIntents

        public BatchUpdateIntentsResponse.Builder clearIntents()
         The collection of updated or created intents.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
      • removeIntents

        public BatchUpdateIntentsResponse.Builder removeIntents​(int index)
         The collection of updated or created intents.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
      • getIntentsBuilder

        public Intent.Builder getIntentsBuilder​(int index)
         The collection of updated or created intents.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
      • addIntentsBuilder

        public Intent.Builder addIntentsBuilder()
         The collection of updated or created intents.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
      • addIntentsBuilder

        public Intent.Builder addIntentsBuilder​(int index)
         The collection of updated or created intents.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
      • getIntentsBuilderList

        public List<Intent.Builder> getIntentsBuilderList()
         The collection of updated or created intents.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
      • setUnknownFields

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

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