Package com.google.apps.card.v1
Class SelectionInput
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessage
-
- com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.GeneratedMessageV3>
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.apps.card.v1.SelectionInput
-
- All Implemented Interfaces:
SelectionInputOrBuilder,com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
public final class SelectionInput extends com.google.protobuf.GeneratedMessageV3 implements SelectionInputOrBuilder
A widget that creates one or more UI items that users can select. For example, a dropdown menu or checkboxes. You can use this widget to collect data that can be predicted or enumerated. For an example in Google Chat apps, see [Add selectable UI elements](/workspace/chat/design-interactive-card-dialog#add_selectable_ui_elements). Chat apps can process the value of items that users select or input. For details about working with form inputs, see [Receive form data](https://developers.google.com/workspace/chat/read-form-data). To collect undefined or abstract data from users, use the [TextInput][google.apps.card.v1.TextInput] widget. [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):
Protobuf typegoogle.apps.card.v1.SelectionInput- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSelectionInput.BuilderA widget that creates one or more UI items that users can select.static classSelectionInput.MultiSelectDataSourceCasestatic classSelectionInput.PlatformDataSourceFor a [`SelectionInput`][google.apps.card.v1.SelectionInput] widget that uses a multiselect menu, a data source from Google Workspace.static interfaceSelectionInput.PlatformDataSourceOrBuilderstatic classSelectionInput.SelectionItemAn item that users can select in a selection input, such as a checkbox or switch.static interfaceSelectionInput.SelectionItemOrBuilderstatic classSelectionInput.SelectionTypeThe format for the items that users can select.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage.ExtendableMessage
com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionSerializer, com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionWriter
-
-
Field Summary
Fields Modifier and Type Field Description static intEXTERNAL_DATA_SOURCE_FIELD_NUMBERstatic intITEMS_FIELD_NUMBERstatic intLABEL_FIELD_NUMBERstatic intMULTI_SELECT_MAX_SELECTED_ITEMS_FIELD_NUMBERstatic intMULTI_SELECT_MIN_QUERY_LENGTH_FIELD_NUMBERstatic intNAME_FIELD_NUMBERstatic intON_CHANGE_ACTION_FIELD_NUMBERstatic intPLATFORM_DATA_SOURCE_FIELD_NUMBERstatic intTYPE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)static SelectionInputgetDefaultInstance()SelectionInputgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()ActiongetExternalDataSource()An external data source, such as a relational data base.ActionOrBuildergetExternalDataSourceOrBuilder()An external data source, such as a relational data base.SelectionInput.SelectionItemgetItems(int index)An array of selectable items.intgetItemsCount()An array of selectable items.java.util.List<SelectionInput.SelectionItem>getItemsList()An array of selectable items.SelectionInput.SelectionItemOrBuildergetItemsOrBuilder(int index)An array of selectable items.java.util.List<? extends SelectionInput.SelectionItemOrBuilder>getItemsOrBuilderList()An array of selectable items.java.lang.StringgetLabel()The text that appears above the selection input field in the user interface.com.google.protobuf.ByteStringgetLabelBytes()The text that appears above the selection input field in the user interface.SelectionInput.MultiSelectDataSourceCasegetMultiSelectDataSourceCase()intgetMultiSelectMaxSelectedItems()For multiselect menus, the maximum number of items that a user can select.intgetMultiSelectMinQueryLength()For multiselect menus, the number of text characters that a user inputs before the app queries autocomplete and displays suggested items in the menu.java.lang.StringgetName()The name that identifies the selection input in a form input event.com.google.protobuf.ByteStringgetNameBytes()The name that identifies the selection input in a form input event.ActiongetOnChangeAction()If specified, the form is submitted when the selection changes.ActionOrBuildergetOnChangeActionOrBuilder()If specified, the form is submitted when the selection changes.com.google.protobuf.Parser<SelectionInput>getParserForType()SelectionInput.PlatformDataSourcegetPlatformDataSource()A data source from Google Workspace.SelectionInput.PlatformDataSourceOrBuildergetPlatformDataSourceOrBuilder()A data source from Google Workspace.intgetSerializedSize()SelectionInput.SelectionTypegetType()The type of items that are displayed to users in a `SelectionInput` widget.intgetTypeValue()The type of items that are displayed to users in a `SelectionInput` widget.booleanhasExternalDataSource()An external data source, such as a relational data base.inthashCode()booleanhasOnChangeAction()If specified, the form is submitted when the selection changes.booleanhasPlatformDataSource()A data source from Google Workspace.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static SelectionInput.BuildernewBuilder()static SelectionInput.BuildernewBuilder(SelectionInput prototype)SelectionInput.BuildernewBuilderForType()protected SelectionInput.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static SelectionInputparseDelimitedFrom(java.io.InputStream input)static SelectionInputparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SelectionInputparseFrom(byte[] data)static SelectionInputparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SelectionInputparseFrom(com.google.protobuf.ByteString data)static SelectionInputparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SelectionInputparseFrom(com.google.protobuf.CodedInputStream input)static SelectionInputparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SelectionInputparseFrom(java.io.InputStream input)static SelectionInputparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SelectionInputparseFrom(java.nio.ByteBuffer data)static SelectionInputparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<SelectionInput>parser()SelectionInput.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType
-
Methods inherited from class com.google.protobuf.GeneratedMessage.ExtendableMessage
extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getAllFields, getAllFieldsRaw, getExtension, getExtension, getExtensionCount, getExtensionFields, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasField, newExtensionSerializer, newExtensionWriter, newMessageSetExtensionSerializer, newMessageSetExtensionWriter
-
Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getDescriptorForType, getOneofFieldDescriptor, getUnknownFields, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LABEL_FIELD_NUMBER
public static final int LABEL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ITEMS_FIELD_NUMBER
public static final int ITEMS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ON_CHANGE_ACTION_FIELD_NUMBER
public static final int ON_CHANGE_ACTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MULTI_SELECT_MAX_SELECTED_ITEMS_FIELD_NUMBER
public static final int MULTI_SELECT_MAX_SELECTED_ITEMS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MULTI_SELECT_MIN_QUERY_LENGTH_FIELD_NUMBER
public static final int MULTI_SELECT_MIN_QUERY_LENGTH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXTERNAL_DATA_SOURCE_FIELD_NUMBER
public static final int EXTERNAL_DATA_SOURCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PLATFORM_DATA_SOURCE_FIELD_NUMBER
public static final int PLATFORM_DATA_SOURCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Overrides:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getMultiSelectDataSourceCase
public SelectionInput.MultiSelectDataSourceCase getMultiSelectDataSourceCase()
- Specified by:
getMultiSelectDataSourceCasein interfaceSelectionInputOrBuilder
-
getName
public java.lang.String getName()
The name that identifies the selection input in a form input event. For details about working with form inputs, see [Receive form data](https://developers.google.com/workspace/chat/read-form-data).
string name = 1;- Specified by:
getNamein interfaceSelectionInputOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The name that identifies the selection input in a form input event. For details about working with form inputs, see [Receive form data](https://developers.google.com/workspace/chat/read-form-data).
string name = 1;- Specified by:
getNameBytesin interfaceSelectionInputOrBuilder- Returns:
- The bytes for name.
-
getLabel
public java.lang.String getLabel()
The text that appears above the selection input field in the user interface. Specify text that helps the user enter the information your app needs. For example, if users are selecting the urgency of a work ticket from a drop-down menu, the label might be "Urgency" or "Select urgency".
string label = 2;- Specified by:
getLabelin interfaceSelectionInputOrBuilder- Returns:
- The label.
-
getLabelBytes
public com.google.protobuf.ByteString getLabelBytes()
The text that appears above the selection input field in the user interface. Specify text that helps the user enter the information your app needs. For example, if users are selecting the urgency of a work ticket from a drop-down menu, the label might be "Urgency" or "Select urgency".
string label = 2;- Specified by:
getLabelBytesin interfaceSelectionInputOrBuilder- Returns:
- The bytes for label.
-
getTypeValue
public int getTypeValue()
The type of items that are displayed to users in a `SelectionInput` widget. Selection types support different types of interactions. For example, users can select one or more checkboxes, but they can only select one value from a dropdown menu.
.google.apps.card.v1.SelectionInput.SelectionType type = 3;- Specified by:
getTypeValuein interfaceSelectionInputOrBuilder- Returns:
- The enum numeric value on the wire for type.
-
getType
public SelectionInput.SelectionType getType()
The type of items that are displayed to users in a `SelectionInput` widget. Selection types support different types of interactions. For example, users can select one or more checkboxes, but they can only select one value from a dropdown menu.
.google.apps.card.v1.SelectionInput.SelectionType type = 3;- Specified by:
getTypein interfaceSelectionInputOrBuilder- Returns:
- The type.
-
getItemsList
public java.util.List<SelectionInput.SelectionItem> getItemsList()
An array of selectable items. For example, an array of radio buttons or checkboxes. Supports up to 100 items.
repeated .google.apps.card.v1.SelectionInput.SelectionItem items = 4;- Specified by:
getItemsListin interfaceSelectionInputOrBuilder
-
getItemsOrBuilderList
public java.util.List<? extends SelectionInput.SelectionItemOrBuilder> getItemsOrBuilderList()
An array of selectable items. For example, an array of radio buttons or checkboxes. Supports up to 100 items.
repeated .google.apps.card.v1.SelectionInput.SelectionItem items = 4;- Specified by:
getItemsOrBuilderListin interfaceSelectionInputOrBuilder
-
getItemsCount
public int getItemsCount()
An array of selectable items. For example, an array of radio buttons or checkboxes. Supports up to 100 items.
repeated .google.apps.card.v1.SelectionInput.SelectionItem items = 4;- Specified by:
getItemsCountin interfaceSelectionInputOrBuilder
-
getItems
public SelectionInput.SelectionItem getItems(int index)
An array of selectable items. For example, an array of radio buttons or checkboxes. Supports up to 100 items.
repeated .google.apps.card.v1.SelectionInput.SelectionItem items = 4;- Specified by:
getItemsin interfaceSelectionInputOrBuilder
-
getItemsOrBuilder
public SelectionInput.SelectionItemOrBuilder getItemsOrBuilder(int index)
An array of selectable items. For example, an array of radio buttons or checkboxes. Supports up to 100 items.
repeated .google.apps.card.v1.SelectionInput.SelectionItem items = 4;- Specified by:
getItemsOrBuilderin interfaceSelectionInputOrBuilder
-
hasOnChangeAction
public boolean hasOnChangeAction()
If specified, the form is submitted when the selection changes. If not specified, you must specify a separate button that submits the form. For details about working with form inputs, see [Receive form data](https://developers.google.com/workspace/chat/read-form-data).
.google.apps.card.v1.Action on_change_action = 5;- Specified by:
hasOnChangeActionin interfaceSelectionInputOrBuilder- Returns:
- Whether the onChangeAction field is set.
-
getOnChangeAction
public Action getOnChangeAction()
If specified, the form is submitted when the selection changes. If not specified, you must specify a separate button that submits the form. For details about working with form inputs, see [Receive form data](https://developers.google.com/workspace/chat/read-form-data).
.google.apps.card.v1.Action on_change_action = 5;- Specified by:
getOnChangeActionin interfaceSelectionInputOrBuilder- Returns:
- The onChangeAction.
-
getOnChangeActionOrBuilder
public ActionOrBuilder getOnChangeActionOrBuilder()
If specified, the form is submitted when the selection changes. If not specified, you must specify a separate button that submits the form. For details about working with form inputs, see [Receive form data](https://developers.google.com/workspace/chat/read-form-data).
.google.apps.card.v1.Action on_change_action = 5;- Specified by:
getOnChangeActionOrBuilderin interfaceSelectionInputOrBuilder
-
getMultiSelectMaxSelectedItems
public int getMultiSelectMaxSelectedItems()
For multiselect menus, the maximum number of items that a user can select. Minimum value is 1 item. If unspecified, defaults to 3 items.
int32 multi_select_max_selected_items = 6;- Specified by:
getMultiSelectMaxSelectedItemsin interfaceSelectionInputOrBuilder- Returns:
- The multiSelectMaxSelectedItems.
-
getMultiSelectMinQueryLength
public int getMultiSelectMinQueryLength()
For multiselect menus, the number of text characters that a user inputs before the app queries autocomplete and displays suggested items in the menu. If unspecified, defaults to 0 characters for static data sources and 3 characters for external data sources.
int32 multi_select_min_query_length = 7;- Specified by:
getMultiSelectMinQueryLengthin interfaceSelectionInputOrBuilder- Returns:
- The multiSelectMinQueryLength.
-
hasExternalDataSource
public boolean hasExternalDataSource()
An external data source, such as a relational data base.
.google.apps.card.v1.Action external_data_source = 8;- Specified by:
hasExternalDataSourcein interfaceSelectionInputOrBuilder- Returns:
- Whether the externalDataSource field is set.
-
getExternalDataSource
public Action getExternalDataSource()
An external data source, such as a relational data base.
.google.apps.card.v1.Action external_data_source = 8;- Specified by:
getExternalDataSourcein interfaceSelectionInputOrBuilder- Returns:
- The externalDataSource.
-
getExternalDataSourceOrBuilder
public ActionOrBuilder getExternalDataSourceOrBuilder()
An external data source, such as a relational data base.
.google.apps.card.v1.Action external_data_source = 8;- Specified by:
getExternalDataSourceOrBuilderin interfaceSelectionInputOrBuilder
-
hasPlatformDataSource
public boolean hasPlatformDataSource()
A data source from Google Workspace.
.google.apps.card.v1.SelectionInput.PlatformDataSource platform_data_source = 9;- Specified by:
hasPlatformDataSourcein interfaceSelectionInputOrBuilder- Returns:
- Whether the platformDataSource field is set.
-
getPlatformDataSource
public SelectionInput.PlatformDataSource getPlatformDataSource()
A data source from Google Workspace.
.google.apps.card.v1.SelectionInput.PlatformDataSource platform_data_source = 9;- Specified by:
getPlatformDataSourcein interfaceSelectionInputOrBuilder- Returns:
- The platformDataSource.
-
getPlatformDataSourceOrBuilder
public SelectionInput.PlatformDataSourceOrBuilder getPlatformDataSourceOrBuilder()
A data source from Google Workspace.
.google.apps.card.v1.SelectionInput.PlatformDataSource platform_data_source = 9;- Specified by:
getPlatformDataSourceOrBuilderin interfaceSelectionInputOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.GeneratedMessageV3>
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static SelectionInput parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SelectionInput parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SelectionInput parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SelectionInput parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SelectionInput parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SelectionInput parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SelectionInput parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SelectionInput parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static SelectionInput parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static SelectionInput parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SelectionInput parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SelectionInput parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public SelectionInput.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static SelectionInput.Builder newBuilder()
-
newBuilder
public static SelectionInput.Builder newBuilder(SelectionInput prototype)
-
toBuilder
public SelectionInput.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected SelectionInput.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static SelectionInput getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<SelectionInput> parser()
-
getParserForType
public com.google.protobuf.Parser<SelectionInput> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
public SelectionInput getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-