Package com.google.genai.proto
Class SentencepieceModel.SelfTestData
-
- All Implemented Interfaces:
-
com.google.genai.proto.SentencepieceModel.SelfTestDataOrBuilder,com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
public final class SentencepieceModel.SelfTestData extends GeneratedMessageV3.ExtendableMessage<MessageT> implements SentencepieceModel.SelfTestDataOrBuilder
Protobuf typeProto to store samples for self-testing.com.google.genai.proto.SelfTestData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceSentencepieceModel.SelfTestData.SampleOrBuilderpublic final classSentencepieceModel.SelfTestData.SampleProtobuf type
com.google.genai.proto.SelfTestData.Samplepublic final classSentencepieceModel.SelfTestData.Builder
Protobuf typeProto to store samples for self-testing.com.google.genai.proto.SelfTestData
-
Field Summary
Fields Modifier and Type Field Description public final static intSAMPLES_FIELD_NUMBERpublic final static Parser<SentencepieceModel.SelfTestData>PARSER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
getAllFields, getAllFieldsRaw, getExtension, getExtensionCount, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasField -
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getDescriptorForType, getOneofFieldDescriptor, getUnknownFields, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getSamplesList
List<SentencepieceModel.SelfTestData.Sample> getSamplesList()
repeated .com.google.genai.proto.SelfTestData.Sample samples = 1;
-
getSamplesOrBuilderList
List<out SentencepieceModel.SelfTestData.SampleOrBuilder> getSamplesOrBuilderList()
repeated .com.google.genai.proto.SelfTestData.Sample samples = 1;
-
getSamplesCount
int getSamplesCount()
repeated .com.google.genai.proto.SelfTestData.Sample samples = 1;
-
getSamples
SentencepieceModel.SelfTestData.Sample getSamples(int index)
repeated .com.google.genai.proto.SelfTestData.Sample samples = 1;
-
getSamplesOrBuilder
SentencepieceModel.SelfTestData.SampleOrBuilder getSamplesOrBuilder(int index)
repeated .com.google.genai.proto.SelfTestData.Sample samples = 1;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static SentencepieceModel.SelfTestData parseFrom(ByteBuffer data)
-
parseFrom
static SentencepieceModel.SelfTestData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SentencepieceModel.SelfTestData parseFrom(ByteString data)
-
parseFrom
static SentencepieceModel.SelfTestData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SentencepieceModel.SelfTestData parseFrom(Array<byte> data)
-
parseFrom
static SentencepieceModel.SelfTestData parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SentencepieceModel.SelfTestData parseFrom(InputStream input)
-
parseFrom
static SentencepieceModel.SelfTestData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static SentencepieceModel.SelfTestData parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static SentencepieceModel.SelfTestData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SentencepieceModel.SelfTestData parseFrom(CodedInputStream input)
-
parseFrom
static SentencepieceModel.SelfTestData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
SentencepieceModel.SelfTestData.Builder newBuilderForType()
-
newBuilder
static SentencepieceModel.SelfTestData.Builder newBuilder()
-
newBuilder
static SentencepieceModel.SelfTestData.Builder newBuilder(SentencepieceModel.SelfTestData prototype)
-
toBuilder
SentencepieceModel.SelfTestData.Builder toBuilder()
-
getDefaultInstance
static SentencepieceModel.SelfTestData getDefaultInstance()
-
parser
static Parser<SentencepieceModel.SelfTestData> parser()
-
getParserForType
Parser<SentencepieceModel.SelfTestData> getParserForType()
-
getDefaultInstanceForType
SentencepieceModel.SelfTestData getDefaultInstanceForType()
-
-
-
-