Interface Campaign.TravelCampaignSettingsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getTravelAccountId()
      Immutable.
      boolean hasTravelAccountId()
      Immutable.
      • 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

      • hasTravelAccountId

        boolean hasTravelAccountId()
         Immutable. The Travel account ID associated with the Travel campaign.
         
        optional int64 travel_account_id = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        Whether the travelAccountId field is set.
      • getTravelAccountId

        long getTravelAccountId()
         Immutable. The Travel account ID associated with the Travel campaign.
         
        optional int64 travel_account_id = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The travelAccountId.