Interface VideoCustomerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VideoCustomer,VideoCustomer.Builder
public interface VideoCustomerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThird Party integration partners.Third Party integration partners.booleanThird Party integration partners.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
-
hasThirdPartyIntegrationPartners
boolean hasThirdPartyIntegrationPartners()Third Party integration partners.
.google.ads.googleads.v21.common.CustomerThirdPartyIntegrationPartners third_party_integration_partners = 1;- Returns:
- Whether the thirdPartyIntegrationPartners field is set.
-
getThirdPartyIntegrationPartners
CustomerThirdPartyIntegrationPartners getThirdPartyIntegrationPartners()Third Party integration partners.
.google.ads.googleads.v21.common.CustomerThirdPartyIntegrationPartners third_party_integration_partners = 1;- Returns:
- The thirdPartyIntegrationPartners.
-
getThirdPartyIntegrationPartnersOrBuilder
CustomerThirdPartyIntegrationPartnersOrBuilder getThirdPartyIntegrationPartnersOrBuilder()Third Party integration partners.
.google.ads.googleads.v21.common.CustomerThirdPartyIntegrationPartners third_party_integration_partners = 1;
-