Interface Recommendation.AccountInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Recommendation.AccountInfo, Recommendation.AccountInfo.Builder
Enclosing class:
Recommendation

public static interface Recommendation.AccountInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.

    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

    • getCustomerId

      long getCustomerId()
       Output only. The customer ID of the account.
       
      int64 customer_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The customerId.
    • getDescriptiveName

      String getDescriptiveName()
       Output only. The descriptive name of the account.
       
      string descriptive_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The descriptiveName.
    • getDescriptiveNameBytes

      com.google.protobuf.ByteString getDescriptiveNameBytes()
       Output only. The descriptive name of the account.
       
      string descriptive_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for descriptiveName.