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 class
SelectionInput.Builder
A widget that creates one or more UI items that users can select.static class
SelectionInput.MultiSelectDataSourceCase
static class
SelectionInput.PlatformDataSource
For a [`SelectionInput`][google.apps.card.v1.SelectionInput] widget that uses a multiselect menu, a data source from Google Workspace.static interface
SelectionInput.PlatformDataSourceOrBuilder
static class
SelectionInput.SelectionItem
An item that users can select in a selection input, such as a checkbox or switch.static interface
SelectionInput.SelectionItemOrBuilder
static class
SelectionInput.SelectionType
The 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 int
EXTERNAL_DATA_SOURCE_FIELD_NUMBER
static int
ITEMS_FIELD_NUMBER
static int
LABEL_FIELD_NUMBER
static int
MULTI_SELECT_MAX_SELECTED_ITEMS_FIELD_NUMBER
static int
MULTI_SELECT_MIN_QUERY_LENGTH_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
ON_CHANGE_ACTION_FIELD_NUMBER
static int
PLATFORM_DATA_SOURCE_FIELD_NUMBER
static int
TYPE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
static SelectionInput
getDefaultInstance()
SelectionInput
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
Action
getExternalDataSource()
An external data source, such as a relational data base.ActionOrBuilder
getExternalDataSourceOrBuilder()
An external data source, such as a relational data base.SelectionInput.SelectionItem
getItems(int index)
An array of selectable items.int
getItemsCount()
An array of selectable items.java.util.List<SelectionInput.SelectionItem>
getItemsList()
An array of selectable items.SelectionInput.SelectionItemOrBuilder
getItemsOrBuilder(int index)
An array of selectable items.java.util.List<? extends SelectionInput.SelectionItemOrBuilder>
getItemsOrBuilderList()
An array of selectable items.java.lang.String
getLabel()
The text that appears above the selection input field in the user interface.com.google.protobuf.ByteString
getLabelBytes()
The text that appears above the selection input field in the user interface.SelectionInput.MultiSelectDataSourceCase
getMultiSelectDataSourceCase()
int
getMultiSelectMaxSelectedItems()
For multiselect menus, the maximum number of items that a user can select.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.java.lang.String
getName()
The name that identifies the selection input in a form input event.com.google.protobuf.ByteString
getNameBytes()
The name that identifies the selection input in a form input event.Action
getOnChangeAction()
If specified, the form is submitted when the selection changes.ActionOrBuilder
getOnChangeActionOrBuilder()
If specified, the form is submitted when the selection changes.com.google.protobuf.Parser<SelectionInput>
getParserForType()
SelectionInput.PlatformDataSource
getPlatformDataSource()
A data source from Google Workspace.SelectionInput.PlatformDataSourceOrBuilder
getPlatformDataSourceOrBuilder()
A data source from Google Workspace.int
getSerializedSize()
SelectionInput.SelectionType
getType()
The type of items that are displayed to users in a `SelectionInput` widget.int
getTypeValue()
The type of items that are displayed to users in a `SelectionInput` widget.boolean
hasExternalDataSource()
An external data source, such as a relational data base.int
hashCode()
boolean
hasOnChangeAction()
If specified, the form is submitted when the selection changes.boolean
hasPlatformDataSource()
A data source from Google Workspace.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static SelectionInput.Builder
newBuilder()
static SelectionInput.Builder
newBuilder(SelectionInput prototype)
SelectionInput.Builder
newBuilderForType()
protected SelectionInput.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected java.lang.Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static SelectionInput
parseDelimitedFrom(java.io.InputStream input)
static SelectionInput
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SelectionInput
parseFrom(byte[] data)
static SelectionInput
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SelectionInput
parseFrom(com.google.protobuf.ByteString data)
static SelectionInput
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SelectionInput
parseFrom(com.google.protobuf.CodedInputStream input)
static SelectionInput
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SelectionInput
parseFrom(java.io.InputStream input)
static SelectionInput
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SelectionInput
parseFrom(java.nio.ByteBuffer data)
static SelectionInput
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<SelectionInput>
parser()
SelectionInput.Builder
toBuilder()
void
writeTo(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:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Overrides:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getMultiSelectDataSourceCase
public SelectionInput.MultiSelectDataSourceCase getMultiSelectDataSourceCase()
- Specified by:
getMultiSelectDataSourceCase
in 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:
getName
in 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:
getNameBytes
in 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:
getLabel
in 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:
getLabelBytes
in 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:
getTypeValue
in 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:
getType
in 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:
getItemsList
in 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:
getItemsOrBuilderList
in 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:
getItemsCount
in 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:
getItems
in 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:
getItemsOrBuilder
in 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:
hasOnChangeAction
in 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:
getOnChangeAction
in 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:
getOnChangeActionOrBuilder
in 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:
getMultiSelectMaxSelectedItems
in 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:
getMultiSelectMinQueryLength
in 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:
hasExternalDataSource
in 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:
getExternalDataSource
in 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:
getExternalDataSourceOrBuilder
in interfaceSelectionInputOrBuilder
-
hasPlatformDataSource
public boolean hasPlatformDataSource()
A data source from Google Workspace.
.google.apps.card.v1.SelectionInput.PlatformDataSource platform_data_source = 9;
- Specified by:
hasPlatformDataSource
in 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:
getPlatformDataSource
in 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:
getPlatformDataSourceOrBuilder
in interfaceSelectionInputOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.GeneratedMessageV3>
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessage
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessage
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in 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:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in 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:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected SelectionInput.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in 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:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
public SelectionInput getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-