public static final class ActionResponse.SelectionItems extends GeneratedMessageV3 implements ActionResponse.SelectionItemsOrBuilder
List of widget autocomplete results.
Protobuf type google.chat.v1.ActionResponse.SelectionItems
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ActionResponse.SelectionItemsImplements
ActionResponse.SelectionItemsOrBuilderStatic Fields
ITEMS_FIELD_NUMBER
public static final int ITEMS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ActionResponse.SelectionItems getDefaultInstance()
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ActionResponse.SelectionItems.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems.Builder |
newBuilder(ActionResponse.SelectionItems prototype)
public static ActionResponse.SelectionItems.Builder newBuilder(ActionResponse.SelectionItems prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ActionResponse.SelectionItems |
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems.Builder |
parseDelimitedFrom(InputStream input)
public static ActionResponse.SelectionItems parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ActionResponse.SelectionItems parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ActionResponse.SelectionItems parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ActionResponse.SelectionItems parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ActionResponse.SelectionItems parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ActionResponse.SelectionItems parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ActionResponse.SelectionItems parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ActionResponse.SelectionItems parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ActionResponse.SelectionItems parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ActionResponse.SelectionItems parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ActionResponse.SelectionItems parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ActionResponse.SelectionItems parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ActionResponse.SelectionItems> parser()
Returns | |
---|---|
Type | Description |
Parser<SelectionItems> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ActionResponse.SelectionItems getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems |
getItems(int index)
public SelectionInput.SelectionItem getItems(int index)
An array of the SelectionItem objects.
repeated .google.apps.card.v1.SelectionInput.SelectionItem items = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
com.google.apps.card.v1.SelectionInput.SelectionItem |
getItemsCount()
public int getItemsCount()
An array of the SelectionItem objects.
repeated .google.apps.card.v1.SelectionInput.SelectionItem items = 1;
Returns | |
---|---|
Type | Description |
int |
getItemsList()
public List<SelectionInput.SelectionItem> getItemsList()
An array of the SelectionItem objects.
repeated .google.apps.card.v1.SelectionInput.SelectionItem items = 1;
Returns | |
---|---|
Type | Description |
List<com.google.apps.card.v1.SelectionInput.SelectionItem> |
getItemsOrBuilder(int index)
public SelectionInput.SelectionItemOrBuilder getItemsOrBuilder(int index)
An array of the SelectionItem objects.
repeated .google.apps.card.v1.SelectionInput.SelectionItem items = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
com.google.apps.card.v1.SelectionInput.SelectionItemOrBuilder |
getItemsOrBuilderList()
public List<? extends SelectionInput.SelectionItemOrBuilder> getItemsOrBuilderList()
An array of the SelectionItem objects.
repeated .google.apps.card.v1.SelectionInput.SelectionItem items = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.apps.card.v1.SelectionInput.SelectionItemOrBuilder> |
getParserForType()
public Parser<ActionResponse.SelectionItems> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<SelectionItems> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
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 ActionResponse.SelectionItems.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ActionResponse.SelectionItems.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ActionResponse.SelectionItems.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ActionResponse.SelectionItems.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |