Interface UpdateTeamRequestOrBuilder (0.39.0)

public interface UpdateTeamRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTeam()

public abstract 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.

getTeamOrBuilder()

public abstract 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 abstract 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.

getUpdateMaskOrBuilder()

public abstract 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 abstract 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 abstract 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.