public static final class SelectionInput.PlatformDataSource extends GeneratedMessageV3 implements SelectionInput.PlatformDataSourceOrBuilder
For a
SelectionInput
widget that uses a
multiselect menu, a data source from Google Workspace. Used to populate
items in a multiselect menu.
Protobuf type google.apps.card.v1.SelectionInput.PlatformDataSource
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SelectionInput.PlatformDataSourceImplements
SelectionInput.PlatformDataSourceOrBuilderStatic Fields
COMMON_DATA_SOURCE_FIELD_NUMBER
public static final int COMMON_DATA_SOURCE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static SelectionInput.PlatformDataSource getDefaultInstance()
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static SelectionInput.PlatformDataSource.Builder newBuilder()
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource.Builder |
newBuilder(SelectionInput.PlatformDataSource prototype)
public static SelectionInput.PlatformDataSource.Builder newBuilder(SelectionInput.PlatformDataSource prototype)
Parameter | |
---|---|
Name | Description |
prototype | SelectionInput.PlatformDataSource |
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource.Builder |
parseDelimitedFrom(InputStream input)
public static SelectionInput.PlatformDataSource parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SelectionInput.PlatformDataSource parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static SelectionInput.PlatformDataSource parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SelectionInput.PlatformDataSource parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static SelectionInput.PlatformDataSource parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SelectionInput.PlatformDataSource parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static SelectionInput.PlatformDataSource parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SelectionInput.PlatformDataSource parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static SelectionInput.PlatformDataSource parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SelectionInput.PlatformDataSource parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static SelectionInput.PlatformDataSource parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SelectionInput.PlatformDataSource parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<SelectionInput.PlatformDataSource> parser()
Returns | |
---|---|
Type | Description |
Parser<PlatformDataSource> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getCommonDataSource()
public SelectionInput.PlatformDataSource.CommonDataSource getCommonDataSource()
A data source shared by all Google Workspace applications, such as users in a Google Workspace organization.
.google.apps.card.v1.SelectionInput.PlatformDataSource.CommonDataSource common_data_source = 1;
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource.CommonDataSource | The commonDataSource. |
getCommonDataSourceValue()
public int getCommonDataSourceValue()
A data source shared by all Google Workspace applications, such as users in a Google Workspace organization.
.google.apps.card.v1.SelectionInput.PlatformDataSource.CommonDataSource common_data_source = 1;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for commonDataSource. |
getDataSourceCase()
public SelectionInput.PlatformDataSource.DataSourceCase getDataSourceCase()
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource.DataSourceCase |
getDefaultInstanceForType()
public SelectionInput.PlatformDataSource getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource |
getParserForType()
public Parser<SelectionInput.PlatformDataSource> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<PlatformDataSource> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hasCommonDataSource()
public boolean hasCommonDataSource()
A data source shared by all Google Workspace applications, such as users in a Google Workspace organization.
.google.apps.card.v1.SelectionInput.PlatformDataSource.CommonDataSource common_data_source = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the commonDataSource 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 SelectionInput.PlatformDataSource.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SelectionInput.PlatformDataSource.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public SelectionInput.PlatformDataSource.Builder toBuilder()
Returns | |
---|---|
Type | Description |
SelectionInput.PlatformDataSource.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |