Interface EnablePMaxBrandGuidelinesRequestOrBuilder

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

public interface EnablePMaxBrandGuidelinesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCustomerId

      String getCustomerId()
       Required. The ID of the customer whose campaigns are being enabled.
       
      string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The customerId.
    • getCustomerIdBytes

      com.google.protobuf.ByteString getCustomerIdBytes()
       Required. The ID of the customer whose campaigns are being enabled.
       
      string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for customerId.
    • getOperationsList

      List<EnableOperation> getOperationsList()
       Required. The list of individual campaign operations. A maximum of 10
       enable operations can be executed in a request.
       
      repeated .google.ads.googleads.v19.services.EnableOperation operations = 2 [(.google.api.field_behavior) = REQUIRED];
    • getOperations

      EnableOperation getOperations(int index)
       Required. The list of individual campaign operations. A maximum of 10
       enable operations can be executed in a request.
       
      repeated .google.ads.googleads.v19.services.EnableOperation operations = 2 [(.google.api.field_behavior) = REQUIRED];
    • getOperationsCount

      int getOperationsCount()
       Required. The list of individual campaign operations. A maximum of 10
       enable operations can be executed in a request.
       
      repeated .google.ads.googleads.v19.services.EnableOperation operations = 2 [(.google.api.field_behavior) = REQUIRED];
    • getOperationsOrBuilderList

      List<? extends EnableOperationOrBuilder> getOperationsOrBuilderList()
       Required. The list of individual campaign operations. A maximum of 10
       enable operations can be executed in a request.
       
      repeated .google.ads.googleads.v19.services.EnableOperation operations = 2 [(.google.api.field_behavior) = REQUIRED];
    • getOperationsOrBuilder

      EnableOperationOrBuilder getOperationsOrBuilder(int index)
       Required. The list of individual campaign operations. A maximum of 10
       enable operations can be executed in a request.
       
      repeated .google.ads.googleads.v19.services.EnableOperation operations = 2 [(.google.api.field_behavior) = REQUIRED];