public final class SpaceUpdatedEventData extends GeneratedMessageV3 implements SpaceUpdatedEventDataOrBuilder
Event payload for an updated space.
Event type: google.workspace.chat.space.v1.updated
Protobuf type google.chat.v1.SpaceUpdatedEventData
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SpaceUpdatedEventDataImplements
SpaceUpdatedEventDataOrBuilderStatic Fields
SPACE_FIELD_NUMBER
public static final int SPACE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static SpaceUpdatedEventData getDefaultInstance()
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static SpaceUpdatedEventData.Builder newBuilder()
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData.Builder |
newBuilder(SpaceUpdatedEventData prototype)
public static SpaceUpdatedEventData.Builder newBuilder(SpaceUpdatedEventData prototype)
Parameter | |
---|---|
Name | Description |
prototype |
SpaceUpdatedEventData |
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData.Builder |
parseDelimitedFrom(InputStream input)
public static SpaceUpdatedEventData parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SpaceUpdatedEventData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static SpaceUpdatedEventData parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SpaceUpdatedEventData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static SpaceUpdatedEventData parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SpaceUpdatedEventData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static SpaceUpdatedEventData parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SpaceUpdatedEventData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static SpaceUpdatedEventData parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SpaceUpdatedEventData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static SpaceUpdatedEventData parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SpaceUpdatedEventData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<SpaceUpdatedEventData> parser()
Returns | |
---|---|
Type | Description |
Parser<SpaceUpdatedEventData> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public SpaceUpdatedEventData getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData |
getParserForType()
public Parser<SpaceUpdatedEventData> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<SpaceUpdatedEventData> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getSpace()
public Space getSpace()
The updated space.
.google.chat.v1.Space space = 1;
Returns | |
---|---|
Type | Description |
Space |
The space. |
getSpaceOrBuilder()
public SpaceOrBuilder getSpaceOrBuilder()
The updated space.
.google.chat.v1.Space space = 1;
Returns | |
---|---|
Type | Description |
SpaceOrBuilder |
hasSpace()
public boolean hasSpace()
The updated space.
.google.chat.v1.Space space = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the space field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public SpaceUpdatedEventData.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SpaceUpdatedEventData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public SpaceUpdatedEventData.Builder toBuilder()
Returns | |
---|---|
Type | Description |
SpaceUpdatedEventData.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |