public interface CreateAudienceExportRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAudienceExport()
public abstract AudienceExport getAudienceExport()Required. The audience export to create.
.google.analytics.data.v1beta.AudienceExport audience_export = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AudienceExport |
The audienceExport. |
getAudienceExportOrBuilder()
public abstract AudienceExportOrBuilder getAudienceExportOrBuilder()Required. The audience export to create.
.google.analytics.data.v1beta.AudienceExport audience_export = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AudienceExportOrBuilder |
|
getParent()
public abstract String getParent() Required. The parent resource where this audience export will be created.
Format: properties/{property}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The parent resource where this audience export will be created.
Format: properties/{property}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasAudienceExport()
public abstract boolean hasAudienceExport()Required. The audience export to create.
.google.analytics.data.v1beta.AudienceExport audience_export = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the audienceExport field is set. |