Interface CustomAffinityInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomAffinityInfo,CustomAffinityInfo.Builder
public interface CustomAffinityInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe CustomInterest resource name.com.google.protobuf.ByteStringThe CustomInterest resource name.booleanThe CustomInterest resource name.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
-
hasCustomAffinity
boolean hasCustomAffinity()The CustomInterest resource name.
optional string custom_affinity = 2;- Returns:
- Whether the customAffinity field is set.
-
getCustomAffinity
String getCustomAffinity()The CustomInterest resource name.
optional string custom_affinity = 2;- Returns:
- The customAffinity.
-
getCustomAffinityBytes
com.google.protobuf.ByteString getCustomAffinityBytes()The CustomInterest resource name.
optional string custom_affinity = 2;- Returns:
- The bytes for customAffinity.
-