Interface MoveSectionItemRequestOrBuilder (0.55.0)

public interface MoveSectionItemRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The resource name of the section item to move.

Format: users/{user}/sections/{section}/items/{item}

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

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The resource name of the section item to move.

Format: users/{user}/sections/{section}/items/{item}

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

Returns
Type Description
ByteString

The bytes for name.

getTargetSection()

public abstract String getTargetSection()

Required. The resource name of the section to move the section item to.

Format: users/{user}/sections/{section}

string target_section = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The targetSection.

getTargetSectionBytes()

public abstract ByteString getTargetSectionBytes()

Required. The resource name of the section to move the section item to.

Format: users/{user}/sections/{section}

string target_section = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for targetSection.