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

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

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

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

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

        public boolean hasCaseUrl()
         Output only. URL to access background case.
         
        optional string case_url = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCaseUrl in interface BackgroundCheckVerificationArtifactOrBuilder
        Returns:
        Whether the caseUrl field is set.
      • getCaseUrl

        public java.lang.String getCaseUrl()
         Output only. URL to access background case.
         
        optional string case_url = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCaseUrl in interface BackgroundCheckVerificationArtifactOrBuilder
        Returns:
        The caseUrl.
      • getCaseUrlBytes

        public com.google.protobuf.ByteString getCaseUrlBytes()
         Output only. URL to access background case.
         
        optional string case_url = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCaseUrlBytes in interface BackgroundCheckVerificationArtifactOrBuilder
        Returns:
        The bytes for caseUrl.
      • setCaseUrl

        public BackgroundCheckVerificationArtifact.Builder setCaseUrl​(java.lang.String value)
         Output only. URL to access background case.
         
        optional string case_url = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The caseUrl to set.
        Returns:
        This builder for chaining.
      • clearCaseUrl

        public BackgroundCheckVerificationArtifact.Builder clearCaseUrl()
         Output only. URL to access background case.
         
        optional string case_url = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setCaseUrlBytes

        public BackgroundCheckVerificationArtifact.Builder setCaseUrlBytes​(com.google.protobuf.ByteString value)
         Output only. URL to access background case.
         
        optional string case_url = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for caseUrl to set.
        Returns:
        This builder for chaining.
      • hasFinalAdjudicationDateTime

        public boolean hasFinalAdjudicationDateTime()
         Output only. The timestamp when this background check case result was
         adjudicated. The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads
         account's timezone. Examples: "2018-03-05 09:15:00" or "2018-02-01
         14:34:30"
         
        optional string final_adjudication_date_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasFinalAdjudicationDateTime in interface BackgroundCheckVerificationArtifactOrBuilder
        Returns:
        Whether the finalAdjudicationDateTime field is set.
      • getFinalAdjudicationDateTime

        public java.lang.String getFinalAdjudicationDateTime()
         Output only. The timestamp when this background check case result was
         adjudicated. The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads
         account's timezone. Examples: "2018-03-05 09:15:00" or "2018-02-01
         14:34:30"
         
        optional string final_adjudication_date_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFinalAdjudicationDateTime in interface BackgroundCheckVerificationArtifactOrBuilder
        Returns:
        The finalAdjudicationDateTime.
      • getFinalAdjudicationDateTimeBytes

        public com.google.protobuf.ByteString getFinalAdjudicationDateTimeBytes()
         Output only. The timestamp when this background check case result was
         adjudicated. The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads
         account's timezone. Examples: "2018-03-05 09:15:00" or "2018-02-01
         14:34:30"
         
        optional string final_adjudication_date_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFinalAdjudicationDateTimeBytes in interface BackgroundCheckVerificationArtifactOrBuilder
        Returns:
        The bytes for finalAdjudicationDateTime.
      • setFinalAdjudicationDateTime

        public BackgroundCheckVerificationArtifact.Builder setFinalAdjudicationDateTime​(java.lang.String value)
         Output only. The timestamp when this background check case result was
         adjudicated. The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads
         account's timezone. Examples: "2018-03-05 09:15:00" or "2018-02-01
         14:34:30"
         
        optional string final_adjudication_date_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The finalAdjudicationDateTime to set.
        Returns:
        This builder for chaining.
      • clearFinalAdjudicationDateTime

        public BackgroundCheckVerificationArtifact.Builder clearFinalAdjudicationDateTime()
         Output only. The timestamp when this background check case result was
         adjudicated. The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads
         account's timezone. Examples: "2018-03-05 09:15:00" or "2018-02-01
         14:34:30"
         
        optional string final_adjudication_date_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setFinalAdjudicationDateTimeBytes

        public BackgroundCheckVerificationArtifact.Builder setFinalAdjudicationDateTimeBytes​(com.google.protobuf.ByteString value)
         Output only. The timestamp when this background check case result was
         adjudicated. The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads
         account's timezone. Examples: "2018-03-05 09:15:00" or "2018-02-01
         14:34:30"
         
        optional string final_adjudication_date_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for finalAdjudicationDateTime to set.
        Returns:
        This builder for chaining.