public interface UpdateSlateRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSlate()
public abstract Slate getSlate() Required. The Slate to update.
The Slate's name is used to identify the Slate to update.
.google.ads.admanager.v1.Slate slate = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Slate |
The slate. |
getSlateOrBuilder()
public abstract SlateOrBuilder getSlateOrBuilder() Required. The Slate to update.
The Slate's name is used to identify the Slate to update.
.google.ads.admanager.v1.Slate slate = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SlateOrBuilder |
|
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 |
|
hasSlate()
public abstract boolean hasSlate() Required. The Slate to update.
The Slate's name is used to identify the Slate to update.
.google.ads.admanager.v1.Slate slate = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the slate 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. |