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 Summary
Modifier and TypeMethodDescriptiongetChains(int index) Required.intRequired.Required.getChainsOrBuilder(int index) Required.List<? extends ChainFilterOrBuilder>Required.Required.intRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
ChainRelationshipTypeEnum.ChainRelationshipType 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
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
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];
-