Interface SectionItemOrBuilder (0.55.0)

public interface SectionItemOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getItemCase()

public abstract SectionItem.ItemCase getItemCase()
Returns
Type Description
SectionItem.ItemCase

getName()

public abstract String getName()

Identifier. The resource name of the section item.

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

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The resource name of the section item.

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

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getSpace()

public abstract String getSpace()

Optional. The space resource name.

Format: spaces/{space}

string space = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The space.

getSpaceBytes()

public abstract ByteString getSpaceBytes()

Optional. The space resource name.

Format: spaces/{space}

string space = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for space.

hasSpace()

public abstract boolean hasSpace()

Optional. The space resource name.

Format: spaces/{space}

string space = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
boolean

Whether the space field is set.