Class AdGroupAsset.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<AdGroupAsset.Builder>
com.google.ads.googleads.v18.resources.AdGroupAsset.Builder
All Implemented Interfaces:
AdGroupAssetOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
AdGroupAsset

public static final class AdGroupAsset.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AdGroupAsset.Builder> implements AdGroupAssetOrBuilder
 A link between an ad group and an asset.
 
Protobuf type google.ads.googleads.v18.resources.AdGroupAsset
  • Method Details

    • 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<AdGroupAsset.Builder>
    • clear

      public AdGroupAsset.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<AdGroupAsset.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<AdGroupAsset.Builder>
    • getDefaultInstanceForType

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

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

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

      public AdGroupAsset.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<AdGroupAsset.Builder>
    • setField

      public AdGroupAsset.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<AdGroupAsset.Builder>
    • clearField

      public AdGroupAsset.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<AdGroupAsset.Builder>
    • clearOneof

      public AdGroupAsset.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AdGroupAsset.Builder>
    • setRepeatedField

      public AdGroupAsset.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<AdGroupAsset.Builder>
    • addRepeatedField

      public AdGroupAsset.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AdGroupAsset.Builder>
    • mergeFrom

      public AdGroupAsset.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AdGroupAsset.Builder>
    • mergeFrom

      public AdGroupAsset.Builder mergeFrom(AdGroupAsset other)
    • isInitialized

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

      public AdGroupAsset.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<AdGroupAsset.Builder>
      Throws:
      IOException
    • getResourceName

      public String getResourceName()
       Immutable. The resource name of the ad group asset.
       AdGroupAsset resource names have the form:
      
       `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Specified by:
      getResourceName in interface AdGroupAssetOrBuilder
      Returns:
      The resourceName.
    • getResourceNameBytes

      public com.google.protobuf.ByteString getResourceNameBytes()
       Immutable. The resource name of the ad group asset.
       AdGroupAsset resource names have the form:
      
       `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Specified by:
      getResourceNameBytes in interface AdGroupAssetOrBuilder
      Returns:
      The bytes for resourceName.
    • setResourceName

      public AdGroupAsset.Builder setResourceName(String value)
       Immutable. The resource name of the ad group asset.
       AdGroupAsset resource names have the form:
      
       `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The resourceName to set.
      Returns:
      This builder for chaining.
    • clearResourceName

      public AdGroupAsset.Builder clearResourceName()
       Immutable. The resource name of the ad group asset.
       AdGroupAsset resource names have the form:
      
       `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setResourceNameBytes

      public AdGroupAsset.Builder setResourceNameBytes(com.google.protobuf.ByteString value)
       Immutable. The resource name of the ad group asset.
       AdGroupAsset resource names have the form:
      
       `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}`
       
      string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for resourceName to set.
      Returns:
      This builder for chaining.
    • getAdGroup

      public String getAdGroup()
       Required. Immutable. The ad group to which the asset is linked.
       
      string ad_group = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Specified by:
      getAdGroup in interface AdGroupAssetOrBuilder
      Returns:
      The adGroup.
    • getAdGroupBytes

      public com.google.protobuf.ByteString getAdGroupBytes()
       Required. Immutable. The ad group to which the asset is linked.
       
      string ad_group = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Specified by:
      getAdGroupBytes in interface AdGroupAssetOrBuilder
      Returns:
      The bytes for adGroup.
    • setAdGroup

      public AdGroupAsset.Builder setAdGroup(String value)
       Required. Immutable. The ad group to which the asset is linked.
       
      string ad_group = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The adGroup to set.
      Returns:
      This builder for chaining.
    • clearAdGroup

      public AdGroupAsset.Builder clearAdGroup()
       Required. Immutable. The ad group to which the asset is linked.
       
      string ad_group = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setAdGroupBytes

      public AdGroupAsset.Builder setAdGroupBytes(com.google.protobuf.ByteString value)
       Required. Immutable. The ad group to which the asset is linked.
       
      string ad_group = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for adGroup to set.
      Returns:
      This builder for chaining.
    • getAsset

      public String getAsset()
       Required. Immutable. The asset which is linked to the ad group.
       
      string asset = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Specified by:
      getAsset in interface AdGroupAssetOrBuilder
      Returns:
      The asset.
    • getAssetBytes

      public com.google.protobuf.ByteString getAssetBytes()
       Required. Immutable. The asset which is linked to the ad group.
       
      string asset = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Specified by:
      getAssetBytes in interface AdGroupAssetOrBuilder
      Returns:
      The bytes for asset.
    • setAsset

      public AdGroupAsset.Builder setAsset(String value)
       Required. Immutable. The asset which is linked to the ad group.
       
      string asset = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The asset to set.
      Returns:
      This builder for chaining.
    • clearAsset

      public AdGroupAsset.Builder clearAsset()
       Required. Immutable. The asset which is linked to the ad group.
       
      string asset = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setAssetBytes

      public AdGroupAsset.Builder setAssetBytes(com.google.protobuf.ByteString value)
       Required. Immutable. The asset which is linked to the ad group.
       
      string asset = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for asset to set.
      Returns:
      This builder for chaining.
    • getFieldTypeValue

      public int getFieldTypeValue()
       Required. Immutable. Role that the asset takes under the linked ad group.
       
      .google.ads.googleads.v18.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
      Specified by:
      getFieldTypeValue in interface AdGroupAssetOrBuilder
      Returns:
      The enum numeric value on the wire for fieldType.
    • setFieldTypeValue

      public AdGroupAsset.Builder setFieldTypeValue(int value)
       Required. Immutable. Role that the asset takes under the linked ad group.
       
      .google.ads.googleads.v18.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
      Parameters:
      value - The enum numeric value on the wire for fieldType to set.
      Returns:
      This builder for chaining.
    • getFieldType

      public AssetFieldTypeEnum.AssetFieldType getFieldType()
       Required. Immutable. Role that the asset takes under the linked ad group.
       
      .google.ads.googleads.v18.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
      Specified by:
      getFieldType in interface AdGroupAssetOrBuilder
      Returns:
      The fieldType.
    • setFieldType

       Required. Immutable. Role that the asset takes under the linked ad group.
       
      .google.ads.googleads.v18.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
      Parameters:
      value - The fieldType to set.
      Returns:
      This builder for chaining.
    • clearFieldType

      public AdGroupAsset.Builder clearFieldType()
       Required. Immutable. Role that the asset takes under the linked ad group.
       
      .google.ads.googleads.v18.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
      Returns:
      This builder for chaining.
    • getSourceValue

      public int getSourceValue()
       Output only. Source of the adgroup asset link.
       
      .google.ads.googleads.v18.enums.AssetSourceEnum.AssetSource source = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getSourceValue in interface AdGroupAssetOrBuilder
      Returns:
      The enum numeric value on the wire for source.
    • setSourceValue

      public AdGroupAsset.Builder setSourceValue(int value)
       Output only. Source of the adgroup asset link.
       
      .google.ads.googleads.v18.enums.AssetSourceEnum.AssetSource source = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The enum numeric value on the wire for source to set.
      Returns:
      This builder for chaining.
    • getSource

      public AssetSourceEnum.AssetSource getSource()
       Output only. Source of the adgroup asset link.
       
      .google.ads.googleads.v18.enums.AssetSourceEnum.AssetSource source = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getSource in interface AdGroupAssetOrBuilder
      Returns:
      The source.
    • setSource

       Output only. Source of the adgroup asset link.
       
      .google.ads.googleads.v18.enums.AssetSourceEnum.AssetSource source = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The source to set.
      Returns:
      This builder for chaining.
    • clearSource

      public AdGroupAsset.Builder clearSource()
       Output only. Source of the adgroup asset link.
       
      .google.ads.googleads.v18.enums.AssetSourceEnum.AssetSource source = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • getStatusValue

      public int getStatusValue()
       Status of the ad group asset.
       
      .google.ads.googleads.v18.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5;
      Specified by:
      getStatusValue in interface AdGroupAssetOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • setStatusValue

      public AdGroupAsset.Builder setStatusValue(int value)
       Status of the ad group asset.
       
      .google.ads.googleads.v18.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5;
      Parameters:
      value - The enum numeric value on the wire for status to set.
      Returns:
      This builder for chaining.
    • getStatus

       Status of the ad group asset.
       
      .google.ads.googleads.v18.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5;
      Specified by:
      getStatus in interface AdGroupAssetOrBuilder
      Returns:
      The status.
    • setStatus

       Status of the ad group asset.
       
      .google.ads.googleads.v18.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5;
      Parameters:
      value - The status to set.
      Returns:
      This builder for chaining.
    • clearStatus

      public AdGroupAsset.Builder clearStatus()
       Status of the ad group asset.
       
      .google.ads.googleads.v18.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5;
      Returns:
      This builder for chaining.
    • getPrimaryStatusValue

      public int getPrimaryStatusValue()
       Output only. Provides the PrimaryStatus of this asset link.
       Primary status is meant essentially to differentiate between the plain
       "status" field, which has advertiser set values of enabled, paused, or
       removed.  The primary status takes into account other signals (for assets
       its mainly policy and quality approvals) to come up with a more
       comprehensive status to indicate its serving state.
       
      .google.ads.googleads.v18.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus primary_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getPrimaryStatusValue in interface AdGroupAssetOrBuilder
      Returns:
      The enum numeric value on the wire for primaryStatus.
    • setPrimaryStatusValue

      public AdGroupAsset.Builder setPrimaryStatusValue(int value)
       Output only. Provides the PrimaryStatus of this asset link.
       Primary status is meant essentially to differentiate between the plain
       "status" field, which has advertiser set values of enabled, paused, or
       removed.  The primary status takes into account other signals (for assets
       its mainly policy and quality approvals) to come up with a more
       comprehensive status to indicate its serving state.
       
      .google.ads.googleads.v18.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus primary_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The enum numeric value on the wire for primaryStatus to set.
      Returns:
      This builder for chaining.
    • getPrimaryStatus

       Output only. Provides the PrimaryStatus of this asset link.
       Primary status is meant essentially to differentiate between the plain
       "status" field, which has advertiser set values of enabled, paused, or
       removed.  The primary status takes into account other signals (for assets
       its mainly policy and quality approvals) to come up with a more
       comprehensive status to indicate its serving state.
       
      .google.ads.googleads.v18.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus primary_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getPrimaryStatus in interface AdGroupAssetOrBuilder
      Returns:
      The primaryStatus.
    • setPrimaryStatus

       Output only. Provides the PrimaryStatus of this asset link.
       Primary status is meant essentially to differentiate between the plain
       "status" field, which has advertiser set values of enabled, paused, or
       removed.  The primary status takes into account other signals (for assets
       its mainly policy and quality approvals) to come up with a more
       comprehensive status to indicate its serving state.
       
      .google.ads.googleads.v18.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus primary_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The primaryStatus to set.
      Returns:
      This builder for chaining.
    • clearPrimaryStatus

      public AdGroupAsset.Builder clearPrimaryStatus()
       Output only. Provides the PrimaryStatus of this asset link.
       Primary status is meant essentially to differentiate between the plain
       "status" field, which has advertiser set values of enabled, paused, or
       removed.  The primary status takes into account other signals (for assets
       its mainly policy and quality approvals) to come up with a more
       comprehensive status to indicate its serving state.
       
      .google.ads.googleads.v18.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus primary_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • getPrimaryStatusDetailsList

      public List<AssetLinkPrimaryStatusDetails> getPrimaryStatusDetailsList()
       Output only. Provides the details of the primary status and its associated
       reasons.
       
      repeated .google.ads.googleads.v18.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getPrimaryStatusDetailsList in interface AdGroupAssetOrBuilder
    • getPrimaryStatusDetailsCount

      public int getPrimaryStatusDetailsCount()
       Output only. Provides the details of the primary status and its associated
       reasons.
       
      repeated .google.ads.googleads.v18.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getPrimaryStatusDetailsCount in interface AdGroupAssetOrBuilder
    • getPrimaryStatusDetails

      public AssetLinkPrimaryStatusDetails getPrimaryStatusDetails(int index)
       Output only. Provides the details of the primary status and its associated
       reasons.
       
      repeated .google.ads.googleads.v18.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getPrimaryStatusDetails in interface AdGroupAssetOrBuilder
    • setPrimaryStatusDetails

      public AdGroupAsset.Builder setPrimaryStatusDetails(int index, AssetLinkPrimaryStatusDetails value)
       Output only. Provides the details of the primary status and its associated
       reasons.
       
      repeated .google.ads.googleads.v18.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setPrimaryStatusDetails

      public AdGroupAsset.Builder setPrimaryStatusDetails(int index, AssetLinkPrimaryStatusDetails.Builder builderForValue)
       Output only. Provides the details of the primary status and its associated
       reasons.
       
      repeated .google.ads.googleads.v18.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addPrimaryStatusDetails

      public AdGroupAsset.Builder addPrimaryStatusDetails(AssetLinkPrimaryStatusDetails value)
       Output only. Provides the details of the primary status and its associated
       reasons.
       
      repeated .google.ads.googleads.v18.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addPrimaryStatusDetails

      public AdGroupAsset.Builder addPrimaryStatusDetails(int index, AssetLinkPrimaryStatusDetails value)
       Output only. Provides the details of the primary status and its associated
       reasons.
       
      repeated .google.ads.googleads.v18.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addPrimaryStatusDetails

      public AdGroupAsset.Builder addPrimaryStatusDetails(AssetLinkPrimaryStatusDetails.Builder builderForValue)
       Output only. Provides the details of the primary status and its associated
       reasons.
       
      repeated .google.ads.googleads.v18.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addPrimaryStatusDetails

      public AdGroupAsset.Builder addPrimaryStatusDetails(int index, AssetLinkPrimaryStatusDetails.Builder builderForValue)
       Output only. Provides the details of the primary status and its associated
       reasons.
       
      repeated .google.ads.googleads.v18.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addAllPrimaryStatusDetails

      public AdGroupAsset.Builder addAllPrimaryStatusDetails(Iterable<? extends AssetLinkPrimaryStatusDetails> values)
       Output only. Provides the details of the primary status and its associated
       reasons.
       
      repeated .google.ads.googleads.v18.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearPrimaryStatusDetails

      public AdGroupAsset.Builder clearPrimaryStatusDetails()
       Output only. Provides the details of the primary status and its associated
       reasons.
       
      repeated .google.ads.googleads.v18.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • removePrimaryStatusDetails

      public AdGroupAsset.Builder removePrimaryStatusDetails(int index)
       Output only. Provides the details of the primary status and its associated
       reasons.
       
      repeated .google.ads.googleads.v18.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getPrimaryStatusDetailsBuilder

      public AssetLinkPrimaryStatusDetails.Builder getPrimaryStatusDetailsBuilder(int index)
       Output only. Provides the details of the primary status and its associated
       reasons.
       
      repeated .google.ads.googleads.v18.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getPrimaryStatusDetailsOrBuilder

      public AssetLinkPrimaryStatusDetailsOrBuilder getPrimaryStatusDetailsOrBuilder(int index)
       Output only. Provides the details of the primary status and its associated
       reasons.
       
      repeated .google.ads.googleads.v18.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getPrimaryStatusDetailsOrBuilder in interface AdGroupAssetOrBuilder
    • getPrimaryStatusDetailsOrBuilderList

      public List<? extends AssetLinkPrimaryStatusDetailsOrBuilder> getPrimaryStatusDetailsOrBuilderList()
       Output only. Provides the details of the primary status and its associated
       reasons.
       
      repeated .google.ads.googleads.v18.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getPrimaryStatusDetailsOrBuilderList in interface AdGroupAssetOrBuilder
    • addPrimaryStatusDetailsBuilder

      public AssetLinkPrimaryStatusDetails.Builder addPrimaryStatusDetailsBuilder()
       Output only. Provides the details of the primary status and its associated
       reasons.
       
      repeated .google.ads.googleads.v18.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addPrimaryStatusDetailsBuilder

      public AssetLinkPrimaryStatusDetails.Builder addPrimaryStatusDetailsBuilder(int index)
       Output only. Provides the details of the primary status and its associated
       reasons.
       
      repeated .google.ads.googleads.v18.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getPrimaryStatusDetailsBuilderList

      public List<AssetLinkPrimaryStatusDetails.Builder> getPrimaryStatusDetailsBuilderList()
       Output only. Provides the details of the primary status and its associated
       reasons.
       
      repeated .google.ads.googleads.v18.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getPrimaryStatusReasonsList

       Output only. Provides a list of reasons for why an asset is not serving or
       not serving at full capacity.
       
      repeated .google.ads.googleads.v18.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getPrimaryStatusReasonsList in interface AdGroupAssetOrBuilder
      Returns:
      A list containing the primaryStatusReasons.
    • getPrimaryStatusReasonsCount

      public int getPrimaryStatusReasonsCount()
       Output only. Provides a list of reasons for why an asset is not serving or
       not serving at full capacity.
       
      repeated .google.ads.googleads.v18.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getPrimaryStatusReasonsCount in interface AdGroupAssetOrBuilder
      Returns:
      The count of primaryStatusReasons.
    • getPrimaryStatusReasons

      public AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason getPrimaryStatusReasons(int index)
       Output only. Provides a list of reasons for why an asset is not serving or
       not serving at full capacity.
       
      repeated .google.ads.googleads.v18.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getPrimaryStatusReasons in interface AdGroupAssetOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The primaryStatusReasons at the given index.
    • setPrimaryStatusReasons

      public AdGroupAsset.Builder setPrimaryStatusReasons(int index, AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason value)
       Output only. Provides a list of reasons for why an asset is not serving or
       not serving at full capacity.
       
      repeated .google.ads.googleads.v18.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      index - The index to set the value at.
      value - The primaryStatusReasons to set.
      Returns:
      This builder for chaining.
    • addPrimaryStatusReasons

       Output only. Provides a list of reasons for why an asset is not serving or
       not serving at full capacity.
       
      repeated .google.ads.googleads.v18.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The primaryStatusReasons to add.
      Returns:
      This builder for chaining.
    • addAllPrimaryStatusReasons

       Output only. Provides a list of reasons for why an asset is not serving or
       not serving at full capacity.
       
      repeated .google.ads.googleads.v18.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      values - The primaryStatusReasons to add.
      Returns:
      This builder for chaining.
    • clearPrimaryStatusReasons

      public AdGroupAsset.Builder clearPrimaryStatusReasons()
       Output only. Provides a list of reasons for why an asset is not serving or
       not serving at full capacity.
       
      repeated .google.ads.googleads.v18.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • getPrimaryStatusReasonsValueList

      public List<Integer> getPrimaryStatusReasonsValueList()
       Output only. Provides a list of reasons for why an asset is not serving or
       not serving at full capacity.
       
      repeated .google.ads.googleads.v18.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getPrimaryStatusReasonsValueList in interface AdGroupAssetOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for primaryStatusReasons.
    • getPrimaryStatusReasonsValue

      public int getPrimaryStatusReasonsValue(int index)
       Output only. Provides a list of reasons for why an asset is not serving or
       not serving at full capacity.
       
      repeated .google.ads.googleads.v18.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getPrimaryStatusReasonsValue in interface AdGroupAssetOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of primaryStatusReasons at the given index.
    • setPrimaryStatusReasonsValue

      public AdGroupAsset.Builder setPrimaryStatusReasonsValue(int index, int value)
       Output only. Provides a list of reasons for why an asset is not serving or
       not serving at full capacity.
       
      repeated .google.ads.googleads.v18.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for primaryStatusReasons to set.
      Returns:
      This builder for chaining.
    • addPrimaryStatusReasonsValue

      public AdGroupAsset.Builder addPrimaryStatusReasonsValue(int value)
       Output only. Provides a list of reasons for why an asset is not serving or
       not serving at full capacity.
       
      repeated .google.ads.googleads.v18.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The enum numeric value on the wire for primaryStatusReasons to add.
      Returns:
      This builder for chaining.
    • addAllPrimaryStatusReasonsValue

      public AdGroupAsset.Builder addAllPrimaryStatusReasonsValue(Iterable<Integer> values)
       Output only. Provides a list of reasons for why an asset is not serving or
       not serving at full capacity.
       
      repeated .google.ads.googleads.v18.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      values - The enum numeric values on the wire for primaryStatusReasons to add.
      Returns:
      This builder for chaining.
    • setUnknownFields

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

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