Class DynamicJobsAsset

  • All Implemented Interfaces:
    DynamicJobsAssetOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable

    public final class DynamicJobsAsset
    extends com.google.protobuf.GeneratedMessageV3
    implements DynamicJobsAssetOrBuilder
     A dynamic jobs asset.
     
    Protobuf type google.ads.googleads.v14.common.DynamicJobsAsset
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  DynamicJobsAsset.Builder
      A dynamic jobs asset.
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getAddress()
      Address which can be specified in one of the following formats.
      com.google.protobuf.ByteString getAddressBytes()
      Address which can be specified in one of the following formats.
      java.lang.String getAndroidAppLink()
      Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234.
      com.google.protobuf.ByteString getAndroidAppLinkBytes()
      Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234.
      java.lang.String getContextualKeywords​(int index)
      Contextual keywords, for example, Software engineering job.
      com.google.protobuf.ByteString getContextualKeywordsBytes​(int index)
      Contextual keywords, for example, Software engineering job.
      int getContextualKeywordsCount()
      Contextual keywords, for example, Software engineering job.
      com.google.protobuf.ProtocolStringList getContextualKeywordsList()
      Contextual keywords, for example, Software engineering job.
      static DynamicJobsAsset getDefaultInstance()  
      DynamicJobsAsset getDefaultInstanceForType()  
      java.lang.String getDescription()
      Description, for example, Apply your technical skills.
      com.google.protobuf.ByteString getDescriptionBytes()
      Description, for example, Apply your technical skills.
      static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
      java.lang.String getImageUrl()
      Image URL, for example, http://www.example.com/image.png.
      com.google.protobuf.ByteString getImageUrlBytes()
      Image URL, for example, http://www.example.com/image.png.
      java.lang.String getIosAppLink()
      iOS deep link, for example, exampleApp://content/page.
      com.google.protobuf.ByteString getIosAppLinkBytes()
      iOS deep link, for example, exampleApp://content/page.
      long getIosAppStoreId()
      iOS app store ID.
      java.lang.String getJobCategory()
      Job category, for example, Technical.
      com.google.protobuf.ByteString getJobCategoryBytes()
      Job category, for example, Technical.
      java.lang.String getJobId()
      Required.
      com.google.protobuf.ByteString getJobIdBytes()
      Required.
      java.lang.String getJobSubtitle()
      Job subtitle, for example, Level II.
      com.google.protobuf.ByteString getJobSubtitleBytes()
      Job subtitle, for example, Level II.
      java.lang.String getJobTitle()
      Required.
      com.google.protobuf.ByteString getJobTitleBytes()
      Required.
      java.lang.String getLocationId()
      Location ID which can be any sequence of letters and digits.
      com.google.protobuf.ByteString getLocationIdBytes()
      Location ID which can be any sequence of letters and digits.
      com.google.protobuf.Parser<DynamicJobsAsset> getParserForType()  
      java.lang.String getSalary()
      Salary, for example, $100,000.
      com.google.protobuf.ByteString getSalaryBytes()
      Salary, for example, $100,000.
      int getSerializedSize()  
      java.lang.String getSimilarJobIds​(int index)
      Similar job IDs, for example, 1275.
      com.google.protobuf.ByteString getSimilarJobIdsBytes​(int index)
      Similar job IDs, for example, 1275.
      int getSimilarJobIdsCount()
      Similar job IDs, for example, 1275.
      com.google.protobuf.ProtocolStringList getSimilarJobIdsList()
      Similar job IDs, for example, 1275.
      int hashCode()  
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
      boolean isInitialized()  
      static DynamicJobsAsset.Builder newBuilder()  
      static DynamicJobsAsset.Builder newBuilder​(DynamicJobsAsset prototype)  
      DynamicJobsAsset.Builder newBuilderForType()  
      protected DynamicJobsAsset.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)  
      protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)  
      static DynamicJobsAsset parseDelimitedFrom​(java.io.InputStream input)  
      static DynamicJobsAsset parseDelimitedFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static DynamicJobsAsset parseFrom​(byte[] data)  
      static DynamicJobsAsset parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static DynamicJobsAsset parseFrom​(com.google.protobuf.ByteString data)  
      static DynamicJobsAsset parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static DynamicJobsAsset parseFrom​(com.google.protobuf.CodedInputStream input)  
      static DynamicJobsAsset parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static DynamicJobsAsset parseFrom​(java.io.InputStream input)  
      static DynamicJobsAsset parseFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static DynamicJobsAsset parseFrom​(java.nio.ByteBuffer data)  
      static DynamicJobsAsset parseFrom​(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static com.google.protobuf.Parser<DynamicJobsAsset> parser()  
      DynamicJobsAsset.Builder toBuilder()  
      void writeTo​(com.google.protobuf.CodedOutputStream output)  
      • Methods inherited from class com.google.protobuf.GeneratedMessageV3

        canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
      • Methods inherited from class com.google.protobuf.AbstractMessage

        findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
      • Methods inherited from class com.google.protobuf.AbstractMessageLite

        addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLite

        toByteArray, toByteString, writeDelimitedTo, writeTo
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • newInstance

        protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • getJobId

        public java.lang.String getJobId()
         Required. Job ID which can be any sequence of letters and digits, and must
         be unique and match the values of remarketing tag. Required.
         
        string job_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getJobId in interface DynamicJobsAssetOrBuilder
        Returns:
        The jobId.
      • getJobIdBytes

        public com.google.protobuf.ByteString getJobIdBytes()
         Required. Job ID which can be any sequence of letters and digits, and must
         be unique and match the values of remarketing tag. Required.
         
        string job_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getJobIdBytes in interface DynamicJobsAssetOrBuilder
        Returns:
        The bytes for jobId.
      • getLocationId

        public java.lang.String getLocationId()
         Location ID which can be any sequence of letters and digits. The ID
         sequence (job ID + location ID) must be unique.
         
        string location_id = 2;
        Specified by:
        getLocationId in interface DynamicJobsAssetOrBuilder
        Returns:
        The locationId.
      • getLocationIdBytes

        public com.google.protobuf.ByteString getLocationIdBytes()
         Location ID which can be any sequence of letters and digits. The ID
         sequence (job ID + location ID) must be unique.
         
        string location_id = 2;
        Specified by:
        getLocationIdBytes in interface DynamicJobsAssetOrBuilder
        Returns:
        The bytes for locationId.
      • getJobTitle

        public java.lang.String getJobTitle()
         Required. Job title, for example, Software engineer. Required.
         
        string job_title = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getJobTitle in interface DynamicJobsAssetOrBuilder
        Returns:
        The jobTitle.
      • getJobTitleBytes

        public com.google.protobuf.ByteString getJobTitleBytes()
         Required. Job title, for example, Software engineer. Required.
         
        string job_title = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getJobTitleBytes in interface DynamicJobsAssetOrBuilder
        Returns:
        The bytes for jobTitle.
      • getJobSubtitle

        public java.lang.String getJobSubtitle()
         Job subtitle, for example, Level II.
         
        string job_subtitle = 4;
        Specified by:
        getJobSubtitle in interface DynamicJobsAssetOrBuilder
        Returns:
        The jobSubtitle.
      • getJobSubtitleBytes

        public com.google.protobuf.ByteString getJobSubtitleBytes()
         Job subtitle, for example, Level II.
         
        string job_subtitle = 4;
        Specified by:
        getJobSubtitleBytes in interface DynamicJobsAssetOrBuilder
        Returns:
        The bytes for jobSubtitle.
      • getDescription

        public java.lang.String getDescription()
         Description, for example, Apply your technical skills.
         
        string description = 5;
        Specified by:
        getDescription in interface DynamicJobsAssetOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         Description, for example, Apply your technical skills.
         
        string description = 5;
        Specified by:
        getDescriptionBytes in interface DynamicJobsAssetOrBuilder
        Returns:
        The bytes for description.
      • getImageUrl

        public java.lang.String getImageUrl()
         Image URL, for example, http://www.example.com/image.png. The image will
         not be uploaded as image asset.
         
        string image_url = 6;
        Specified by:
        getImageUrl in interface DynamicJobsAssetOrBuilder
        Returns:
        The imageUrl.
      • getImageUrlBytes

        public com.google.protobuf.ByteString getImageUrlBytes()
         Image URL, for example, http://www.example.com/image.png. The image will
         not be uploaded as image asset.
         
        string image_url = 6;
        Specified by:
        getImageUrlBytes in interface DynamicJobsAssetOrBuilder
        Returns:
        The bytes for imageUrl.
      • getJobCategory

        public java.lang.String getJobCategory()
         Job category, for example, Technical.
         
        string job_category = 7;
        Specified by:
        getJobCategory in interface DynamicJobsAssetOrBuilder
        Returns:
        The jobCategory.
      • getJobCategoryBytes

        public com.google.protobuf.ByteString getJobCategoryBytes()
         Job category, for example, Technical.
         
        string job_category = 7;
        Specified by:
        getJobCategoryBytes in interface DynamicJobsAssetOrBuilder
        Returns:
        The bytes for jobCategory.
      • getContextualKeywordsList

        public com.google.protobuf.ProtocolStringList getContextualKeywordsList()
         Contextual keywords, for example, Software engineering job.
         
        repeated string contextual_keywords = 8;
        Specified by:
        getContextualKeywordsList in interface DynamicJobsAssetOrBuilder
        Returns:
        A list containing the contextualKeywords.
      • getContextualKeywordsCount

        public int getContextualKeywordsCount()
         Contextual keywords, for example, Software engineering job.
         
        repeated string contextual_keywords = 8;
        Specified by:
        getContextualKeywordsCount in interface DynamicJobsAssetOrBuilder
        Returns:
        The count of contextualKeywords.
      • getContextualKeywords

        public java.lang.String getContextualKeywords​(int index)
         Contextual keywords, for example, Software engineering job.
         
        repeated string contextual_keywords = 8;
        Specified by:
        getContextualKeywords in interface DynamicJobsAssetOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The contextualKeywords at the given index.
      • getContextualKeywordsBytes

        public com.google.protobuf.ByteString getContextualKeywordsBytes​(int index)
         Contextual keywords, for example, Software engineering job.
         
        repeated string contextual_keywords = 8;
        Specified by:
        getContextualKeywordsBytes in interface DynamicJobsAssetOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the contextualKeywords at the given index.
      • getAddress

        public java.lang.String getAddress()
         Address which can be specified in one of the following formats.
         (1) City, state, code, country, for example, Mountain View, CA, USA.
         (2) Full address, for example, 123 Boulevard St, Mountain View, CA 94043.
         (3) Latitude-longitude in the DDD format, for example, 41.40338, 2.17403.
         
        string address = 9;
        Specified by:
        getAddress in interface DynamicJobsAssetOrBuilder
        Returns:
        The address.
      • getAddressBytes

        public com.google.protobuf.ByteString getAddressBytes()
         Address which can be specified in one of the following formats.
         (1) City, state, code, country, for example, Mountain View, CA, USA.
         (2) Full address, for example, 123 Boulevard St, Mountain View, CA 94043.
         (3) Latitude-longitude in the DDD format, for example, 41.40338, 2.17403.
         
        string address = 9;
        Specified by:
        getAddressBytes in interface DynamicJobsAssetOrBuilder
        Returns:
        The bytes for address.
      • getSalary

        public java.lang.String getSalary()
         Salary, for example, $100,000.
         
        string salary = 10;
        Specified by:
        getSalary in interface DynamicJobsAssetOrBuilder
        Returns:
        The salary.
      • getSalaryBytes

        public com.google.protobuf.ByteString getSalaryBytes()
         Salary, for example, $100,000.
         
        string salary = 10;
        Specified by:
        getSalaryBytes in interface DynamicJobsAssetOrBuilder
        Returns:
        The bytes for salary.
      • getAndroidAppLink

        public java.lang.String getAndroidAppLink()
         Android deep link, for example,
         android-app://com.example.android/http/example.com/gizmos?1234.
         
        string android_app_link = 11;
        Specified by:
        getAndroidAppLink in interface DynamicJobsAssetOrBuilder
        Returns:
        The androidAppLink.
      • getAndroidAppLinkBytes

        public com.google.protobuf.ByteString getAndroidAppLinkBytes()
         Android deep link, for example,
         android-app://com.example.android/http/example.com/gizmos?1234.
         
        string android_app_link = 11;
        Specified by:
        getAndroidAppLinkBytes in interface DynamicJobsAssetOrBuilder
        Returns:
        The bytes for androidAppLink.
      • getSimilarJobIdsList

        public com.google.protobuf.ProtocolStringList getSimilarJobIdsList()
         Similar job IDs, for example, 1275.
         
        repeated string similar_job_ids = 12;
        Specified by:
        getSimilarJobIdsList in interface DynamicJobsAssetOrBuilder
        Returns:
        A list containing the similarJobIds.
      • getSimilarJobIdsCount

        public int getSimilarJobIdsCount()
         Similar job IDs, for example, 1275.
         
        repeated string similar_job_ids = 12;
        Specified by:
        getSimilarJobIdsCount in interface DynamicJobsAssetOrBuilder
        Returns:
        The count of similarJobIds.
      • getSimilarJobIds

        public java.lang.String getSimilarJobIds​(int index)
         Similar job IDs, for example, 1275.
         
        repeated string similar_job_ids = 12;
        Specified by:
        getSimilarJobIds in interface DynamicJobsAssetOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The similarJobIds at the given index.
      • getSimilarJobIdsBytes

        public com.google.protobuf.ByteString getSimilarJobIdsBytes​(int index)
         Similar job IDs, for example, 1275.
         
        repeated string similar_job_ids = 12;
        Specified by:
        getSimilarJobIdsBytes in interface DynamicJobsAssetOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the similarJobIds at the given index.
      • getIosAppLink

        public java.lang.String getIosAppLink()
         iOS deep link, for example, exampleApp://content/page.
         
        string ios_app_link = 13;
        Specified by:
        getIosAppLink in interface DynamicJobsAssetOrBuilder
        Returns:
        The iosAppLink.
      • getIosAppLinkBytes

        public com.google.protobuf.ByteString getIosAppLinkBytes()
         iOS deep link, for example, exampleApp://content/page.
         
        string ios_app_link = 13;
        Specified by:
        getIosAppLinkBytes in interface DynamicJobsAssetOrBuilder
        Returns:
        The bytes for iosAppLink.
      • getIosAppStoreId

        public long getIosAppStoreId()
         iOS app store ID. This is used to check if the user has the app installed
         on their device before deep linking. If this field is set, then the
         ios_app_link field must also be present.
         
        int64 ios_app_store_id = 14;
        Specified by:
        getIosAppStoreId in interface DynamicJobsAssetOrBuilder
        Returns:
        The iosAppStoreId.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static DynamicJobsAsset parseFrom​(java.nio.ByteBuffer data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DynamicJobsAsset parseFrom​(java.nio.ByteBuffer data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DynamicJobsAsset parseFrom​(com.google.protobuf.ByteString data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DynamicJobsAsset parseFrom​(com.google.protobuf.ByteString data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DynamicJobsAsset parseFrom​(byte[] data)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DynamicJobsAsset parseFrom​(byte[] data,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DynamicJobsAsset parseFrom​(java.io.InputStream input)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static DynamicJobsAsset parseFrom​(java.io.InputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static DynamicJobsAsset parseDelimitedFrom​(java.io.InputStream input)
                                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static DynamicJobsAsset parseDelimitedFrom​(java.io.InputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static DynamicJobsAsset parseFrom​(com.google.protobuf.CodedInputStream input)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static DynamicJobsAsset parseFrom​(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        public DynamicJobsAsset.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public DynamicJobsAsset.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected DynamicJobsAsset.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<DynamicJobsAsset> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public DynamicJobsAsset getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder