Interface CustomConversionGoalOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomConversionGoal,CustomConversionGoal.Builder
public interface CustomConversionGoalOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetConversionActions(int index)Conversion actions that the custom conversion goal makes biddable.com.google.protobuf.ByteStringgetConversionActionsBytes(int index)Conversion actions that the custom conversion goal makes biddable.intgetConversionActionsCount()Conversion actions that the custom conversion goal makes biddable.java.util.List<java.lang.String>getConversionActionsList()Conversion actions that the custom conversion goal makes biddable.longgetId()Immutable.java.lang.StringgetName()The name for this custom conversion goal.com.google.protobuf.ByteStringgetNameBytes()The name for this custom conversion goal.java.lang.StringgetResourceName()Immutable.com.google.protobuf.ByteStringgetResourceNameBytes()Immutable.CustomConversionGoalStatusEnum.CustomConversionGoalStatusgetStatus()The status of the custom conversion goal.intgetStatusValue()The status of the custom conversion goal.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
java.lang.String getResourceName()
Immutable. The resource name of the custom conversion goal. Custom conversion goal resource names have the form: `customers/{customer_id}/customConversionGoals/{goal_id}`string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
Immutable. The resource name of the custom conversion goal. Custom conversion goal resource names have the form: `customers/{customer_id}/customConversionGoals/{goal_id}`string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
getId
long getId()
Immutable. The ID for this custom conversion goal.
int64 id = 2 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- The id.
-
getName
java.lang.String getName()
The name for this custom conversion goal.
string name = 3;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name for this custom conversion goal.
string name = 3;- Returns:
- The bytes for name.
-
getConversionActionsList
java.util.List<java.lang.String> getConversionActionsList()
Conversion actions that the custom conversion goal makes biddable.
repeated string conversion_actions = 4 [(.google.api.resource_reference) = { ... }- Returns:
- A list containing the conversionActions.
-
getConversionActionsCount
int getConversionActionsCount()
Conversion actions that the custom conversion goal makes biddable.
repeated string conversion_actions = 4 [(.google.api.resource_reference) = { ... }- Returns:
- The count of conversionActions.
-
getConversionActions
java.lang.String getConversionActions(int index)
Conversion actions that the custom conversion goal makes biddable.
repeated string conversion_actions = 4 [(.google.api.resource_reference) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The conversionActions at the given index.
-
getConversionActionsBytes
com.google.protobuf.ByteString getConversionActionsBytes(int index)
Conversion actions that the custom conversion goal makes biddable.
repeated string conversion_actions = 4 [(.google.api.resource_reference) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the conversionActions at the given index.
-
getStatusValue
int getStatusValue()
The status of the custom conversion goal.
.google.ads.googleads.v10.enums.CustomConversionGoalStatusEnum.CustomConversionGoalStatus status = 5;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
CustomConversionGoalStatusEnum.CustomConversionGoalStatus getStatus()
The status of the custom conversion goal.
.google.ads.googleads.v10.enums.CustomConversionGoalStatusEnum.CustomConversionGoalStatus status = 5;- Returns:
- The status.
-
-