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
Modifier and TypeMethodDescriptiongetConversionActions(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.intConversion actions that the custom conversion goal makes biddable.Conversion actions that the custom conversion goal makes biddable.longgetId()Immutable.getName()The name for this custom conversion goal.com.google.protobuf.ByteStringThe name for this custom conversion goal.Immutable.com.google.protobuf.ByteStringImmutable.The status of the custom conversion goal.intThe status of the custom conversion goal.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
-
getResourceName
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
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
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
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.v18.enums.CustomConversionGoalStatusEnum.CustomConversionGoalStatus status = 5;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
The status of the custom conversion goal.
.google.ads.googleads.v18.enums.CustomConversionGoalStatusEnum.CustomConversionGoalStatus status = 5;- Returns:
- The status.
-