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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCustomAffinity()
      The CustomInterest resource name.
      com.google.protobuf.ByteString getCustomAffinityBytes()
      The CustomInterest resource name.
      boolean hasCustomAffinity()
      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 Detail

      • hasCustomAffinity

        boolean hasCustomAffinity()
         The CustomInterest resource name.
         
        optional string custom_affinity = 2;
        Returns:
        Whether the customAffinity field is set.
      • getCustomAffinity

        java.lang.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.