Interface CreateConversionEventRequestOrBuilder (0.51.0)

public interface CreateConversionEventRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversionEvent()

public abstract ConversionEvent getConversionEvent()

Required. The conversion event to create.

.google.analytics.admin.v1alpha.ConversionEvent conversion_event = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ConversionEvent

The conversionEvent.

getConversionEventOrBuilder()

public abstract ConversionEventOrBuilder getConversionEventOrBuilder()

Required. The conversion event to create.

.google.analytics.admin.v1alpha.ConversionEvent conversion_event = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ConversionEventOrBuilder

getParent()

public abstract String getParent()

Required. The resource name of the parent property where this conversion event will be created. Format: properties/123

string parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The resource name of the parent property where this conversion event will be created. Format: properties/123

string parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasConversionEvent()

public abstract boolean hasConversionEvent()

Required. The conversion event to create.

.google.analytics.admin.v1alpha.ConversionEvent conversion_event = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the conversionEvent field is set.