Interface ConversionAction.FirebaseSettingsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConversionAction.FirebaseSettings,ConversionAction.FirebaseSettings.Builder
- Enclosing class:
- ConversionAction
public static interface ConversionAction.FirebaseSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.longOutput only.Output only.com.google.protobuf.ByteStringOutput only.booleanOutput only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasEventName
boolean hasEventName()Output only. The event name of a Firebase conversion.
optional string event_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the eventName field is set.
-
getEventName
String getEventName()Output only. The event name of a Firebase conversion.
optional string event_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The eventName.
-
getEventNameBytes
com.google.protobuf.ByteString getEventNameBytes()Output only. The event name of a Firebase conversion.
optional string event_name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for eventName.
-
hasProjectId
boolean hasProjectId()Output only. The Firebase project ID of the conversion.
optional string project_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the projectId field is set.
-
getProjectId
String getProjectId()Output only. The Firebase project ID of the conversion.
optional string project_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()Output only. The Firebase project ID of the conversion.
optional string project_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for projectId.
-
getPropertyId
long getPropertyId()Output only. The GA property ID of the conversion.
int64 property_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The propertyId.
-
getPropertyName
String getPropertyName()Output only. The GA property name of the conversion.
string property_name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The propertyName.
-
getPropertyNameBytes
com.google.protobuf.ByteString getPropertyNameBytes()Output only. The GA property name of the conversion.
string property_name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for propertyName.
-