Interface ChainSetOrBuilder

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

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

    • getRelationshipTypeValue

      int getRelationshipTypeValue()
       Required. Immutable. Relationship type the specified chains have with this
       advertiser.
       
      .google.ads.googleads.v18.enums.ChainRelationshipTypeEnum.ChainRelationshipType relationship_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The enum numeric value on the wire for relationshipType.
    • getRelationshipType

       Required. Immutable. Relationship type the specified chains have with this
       advertiser.
       
      .google.ads.googleads.v18.enums.ChainRelationshipTypeEnum.ChainRelationshipType relationship_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The relationshipType.
    • getChainsList

      List<ChainFilter> getChainsList()
       Required. A list of chain level filters, all filters are OR'ed together.
       
      repeated .google.ads.googleads.v18.common.ChainFilter chains = 2 [(.google.api.field_behavior) = REQUIRED];
    • getChains

      ChainFilter getChains(int index)
       Required. A list of chain level filters, all filters are OR'ed together.
       
      repeated .google.ads.googleads.v18.common.ChainFilter chains = 2 [(.google.api.field_behavior) = REQUIRED];
    • getChainsCount

      int getChainsCount()
       Required. A list of chain level filters, all filters are OR'ed together.
       
      repeated .google.ads.googleads.v18.common.ChainFilter chains = 2 [(.google.api.field_behavior) = REQUIRED];
    • getChainsOrBuilderList

      List<? extends ChainFilterOrBuilder> getChainsOrBuilderList()
       Required. A list of chain level filters, all filters are OR'ed together.
       
      repeated .google.ads.googleads.v18.common.ChainFilter chains = 2 [(.google.api.field_behavior) = REQUIRED];
    • getChainsOrBuilder

      ChainFilterOrBuilder getChainsOrBuilder(int index)
       Required. A list of chain level filters, all filters are OR'ed together.
       
      repeated .google.ads.googleads.v18.common.ChainFilter chains = 2 [(.google.api.field_behavior) = REQUIRED];