Interface AssetFieldTypePolicySummaryOrBuilder

    • Method Detail

      • hasAssetFieldType

        boolean hasAssetFieldType()
         Output only. FieldType of this asset.
         
        optional .google.ads.googleads.v14.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the assetFieldType field is set.
      • getAssetFieldTypeValue

        int getAssetFieldTypeValue()
         Output only. FieldType of this asset.
         
        optional .google.ads.googleads.v14.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for assetFieldType.
      • getAssetFieldType

        AssetFieldTypeEnum.AssetFieldType getAssetFieldType()
         Output only. FieldType of this asset.
         
        optional .google.ads.googleads.v14.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The assetFieldType.
      • hasAssetSource

        boolean hasAssetSource()
         Output only. Source of this asset.
         
        optional .google.ads.googleads.v14.enums.AssetSourceEnum.AssetSource asset_source = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the assetSource field is set.
      • getAssetSourceValue

        int getAssetSourceValue()
         Output only. Source of this asset.
         
        optional .google.ads.googleads.v14.enums.AssetSourceEnum.AssetSource asset_source = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for assetSource.
      • getAssetSource

        AssetSourceEnum.AssetSource getAssetSource()
         Output only. Source of this asset.
         
        optional .google.ads.googleads.v14.enums.AssetSourceEnum.AssetSource asset_source = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The assetSource.
      • hasPolicySummaryInfo

        boolean hasPolicySummaryInfo()
         Output only. Policy summary.
         
        optional .google.ads.googleads.v14.resources.AssetPolicySummary policy_summary_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the policySummaryInfo field is set.
      • getPolicySummaryInfo

        AssetPolicySummary getPolicySummaryInfo()
         Output only. Policy summary.
         
        optional .google.ads.googleads.v14.resources.AssetPolicySummary policy_summary_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The policySummaryInfo.
      • getPolicySummaryInfoOrBuilder

        AssetPolicySummaryOrBuilder getPolicySummaryInfoOrBuilder()
         Output only. Policy summary.
         
        optional .google.ads.googleads.v14.resources.AssetPolicySummary policy_summary_info = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];