Interface CreateSectionRequestOrBuilder (0.55.0)

public interface CreateSectionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent resource name where the section is created.

Format: users/{user}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource name where the section is created.

Format: users/{user}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getSection()

public abstract Section getSection()

Required. The section to create.

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

Returns
Type Description
Section

The section.

getSectionOrBuilder()

public abstract SectionOrBuilder getSectionOrBuilder()

Required. The section to create.

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

Returns
Type Description
SectionOrBuilder

hasSection()

public abstract boolean hasSection()

Required. The section to create.

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

Returns
Type Description
boolean

Whether the section field is set.