| Modifier and Type | Method and Description |
|---|---|
AnnotationSpec.Builder |
AnnotationSpec.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AnnotationSpec.Builder |
AnnotationSpec.Builder.clear() |
AnnotationSpec.Builder |
AnnotationSpec.Builder.clearDisplayName()
Required.
|
AnnotationSpec.Builder |
AnnotationSpec.Builder.clearExampleCount()
Output only.
|
AnnotationSpec.Builder |
AnnotationSpec.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AnnotationSpec.Builder |
AnnotationSpec.Builder.clearName()
Output only.
|
AnnotationSpec.Builder |
AnnotationSpec.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AnnotationSpec.Builder |
AnnotationSpec.Builder.clone() |
AnnotationSpec.Builder |
AnnotationSpec.Builder.mergeFrom(AnnotationSpec other) |
AnnotationSpec.Builder |
AnnotationSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AnnotationSpec.Builder |
AnnotationSpec.Builder.mergeFrom(com.google.protobuf.Message other) |
AnnotationSpec.Builder |
AnnotationSpec.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static AnnotationSpec.Builder |
AnnotationSpec.newBuilder() |
static AnnotationSpec.Builder |
AnnotationSpec.newBuilder(AnnotationSpec prototype) |
AnnotationSpec.Builder |
AnnotationSpec.newBuilderForType() |
protected AnnotationSpec.Builder |
AnnotationSpec.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
AnnotationSpec.Builder |
AnnotationSpec.Builder.setDisplayName(String value)
Required.
|
AnnotationSpec.Builder |
AnnotationSpec.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value)
Required.
|
AnnotationSpec.Builder |
AnnotationSpec.Builder.setExampleCount(int value)
Output only.
|
AnnotationSpec.Builder |
AnnotationSpec.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AnnotationSpec.Builder |
AnnotationSpec.Builder.setName(String value)
Output only.
|
AnnotationSpec.Builder |
AnnotationSpec.Builder.setNameBytes(com.google.protobuf.ByteString value)
Output only.
|
AnnotationSpec.Builder |
AnnotationSpec.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AnnotationSpec.Builder |
AnnotationSpec.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AnnotationSpec.Builder |
AnnotationSpec.toBuilder() |
Copyright © 2025 Google LLC. All rights reserved.