Class Space.Builder (0.9.0)

public static final class Space.Builder extends GeneratedMessageV3.Builder<Space.Builder> implements SpaceOrBuilder

A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app.

Protobuf type google.chat.v1.Space

Implements

SpaceOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Space.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Space.Builder
Overrides

build()

public Space build()
Returns
Type Description
Space

buildPartial()

public Space buildPartial()
Returns
Type Description
Space

clear()

public Space.Builder clear()
Returns
Type Description
Space.Builder
Overrides

clearAdminInstalled()

public Space.Builder clearAdminInstalled()

Output only. For direct message (DM) spaces with a Chat app, whether the space was created by a Google Workspace administrator. Administrators can install and set up a direct message with a Chat app on behalf of users in their organization.

To support admin install, your Chat app must feature direct messaging.

bool admin_installed = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Space.Builder

This builder for chaining.

clearCreateTime()

public Space.Builder clearCreateTime()

Optional. Immutable. For spaces created in Chat, the time the space was created. This field is output only, except when used in import mode spaces.

For import mode spaces, set this field to the historical timestamp at which the space was created in the source in order to preserve the original creation time.

Only populated in the output when spaceType is GROUP_CHAT or SPACE.

.google.protobuf.Timestamp create_time = 17 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Space.Builder

clearDisplayName()

public Space.Builder clearDisplayName()

The space's display name. Required when creating a space. If you receive the error message ALREADY_EXISTS when creating a space or updating the displayName, try a different displayName. An existing space within the Google Workspace organization might already use this display name.

For direct messages, this field might be empty.

Supports up to 128 characters.

string display_name = 3;

Returns
Type Description
Space.Builder

This builder for chaining.

clearExternalUserAllowed()

public Space.Builder clearExternalUserAllowed()

Immutable. Whether this space permits any Google Chat user as a member. Input when creating a space in a Google Workspace organization. Omit this field when creating spaces in the following conditions:

  • The authenticated user uses a consumer account (unmanaged user account). By default, a space created by a consumer account permits any Google Chat user.

  • The space is used to import data to Google Chat because import mode spaces must only permit members from the same Google Workspace organization. However, as part of the Google Workspace Developer Preview Program, import mode spaces can permit any Google Chat user so this field can then be set for import mode spaces.

    For existing spaces, this field is output only.

bool external_user_allowed = 8 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
Space.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Space.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Space.Builder
Overrides

clearImportMode()

public Space.Builder clearImportMode()

Optional. Whether this space is created in Import Mode as part of a data migration into Google Workspace. While spaces are being imported, they aren't visible to users until the import is complete.

bool import_mode = 16 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Space.Builder

This builder for chaining.

clearName()

public Space.Builder clearName()

Resource name of the space.

Format: spaces/{space}

string name = 1;

Returns
Type Description
Space.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Space.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Space.Builder
Overrides

clearSingleUserBotDm()

public Space.Builder clearSingleUserBotDm()

Optional. Whether the space is a DM between a Chat app and a single human.

bool single_user_bot_dm = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Space.Builder

This builder for chaining.

clearSpaceDetails()

public Space.Builder clearSpaceDetails()

Details about the space including description and rules.

.google.chat.v1.Space.SpaceDetails space_details = 11;

Returns
Type Description
Space.Builder

clearSpaceHistoryState()

public Space.Builder clearSpaceHistoryState()

The message history state for messages and threads in this space.

.google.chat.v1.HistoryState space_history_state = 13;

Returns
Type Description
Space.Builder

This builder for chaining.

clearSpaceThreadingState()

public Space.Builder clearSpaceThreadingState()

Output only. The threading state in the Chat space.

.google.chat.v1.Space.SpaceThreadingState space_threading_state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Space.Builder

This builder for chaining.

clearSpaceType()

public Space.Builder clearSpaceType()

The type of space. Required when creating a space or updating the space type of a space. Output only for other usage.

.google.chat.v1.Space.SpaceType space_type = 10;

Returns
Type Description
Space.Builder

This builder for chaining.

clearThreaded() (deprecated)

public Space.Builder clearThreaded()

Deprecated. google.chat.v1.Space.threaded is deprecated. See google/chat/v1/space.proto;l=124

Output only. Deprecated: Use spaceThreadingState instead. Whether messages are threaded in this space.

bool threaded = 5 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Space.Builder

This builder for chaining.

clearType() (deprecated)

public Space.Builder clearType()

Deprecated. google.chat.v1.Space.type is deprecated. See google/chat/v1/space.proto;l=112

Output only. Deprecated: Use space_type instead. The type of a space.

.google.chat.v1.Space.Type type = 2 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Space.Builder

This builder for chaining.

clone()

public Space.Builder clone()
Returns
Type Description
Space.Builder
Overrides

getAdminInstalled()

public boolean getAdminInstalled()

Output only. For direct message (DM) spaces with a Chat app, whether the space was created by a Google Workspace administrator. Administrators can install and set up a direct message with a Chat app on behalf of users in their organization.

To support admin install, your Chat app must feature direct messaging.

bool admin_installed = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The adminInstalled.

getCreateTime()

public Timestamp getCreateTime()

Optional. Immutable. For spaces created in Chat, the time the space was created. This field is output only, except when used in import mode spaces.

For import mode spaces, set this field to the historical timestamp at which the space was created in the source in order to preserve the original creation time.

Only populated in the output when spaceType is GROUP_CHAT or SPACE.

.google.protobuf.Timestamp create_time = 17 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Optional. Immutable. For spaces created in Chat, the time the space was created. This field is output only, except when used in import mode spaces.

For import mode spaces, set this field to the historical timestamp at which the space was created in the source in order to preserve the original creation time.

Only populated in the output when spaceType is GROUP_CHAT or SPACE.

.google.protobuf.Timestamp create_time = 17 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Optional. Immutable. For spaces created in Chat, the time the space was created. This field is output only, except when used in import mode spaces.

For import mode spaces, set this field to the historical timestamp at which the space was created in the source in order to preserve the original creation time.

Only populated in the output when spaceType is GROUP_CHAT or SPACE.

.google.protobuf.Timestamp create_time = 17 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public Space getDefaultInstanceForType()
Returns
Type Description
Space

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDisplayName()

public String getDisplayName()

The space's display name. Required when creating a space. If you receive the error message ALREADY_EXISTS when creating a space or updating the displayName, try a different displayName. An existing space within the Google Workspace organization might already use this display name.

For direct messages, this field might be empty.

Supports up to 128 characters.

string display_name = 3;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

The space's display name. Required when creating a space. If you receive the error message ALREADY_EXISTS when creating a space or updating the displayName, try a different displayName. An existing space within the Google Workspace organization might already use this display name.

For direct messages, this field might be empty.

Supports up to 128 characters.

string display_name = 3;

Returns
Type Description
ByteString

The bytes for displayName.

getExternalUserAllowed()

public boolean getExternalUserAllowed()

Immutable. Whether this space permits any Google Chat user as a member. Input when creating a space in a Google Workspace organization. Omit this field when creating spaces in the following conditions:

  • The authenticated user uses a consumer account (unmanaged user account). By default, a space created by a consumer account permits any Google Chat user.

  • The space is used to import data to Google Chat because import mode spaces must only permit members from the same Google Workspace organization. However, as part of the Google Workspace Developer Preview Program, import mode spaces can permit any Google Chat user so this field can then be set for import mode spaces.

    For existing spaces, this field is output only.

bool external_user_allowed = 8 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
boolean

The externalUserAllowed.

getImportMode()

public boolean getImportMode()

Optional. Whether this space is created in Import Mode as part of a data migration into Google Workspace. While spaces are being imported, they aren't visible to users until the import is complete.

bool import_mode = 16 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The importMode.

getName()

public String getName()

Resource name of the space.

Format: spaces/{space}

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Resource name of the space.

Format: spaces/{space}

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getSingleUserBotDm()

public boolean getSingleUserBotDm()

Optional. Whether the space is a DM between a Chat app and a single human.

bool single_user_bot_dm = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The singleUserBotDm.

getSpaceDetails()

public Space.SpaceDetails getSpaceDetails()

Details about the space including description and rules.

.google.chat.v1.Space.SpaceDetails space_details = 11;

Returns
Type Description
Space.SpaceDetails

The spaceDetails.

getSpaceDetailsBuilder()

public Space.SpaceDetails.Builder getSpaceDetailsBuilder()

Details about the space including description and rules.

.google.chat.v1.Space.SpaceDetails space_details = 11;

Returns
Type Description
Space.SpaceDetails.Builder

getSpaceDetailsOrBuilder()

public Space.SpaceDetailsOrBuilder getSpaceDetailsOrBuilder()

Details about the space including description and rules.

.google.chat.v1.Space.SpaceDetails space_details = 11;

Returns
Type Description
Space.SpaceDetailsOrBuilder

getSpaceHistoryState()

public HistoryState getSpaceHistoryState()

The message history state for messages and threads in this space.

.google.chat.v1.HistoryState space_history_state = 13;

Returns
Type Description
HistoryState

The spaceHistoryState.

getSpaceHistoryStateValue()

public int getSpaceHistoryStateValue()

The message history state for messages and threads in this space.

.google.chat.v1.HistoryState space_history_state = 13;

Returns
Type Description
int

The enum numeric value on the wire for spaceHistoryState.

getSpaceThreadingState()

public Space.SpaceThreadingState getSpaceThreadingState()

Output only. The threading state in the Chat space.

.google.chat.v1.Space.SpaceThreadingState space_threading_state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Space.SpaceThreadingState

The spaceThreadingState.

getSpaceThreadingStateValue()

public int getSpaceThreadingStateValue()

Output only. The threading state in the Chat space.

.google.chat.v1.Space.SpaceThreadingState space_threading_state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for spaceThreadingState.

getSpaceType()

public Space.SpaceType getSpaceType()

The type of space. Required when creating a space or updating the space type of a space. Output only for other usage.

.google.chat.v1.Space.SpaceType space_type = 10;

Returns
Type Description
Space.SpaceType

The spaceType.

getSpaceTypeValue()

public int getSpaceTypeValue()

The type of space. Required when creating a space or updating the space type of a space. Output only for other usage.

.google.chat.v1.Space.SpaceType space_type = 10;

Returns
Type Description
int

The enum numeric value on the wire for spaceType.

getThreaded() (deprecated)

public boolean getThreaded()

Deprecated. google.chat.v1.Space.threaded is deprecated. See google/chat/v1/space.proto;l=124

Output only. Deprecated: Use spaceThreadingState instead. Whether messages are threaded in this space.

bool threaded = 5 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The threaded.

getType() (deprecated)

public Space.Type getType()

Deprecated. google.chat.v1.Space.type is deprecated. See google/chat/v1/space.proto;l=112

Output only. Deprecated: Use space_type instead. The type of a space.

.google.chat.v1.Space.Type type = 2 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Space.Type

The type.

getTypeValue() (deprecated)

public int getTypeValue()

Deprecated. google.chat.v1.Space.type is deprecated. See google/chat/v1/space.proto;l=112

Output only. Deprecated: Use space_type instead. The type of a space.

.google.chat.v1.Space.Type type = 2 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for type.

hasCreateTime()

public boolean hasCreateTime()

Optional. Immutable. For spaces created in Chat, the time the space was created. This field is output only, except when used in import mode spaces.

For import mode spaces, set this field to the historical timestamp at which the space was created in the source in order to preserve the original creation time.

Only populated in the output when spaceType is GROUP_CHAT or SPACE.

.google.protobuf.Timestamp create_time = 17 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the createTime field is set.

hasSpaceDetails()

public boolean hasSpaceDetails()

Details about the space including description and rules.

.google.chat.v1.Space.SpaceDetails space_details = 11;

Returns
Type Description
boolean

Whether the spaceDetails field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCreateTime(Timestamp value)

public Space.Builder mergeCreateTime(Timestamp value)

Optional. Immutable. For spaces created in Chat, the time the space was created. This field is output only, except when used in import mode spaces.

For import mode spaces, set this field to the historical timestamp at which the space was created in the source in order to preserve the original creation time.

Only populated in the output when spaceType is GROUP_CHAT or SPACE.

.google.protobuf.Timestamp create_time = 17 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value Timestamp
Returns
Type Description
Space.Builder

mergeFrom(Space other)

public Space.Builder mergeFrom(Space other)
Parameter
Name Description
other Space
Returns
Type Description
Space.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Space.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Space.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Space.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Space.Builder
Overrides

mergeSpaceDetails(Space.SpaceDetails value)

public Space.Builder mergeSpaceDetails(Space.SpaceDetails value)

Details about the space including description and rules.

.google.chat.v1.Space.SpaceDetails space_details = 11;

Parameter
Name Description
value Space.SpaceDetails
Returns
Type Description
Space.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Space.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Space.Builder
Overrides

setAdminInstalled(boolean value)

public Space.Builder setAdminInstalled(boolean value)

Output only. For direct message (DM) spaces with a Chat app, whether the space was created by a Google Workspace administrator. Administrators can install and set up a direct message with a Chat app on behalf of users in their organization.

To support admin install, your Chat app must feature direct messaging.

bool admin_installed = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value boolean

The adminInstalled to set.

Returns
Type Description
Space.Builder

This builder for chaining.

setCreateTime(Timestamp value)

public Space.Builder setCreateTime(Timestamp value)

Optional. Immutable. For spaces created in Chat, the time the space was created. This field is output only, except when used in import mode spaces.

For import mode spaces, set this field to the historical timestamp at which the space was created in the source in order to preserve the original creation time.

Only populated in the output when spaceType is GROUP_CHAT or SPACE.

.google.protobuf.Timestamp create_time = 17 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value Timestamp
Returns
Type Description
Space.Builder

setCreateTime(Timestamp.Builder builderForValue)

public Space.Builder setCreateTime(Timestamp.Builder builderForValue)

Optional. Immutable. For spaces created in Chat, the time the space was created. This field is output only, except when used in import mode spaces.

For import mode spaces, set this field to the historical timestamp at which the space was created in the source in order to preserve the original creation time.

Only populated in the output when spaceType is GROUP_CHAT or SPACE.

.google.protobuf.Timestamp create_time = 17 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Space.Builder

setDisplayName(String value)

public Space.Builder setDisplayName(String value)

The space's display name. Required when creating a space. If you receive the error message ALREADY_EXISTS when creating a space or updating the displayName, try a different displayName. An existing space within the Google Workspace organization might already use this display name.

For direct messages, this field might be empty.

Supports up to 128 characters.

string display_name = 3;

Parameter
Name Description
value String

The displayName to set.

Returns
Type Description
Space.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public Space.Builder setDisplayNameBytes(ByteString value)

The space's display name. Required when creating a space. If you receive the error message ALREADY_EXISTS when creating a space or updating the displayName, try a different displayName. An existing space within the Google Workspace organization might already use this display name.

For direct messages, this field might be empty.

Supports up to 128 characters.

string display_name = 3;

Parameter
Name Description
value ByteString

The bytes for displayName to set.

Returns
Type Description
Space.Builder

This builder for chaining.

setExternalUserAllowed(boolean value)

public Space.Builder setExternalUserAllowed(boolean value)

Immutable. Whether this space permits any Google Chat user as a member. Input when creating a space in a Google Workspace organization. Omit this field when creating spaces in the following conditions:

  • The authenticated user uses a consumer account (unmanaged user account). By default, a space created by a consumer account permits any Google Chat user.

  • The space is used to import data to Google Chat because import mode spaces must only permit members from the same Google Workspace organization. However, as part of the Google Workspace Developer Preview Program, import mode spaces can permit any Google Chat user so this field can then be set for import mode spaces.

    For existing spaces, this field is output only.

bool external_user_allowed = 8 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
value boolean

The externalUserAllowed to set.

Returns
Type Description
Space.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Space.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Space.Builder
Overrides

setImportMode(boolean value)

public Space.Builder setImportMode(boolean value)

Optional. Whether this space is created in Import Mode as part of a data migration into Google Workspace. While spaces are being imported, they aren't visible to users until the import is complete.

bool import_mode = 16 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The importMode to set.

Returns
Type Description
Space.Builder

This builder for chaining.

setName(String value)

public Space.Builder setName(String value)

Resource name of the space.

Format: spaces/{space}

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
Space.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Space.Builder setNameBytes(ByteString value)

Resource name of the space.

Format: spaces/{space}

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
Space.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Space.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Space.Builder
Overrides

setSingleUserBotDm(boolean value)

public Space.Builder setSingleUserBotDm(boolean value)

Optional. Whether the space is a DM between a Chat app and a single human.

bool single_user_bot_dm = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The singleUserBotDm to set.

Returns
Type Description
Space.Builder

This builder for chaining.

setSpaceDetails(Space.SpaceDetails value)

public Space.Builder setSpaceDetails(Space.SpaceDetails value)

Details about the space including description and rules.

.google.chat.v1.Space.SpaceDetails space_details = 11;

Parameter
Name Description
value Space.SpaceDetails
Returns
Type Description
Space.Builder

setSpaceDetails(Space.SpaceDetails.Builder builderForValue)

public Space.Builder setSpaceDetails(Space.SpaceDetails.Builder builderForValue)

Details about the space including description and rules.

.google.chat.v1.Space.SpaceDetails space_details = 11;

Parameter
Name Description
builderForValue Space.SpaceDetails.Builder
Returns
Type Description
Space.Builder

setSpaceHistoryState(HistoryState value)

public Space.Builder setSpaceHistoryState(HistoryState value)

The message history state for messages and threads in this space.

.google.chat.v1.HistoryState space_history_state = 13;

Parameter
Name Description
value HistoryState

The spaceHistoryState to set.

Returns
Type Description
Space.Builder

This builder for chaining.

setSpaceHistoryStateValue(int value)

public Space.Builder setSpaceHistoryStateValue(int value)

The message history state for messages and threads in this space.

.google.chat.v1.HistoryState space_history_state = 13;

Parameter
Name Description
value int

The enum numeric value on the wire for spaceHistoryState to set.

Returns
Type Description
Space.Builder

This builder for chaining.

setSpaceThreadingState(Space.SpaceThreadingState value)

public Space.Builder setSpaceThreadingState(Space.SpaceThreadingState value)

Output only. The threading state in the Chat space.

.google.chat.v1.Space.SpaceThreadingState space_threading_state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Space.SpaceThreadingState

The spaceThreadingState to set.

Returns
Type Description
Space.Builder

This builder for chaining.

setSpaceThreadingStateValue(int value)

public Space.Builder setSpaceThreadingStateValue(int value)

Output only. The threading state in the Chat space.

.google.chat.v1.Space.SpaceThreadingState space_threading_state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value int

The enum numeric value on the wire for spaceThreadingState to set.

Returns
Type Description
Space.Builder

This builder for chaining.

setSpaceType(Space.SpaceType value)

public Space.Builder setSpaceType(Space.SpaceType value)

The type of space. Required when creating a space or updating the space type of a space. Output only for other usage.

.google.chat.v1.Space.SpaceType space_type = 10;

Parameter
Name Description
value Space.SpaceType

The spaceType to set.

Returns
Type Description
Space.Builder

This builder for chaining.

setSpaceTypeValue(int value)

public Space.Builder setSpaceTypeValue(int value)

The type of space. Required when creating a space or updating the space type of a space. Output only for other usage.

.google.chat.v1.Space.SpaceType space_type = 10;

Parameter
Name Description
value int

The enum numeric value on the wire for spaceType to set.

Returns
Type Description
Space.Builder

This builder for chaining.

setThreaded(boolean value) (deprecated)

public Space.Builder setThreaded(boolean value)

Deprecated. google.chat.v1.Space.threaded is deprecated. See google/chat/v1/space.proto;l=124

Output only. Deprecated: Use spaceThreadingState instead. Whether messages are threaded in this space.

bool threaded = 5 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value boolean

The threaded to set.

Returns
Type Description
Space.Builder

This builder for chaining.

setType(Space.Type value) (deprecated)

public Space.Builder setType(Space.Type value)

Deprecated. google.chat.v1.Space.type is deprecated. See google/chat/v1/space.proto;l=112

Output only. Deprecated: Use space_type instead. The type of a space.

.google.chat.v1.Space.Type type = 2 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Space.Type

The type to set.

Returns
Type Description
Space.Builder

This builder for chaining.

setTypeValue(int value) (deprecated)

public Space.Builder setTypeValue(int value)

Deprecated. google.chat.v1.Space.type is deprecated. See google/chat/v1/space.proto;l=112

Output only. Deprecated: Use space_type instead. The type of a space.

.google.chat.v1.Space.Type type = 2 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value int

The enum numeric value on the wire for type to set.

Returns
Type Description
Space.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Space.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Space.Builder
Overrides