Uses of Class
com.google.apps.card.v1.MaterialIcon
-
Packages that use MaterialIcon Package Description com.google.apps.card.v1 -
-
Uses of MaterialIcon in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return MaterialIcon Modifier and Type Method Description MaterialIcon
MaterialIcon.Builder. build()
MaterialIcon
MaterialIcon.Builder. buildPartial()
static MaterialIcon
MaterialIcon. getDefaultInstance()
MaterialIcon
MaterialIcon.Builder. getDefaultInstanceForType()
MaterialIcon
MaterialIcon. getDefaultInstanceForType()
MaterialIcon
Icon.Builder. getMaterialIcon()
Display one of the [Google Material Icons](https://fonts.google.com/icons).MaterialIcon
Icon. getMaterialIcon()
Display one of the [Google Material Icons](https://fonts.google.com/icons).MaterialIcon
IconOrBuilder. getMaterialIcon()
Display one of the [Google Material Icons](https://fonts.google.com/icons).static MaterialIcon
MaterialIcon. parseDelimitedFrom(java.io.InputStream input)
static MaterialIcon
MaterialIcon. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MaterialIcon
MaterialIcon. parseFrom(byte[] data)
static MaterialIcon
MaterialIcon. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MaterialIcon
MaterialIcon. parseFrom(com.google.protobuf.ByteString data)
static MaterialIcon
MaterialIcon. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MaterialIcon
MaterialIcon. parseFrom(com.google.protobuf.CodedInputStream input)
static MaterialIcon
MaterialIcon. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MaterialIcon
MaterialIcon. parseFrom(java.io.InputStream input)
static MaterialIcon
MaterialIcon. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MaterialIcon
MaterialIcon. parseFrom(java.nio.ByteBuffer data)
static MaterialIcon
MaterialIcon. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.apps.card.v1 that return types with arguments of type MaterialIcon Modifier and Type Method Description com.google.protobuf.Parser<MaterialIcon>
MaterialIcon. getParserForType()
static com.google.protobuf.Parser<MaterialIcon>
MaterialIcon. parser()
Methods in com.google.apps.card.v1 with parameters of type MaterialIcon Modifier and Type Method Description MaterialIcon.Builder
MaterialIcon.Builder. mergeFrom(MaterialIcon other)
Icon.Builder
Icon.Builder. mergeMaterialIcon(MaterialIcon value)
Display one of the [Google Material Icons](https://fonts.google.com/icons).static MaterialIcon.Builder
MaterialIcon. newBuilder(MaterialIcon prototype)
Icon.Builder
Icon.Builder. setMaterialIcon(MaterialIcon value)
Display one of the [Google Material Icons](https://fonts.google.com/icons).
-