public static final class UpdateTeamRequest.Builder extends GeneratedMessage.Builder<UpdateTeamRequest.Builder> implements UpdateTeamRequestOrBuilder Request object for UpdateTeam method.
Protobuf type google.ads.admanager.v1.UpdateTeamRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateTeamRequest.BuilderImplements
UpdateTeamRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateTeamRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateTeamRequest |
|
buildPartial()
public UpdateTeamRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateTeamRequest |
|
clear()
public UpdateTeamRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateTeamRequest.Builder |
|
clearTeam()
public UpdateTeamRequest.Builder clearTeam() Required. The Team to update.
The Team's name is used to identify the Team to update.
.google.ads.admanager.v1.Team team = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateTeamRequest.Builder |
|
clearUpdateMask()
public UpdateTeamRequest.Builder clearUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateTeamRequest.Builder |
|
getDefaultInstanceForType()
public UpdateTeamRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateTeamRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getTeam()
public Team getTeam() Required. The Team to update.
The Team's name is used to identify the Team to update.
.google.ads.admanager.v1.Team team = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Team |
The team. |
getTeamBuilder()
public Team.Builder getTeamBuilder() Required. The Team to update.
The Team's name is used to identify the Team to update.
.google.ads.admanager.v1.Team team = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Team.Builder |
|
getTeamOrBuilder()
public TeamOrBuilder getTeamOrBuilder() Required. The Team to update.
The Team's name is used to identify the Team to update.
.google.ads.admanager.v1.Team team = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TeamOrBuilder |
|
getUpdateMask()
public FieldMask getUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasTeam()
public boolean hasTeam() Required. The Team to update.
The Team's name is used to identify the Team to update.
.google.ads.admanager.v1.Team team = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the team field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdateTeamRequest other)
public UpdateTeamRequest.Builder mergeFrom(UpdateTeamRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateTeamRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateTeamRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateTeamRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateTeamRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateTeamRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateTeamRequest.Builder |
|
mergeTeam(Team value)
public UpdateTeamRequest.Builder mergeTeam(Team value) Required. The Team to update.
The Team's name is used to identify the Team to update.
.google.ads.admanager.v1.Team team = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Team |
| Returns | |
|---|---|
| Type | Description |
UpdateTeamRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateTeamRequest.Builder mergeUpdateMask(FieldMask value)Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateTeamRequest.Builder |
|
setTeam(Team value)
public UpdateTeamRequest.Builder setTeam(Team value) Required. The Team to update.
The Team's name is used to identify the Team to update.
.google.ads.admanager.v1.Team team = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Team |
| Returns | |
|---|---|
| Type | Description |
UpdateTeamRequest.Builder |
|
setTeam(Team.Builder builderForValue)
public UpdateTeamRequest.Builder setTeam(Team.Builder builderForValue) Required. The Team to update.
The Team's name is used to identify the Team to update.
.google.ads.admanager.v1.Team team = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Team.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateTeamRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateTeamRequest.Builder setUpdateMask(FieldMask value)Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateTeamRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateTeamRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateTeamRequest.Builder |
|