Interface HotelCenterLinkInvitationIdentifierOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
HotelCenterLinkInvitationIdentifier, HotelCenterLinkInvitationIdentifier.Builder

public interface HotelCenterLinkInvitationIdentifierOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    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

    • getHotelCenterId

      long getHotelCenterId()
       Output only. The hotel center id of the hotel account.
       This field is read only
       
      int64 hotel_center_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The hotelCenterId.