Interface SessionAttributesKeyValuePairsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SessionAttributesKeyValuePairs,SessionAttributesKeyValuePairs.Builder
public interface SessionAttributesKeyValuePairsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKeyValuePairs(int index) Required.intRequired.Required.getKeyValuePairsOrBuilder(int index) Required.List<? extends SessionAttributeKeyValuePairOrBuilder>Required.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
-
getKeyValuePairsList
List<SessionAttributeKeyValuePair> getKeyValuePairsList()Required. The session attributes for the conversion.
repeated .google.ads.googleads.v20.services.SessionAttributeKeyValuePair key_value_pairs = 1 [(.google.api.field_behavior) = REQUIRED]; -
getKeyValuePairs
Required. The session attributes for the conversion.
repeated .google.ads.googleads.v20.services.SessionAttributeKeyValuePair key_value_pairs = 1 [(.google.api.field_behavior) = REQUIRED]; -
getKeyValuePairsCount
int getKeyValuePairsCount()Required. The session attributes for the conversion.
repeated .google.ads.googleads.v20.services.SessionAttributeKeyValuePair key_value_pairs = 1 [(.google.api.field_behavior) = REQUIRED]; -
getKeyValuePairsOrBuilderList
List<? extends SessionAttributeKeyValuePairOrBuilder> getKeyValuePairsOrBuilderList()Required. The session attributes for the conversion.
repeated .google.ads.googleads.v20.services.SessionAttributeKeyValuePair key_value_pairs = 1 [(.google.api.field_behavior) = REQUIRED]; -
getKeyValuePairsOrBuilder
Required. The session attributes for the conversion.
repeated .google.ads.googleads.v20.services.SessionAttributeKeyValuePair key_value_pairs = 1 [(.google.api.field_behavior) = REQUIRED];
-