Interface Campaign.TravelCampaignSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Campaign.TravelCampaignSettings,Campaign.TravelCampaignSettings.Builder
- Enclosing class:
- Campaign
public static interface Campaign.TravelCampaignSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetTravelAccountId()Immutable.booleanhasTravelAccountId()Immutable.-
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.
-
-