Interface UpdateApplicationRequestOrBuilder (0.52.0)

public interface UpdateApplicationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApplication()

public abstract Application getApplication()

Required. The Application to update.

The Application's name is used to identify the Application to update.

.google.ads.admanager.v1.Application application = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Application

The application.

getApplicationOrBuilder()

public abstract ApplicationOrBuilder getApplicationOrBuilder()

Required. The Application to update.

The Application's name is used to identify the Application to update.

.google.ads.admanager.v1.Application application = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ApplicationOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

hasApplication()

public abstract boolean hasApplication()

Required. The Application to update.

The Application's name is used to identify the Application to update.

.google.ads.admanager.v1.Application application = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the application field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.