public final class MoveSectionItemResponse extends GeneratedMessage implements MoveSectionItemResponseOrBuilderResponse message for moving a section item.
Protobuf type google.chat.v1.MoveSectionItemResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > MoveSectionItemResponseImplements
MoveSectionItemResponseOrBuilderStatic Fields
SECTION_ITEM_FIELD_NUMBER
public static final int SECTION_ITEM_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static MoveSectionItemResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static MoveSectionItemResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse.Builder |
|
newBuilder(MoveSectionItemResponse prototype)
public static MoveSectionItemResponse.Builder newBuilder(MoveSectionItemResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
MoveSectionItemResponse |
| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static MoveSectionItemResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MoveSectionItemResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static MoveSectionItemResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MoveSectionItemResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static MoveSectionItemResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MoveSectionItemResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static MoveSectionItemResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MoveSectionItemResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static MoveSectionItemResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MoveSectionItemResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static MoveSectionItemResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MoveSectionItemResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<MoveSectionItemResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<MoveSectionItemResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public MoveSectionItemResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse |
|
getParserForType()
public Parser<MoveSectionItemResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<MoveSectionItemResponse> |
|
getSectionItem()
public SectionItem getSectionItem()The updated section item.
.google.chat.v1.SectionItem section_item = 1;
| Returns | |
|---|---|
| Type | Description |
SectionItem |
The sectionItem. |
getSectionItemOrBuilder()
public SectionItemOrBuilder getSectionItemOrBuilder()The updated section item.
.google.chat.v1.SectionItem section_item = 1;
| Returns | |
|---|---|
| Type | Description |
SectionItemOrBuilder |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasSectionItem()
public boolean hasSectionItem()The updated section item.
.google.chat.v1.SectionItem section_item = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sectionItem field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public MoveSectionItemResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected MoveSectionItemResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse.Builder |
|
toBuilder()
public MoveSectionItemResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
MoveSectionItemResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|