public interface CreateChannelGroupRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChannelGroup()
public abstract ChannelGroup getChannelGroup()Required. The ChannelGroup to create.
.google.analytics.admin.v1alpha.ChannelGroup channel_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ChannelGroup |
The channelGroup. |
getChannelGroupOrBuilder()
public abstract ChannelGroupOrBuilder getChannelGroupOrBuilder()Required. The ChannelGroup to create.
.google.analytics.admin.v1alpha.ChannelGroup channel_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ChannelGroupOrBuilder |
|
getParent()
public abstract String getParent()Required. The property for which to create a ChannelGroup. 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. The property for which to create a ChannelGroup. Example format: properties/1234
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasChannelGroup()
public abstract boolean hasChannelGroup()Required. The ChannelGroup to create.
.google.analytics.admin.v1alpha.ChannelGroup channel_group = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the channelGroup field is set. |