com.google.ads.googleads.v17.common.ChainSetOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/common/asset_set_types.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface ChainSetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.ChainSet)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. Immutable. Relationship type the specified chains have with this
* advertiser.
*
*
* .google.ads.googleads.v17.enums.ChainRelationshipTypeEnum.ChainRelationshipType relationship_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for relationshipType.
*/
int getRelationshipTypeValue();
/**
*
* Required. Immutable. Relationship type the specified chains have with this
* advertiser.
*
*
* .google.ads.googleads.v17.enums.ChainRelationshipTypeEnum.ChainRelationshipType relationship_type = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
* @return The relationshipType.
*/
com.google.ads.googleads.v17.enums.ChainRelationshipTypeEnum.ChainRelationshipType getRelationshipType();
/**
*
* Required. A list of chain level filters, all filters are OR'ed together.
*
*
* repeated .google.ads.googleads.v17.common.ChainFilter chains = 2 [(.google.api.field_behavior) = REQUIRED];
*/
java.util.List
getChainsList();
/**
*
* Required. A list of chain level filters, all filters are OR'ed together.
*
*
* repeated .google.ads.googleads.v17.common.ChainFilter chains = 2 [(.google.api.field_behavior) = REQUIRED];
*/
com.google.ads.googleads.v17.common.ChainFilter getChains(int index);
/**
*
* Required. A list of chain level filters, all filters are OR'ed together.
*
*
* repeated .google.ads.googleads.v17.common.ChainFilter chains = 2 [(.google.api.field_behavior) = REQUIRED];
*/
int getChainsCount();
/**
*
* Required. A list of chain level filters, all filters are OR'ed together.
*
*
* repeated .google.ads.googleads.v17.common.ChainFilter chains = 2 [(.google.api.field_behavior) = REQUIRED];
*/
java.util.List extends com.google.ads.googleads.v17.common.ChainFilterOrBuilder>
getChainsOrBuilderList();
/**
*
* Required. A list of chain level filters, all filters are OR'ed together.
*
*
* repeated .google.ads.googleads.v17.common.ChainFilter chains = 2 [(.google.api.field_behavior) = REQUIRED];
*/
com.google.ads.googleads.v17.common.ChainFilterOrBuilder getChainsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy