public interface CreateTeamRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The parent resource where this Team will be created.
Format: networks/{network_code}
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 Team will be created.
Format: networks/{network_code}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getTeam()
public abstract Team getTeam() Required. The Team to create.
.google.ads.admanager.v1.Team team = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Team |
The team. |
getTeamOrBuilder()
public abstract TeamOrBuilder getTeamOrBuilder() Required. The Team to create.
.google.ads.admanager.v1.Team team = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TeamOrBuilder |
|
hasTeam()
public abstract boolean hasTeam() Required. The Team to create.
.google.ads.admanager.v1.Team team = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the team field is set. |