Interface ShareablePreviewOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ShareablePreview, ShareablePreview.Builder

public interface ShareablePreviewOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    Required.
    boolean
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

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

    • hasAssetGroupIdentifier

      boolean hasAssetGroupIdentifier()
       Required. Asset group of the shareable preview.
       
      .google.ads.googleads.v18.services.AssetGroupIdentifier asset_group_identifier = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the assetGroupIdentifier field is set.
    • getAssetGroupIdentifier

      AssetGroupIdentifier getAssetGroupIdentifier()
       Required. Asset group of the shareable preview.
       
      .google.ads.googleads.v18.services.AssetGroupIdentifier asset_group_identifier = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The assetGroupIdentifier.
    • getAssetGroupIdentifierOrBuilder

      AssetGroupIdentifierOrBuilder getAssetGroupIdentifierOrBuilder()
       Required. Asset group of the shareable preview.
       
      .google.ads.googleads.v18.services.AssetGroupIdentifier asset_group_identifier = 1 [(.google.api.field_behavior) = REQUIRED];