Interface UpdateSectionRequestOrBuilder (0.55.0)

public interface UpdateSectionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSection()

public abstract Section getSection()

Required. The section to update.

.google.chat.v1.Section section = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Section

The section.

getSectionOrBuilder()

public abstract SectionOrBuilder getSectionOrBuilder()

Required. The section to update.

.google.chat.v1.Section section = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SectionOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. The mask to specify which fields to update.

Currently supported field paths:

  • display_name

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

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. The mask to specify which fields to update.

Currently supported field paths:

  • display_name

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

Returns
Type Description
FieldMaskOrBuilder

hasSection()

public abstract boolean hasSection()

Required. The section to update.

.google.chat.v1.Section section = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the section field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. The mask to specify which fields to update.

Currently supported field paths:

  • display_name

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

Returns
Type Description
boolean

Whether the updateMask field is set.