Class GraphConstructionRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<GraphConstructionRequest.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<GraphConstructionRequest.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GraphConstructionRequest.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<GraphConstructionRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public GraphConstructionRequest.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<GraphConstructionRequest.Builder>
        Throws:
        java.io.IOException
      • setLanguage

        public GraphConstructionRequest.Builder setLanguage​(java.lang.String value)
        string language = 1 [json_name = "language"];
        Parameters:
        value - The language to set.
        Returns:
        This builder for chaining.
      • setLanguageBytes

        public GraphConstructionRequest.Builder setLanguageBytes​(com.google.protobuf.ByteString value)
        string language = 1 [json_name = "language"];
        Parameters:
        value - The bytes for language to set.
        Returns:
        This builder for chaining.
      • containsAdus

        public boolean containsAdus​(java.lang.String key)
        map<string, .arg_services.mining.v1beta.Segment> adus = 2 [json_name = "adus"];
        Specified by:
        containsAdus in interface GraphConstructionRequestOrBuilder
      • removeAdus

        public GraphConstructionRequest.Builder removeAdus​(java.lang.String key)
        map<string, .arg_services.mining.v1beta.Segment> adus = 2 [json_name = "adus"];
      • getMutableAdus

        @Deprecated
        public java.util.Map<java.lang.String,​Segment> getMutableAdus()
        Deprecated.
        Use alternate mutation accessors instead.
      • putAllAdus

        public GraphConstructionRequest.Builder putAllAdus​(java.util.Map<java.lang.String,​Segment> values)
        map<string, .arg_services.mining.v1beta.Segment> adus = 2 [json_name = "adus"];
      • setMajorClaimId

        public GraphConstructionRequest.Builder setMajorClaimId​(java.lang.String value)
        string major_claim_id = 3 [json_name = "majorClaimId"];
        Parameters:
        value - The majorClaimId to set.
        Returns:
        This builder for chaining.
      • clearMajorClaimId

        public GraphConstructionRequest.Builder clearMajorClaimId()
        string major_claim_id = 3 [json_name = "majorClaimId"];
        Returns:
        This builder for chaining.
      • setMajorClaimIdBytes

        public GraphConstructionRequest.Builder setMajorClaimIdBytes​(com.google.protobuf.ByteString value)
        string major_claim_id = 3 [json_name = "majorClaimId"];
        Parameters:
        value - The bytes for majorClaimId to set.
        Returns:
        This builder for chaining.
      • addAllEntailments

        public GraphConstructionRequest.Builder addAllEntailments​(java.lang.Iterable<? extends Entailment> values)
        repeated .arg_services.mining.v1beta.Entailment entailments = 4 [json_name = "entailments"];
      • clearEntailments

        public GraphConstructionRequest.Builder clearEntailments()
        repeated .arg_services.mining.v1beta.Entailment entailments = 4 [json_name = "entailments"];
      • removeEntailments

        public GraphConstructionRequest.Builder removeEntailments​(int index)
        repeated .arg_services.mining.v1beta.Entailment entailments = 4 [json_name = "entailments"];
      • getEntailmentsBuilder

        public Entailment.Builder getEntailmentsBuilder​(int index)
        repeated .arg_services.mining.v1beta.Entailment entailments = 4 [json_name = "entailments"];
      • addEntailmentsBuilder

        public Entailment.Builder addEntailmentsBuilder()
        repeated .arg_services.mining.v1beta.Entailment entailments = 4 [json_name = "entailments"];
      • addEntailmentsBuilder

        public Entailment.Builder addEntailmentsBuilder​(int index)
        repeated .arg_services.mining.v1beta.Entailment entailments = 4 [json_name = "entailments"];
      • getEntailmentsBuilderList

        public java.util.List<Entailment.Builder> getEntailmentsBuilderList()
        repeated .arg_services.mining.v1beta.Entailment entailments = 4 [json_name = "entailments"];
      • hasExtras

        public boolean hasExtras()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
        Specified by:
        hasExtras in interface GraphConstructionRequestOrBuilder
        Returns:
        Whether the extras field is set.
      • getExtras

        public com.google.protobuf.Struct getExtras()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
        Specified by:
        getExtras in interface GraphConstructionRequestOrBuilder
        Returns:
        The extras.
      • setExtras

        public GraphConstructionRequest.Builder setExtras​(com.google.protobuf.Struct value)
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
      • setExtras

        public GraphConstructionRequest.Builder setExtras​(com.google.protobuf.Struct.Builder builderForValue)
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
      • mergeExtras

        public GraphConstructionRequest.Builder mergeExtras​(com.google.protobuf.Struct value)
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
      • clearExtras

        public GraphConstructionRequest.Builder clearExtras()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
      • getExtrasBuilder

        public com.google.protobuf.Struct.Builder getExtrasBuilder()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
      • getExtrasOrBuilder

        public com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
        Specified by:
        getExtrasOrBuilder in interface GraphConstructionRequestOrBuilder
      • setUnknownFields

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

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