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 Detail

      • getRelationshipTypeValue

        int getRelationshipTypeValue()
         Required. Immutable. Relationship type the specified chains have with this
         advertiser.
         
        .google.ads.googleads.v13.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

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

        java.util.List<ChainFilter> getChainsList()
         Required. A list of chain level filters, all filters are OR'ed together.
         
        repeated .google.ads.googleads.v13.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.v13.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.v13.common.ChainFilter chains = 2 [(.google.api.field_behavior) = REQUIRED];
      • getChainsOrBuilderList

        java.util.List<? extends ChainFilterOrBuilder> getChainsOrBuilderList()
         Required. A list of chain level filters, all filters are OR'ed together.
         
        repeated .google.ads.googleads.v13.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.v13.common.ChainFilter chains = 2 [(.google.api.field_behavior) = REQUIRED];