public interface CreateAudienceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAudience()
public abstract Audience getAudience()Required. The audience to create.
.google.analytics.admin.v1alpha.Audience audience = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Audience |
The audience. |
getAudienceOrBuilder()
public abstract AudienceOrBuilder getAudienceOrBuilder()Required. The audience to create.
.google.analytics.admin.v1alpha.Audience audience = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AudienceOrBuilder |
|
getParent()
public abstract String getParent()Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasAudience()
public abstract boolean hasAudience()Required. The audience to create.
.google.analytics.admin.v1alpha.Audience audience = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the audience field is set. |