Uses of Class
ai.promoted.proto.common.ClientHintBrand
-
Packages that use ClientHintBrand Package Description ai.promoted.proto.common -
-
Uses of ClientHintBrand in ai.promoted.proto.common
Methods in ai.promoted.proto.common that return ClientHintBrand Modifier and Type Method Description ClientHintBrandClientHintBrand.Builder. build()ClientHintBrandClientHintBrand.Builder. buildPartial()ClientHintBrandClientHints.Builder. getBrand(int index)repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];ClientHintBrandClientHints. getBrand(int index)repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];ClientHintBrandClientHintsOrBuilder. getBrand(int index)repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];static ClientHintBrandClientHintBrand. getDefaultInstance()ClientHintBrandClientHintBrand.Builder. getDefaultInstanceForType()ClientHintBrandClientHintBrand. getDefaultInstanceForType()static ClientHintBrandClientHintBrand. parseDelimitedFrom(InputStream input)static ClientHintBrandClientHintBrand. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientHintBrandClientHintBrand. parseFrom(byte[] data)static ClientHintBrandClientHintBrand. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientHintBrandClientHintBrand. parseFrom(com.google.protobuf.ByteString data)static ClientHintBrandClientHintBrand. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientHintBrandClientHintBrand. parseFrom(com.google.protobuf.CodedInputStream input)static ClientHintBrandClientHintBrand. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientHintBrandClientHintBrand. parseFrom(InputStream input)static ClientHintBrandClientHintBrand. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientHintBrandClientHintBrand. parseFrom(ByteBuffer data)static ClientHintBrandClientHintBrand. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in ai.promoted.proto.common that return types with arguments of type ClientHintBrand Modifier and Type Method Description List<ClientHintBrand>ClientHints.Builder. getBrandList()repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];List<ClientHintBrand>ClientHints. getBrandList()repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];List<ClientHintBrand>ClientHintsOrBuilder. getBrandList()repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];com.google.protobuf.Parser<ClientHintBrand>ClientHintBrand. getParserForType()static com.google.protobuf.Parser<ClientHintBrand>ClientHintBrand. parser()Methods in ai.promoted.proto.common with parameters of type ClientHintBrand Modifier and Type Method Description ClientHints.BuilderClientHints.Builder. addBrand(int index, ClientHintBrand value)repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];ClientHints.BuilderClientHints.Builder. addBrand(ClientHintBrand value)repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];ClientHintBrand.BuilderClientHintBrand.Builder. mergeFrom(ClientHintBrand other)static ClientHintBrand.BuilderClientHintBrand. newBuilder(ClientHintBrand prototype)ClientHints.BuilderClientHints.Builder. setBrand(int index, ClientHintBrand value)repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];Method parameters in ai.promoted.proto.common with type arguments of type ClientHintBrand Modifier and Type Method Description ClientHints.BuilderClientHints.Builder. addAllBrand(Iterable<? extends ClientHintBrand> values)repeated .common.ClientHintBrand brand = 2 [json_name = "brand"];
-