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 Type
    Method
    Description
    The CustomInterest resource name.
    com.google.protobuf.ByteString
    The CustomInterest resource name.
    boolean
    The CustomInterest resource name.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.