Str.ArtifactValue.Builder |
Str.Data.Builder.addArtifactsBuilder()
repeated .io.apicurio.registry.streams.proto.ArtifactValue artifacts = 3;
|
Str.ArtifactValue.Builder |
Str.Data.Builder.addArtifactsBuilder(int index)
repeated .io.apicurio.registry.streams.proto.ArtifactValue artifacts = 3;
|
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.clear() |
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.clearArtifactType()
int32 artifactType = 1;
|
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.clearContent()
bytes content = 3;
|
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.clearId()
fixed64 id = 2;
|
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.clearMetadata() |
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.clone() |
Str.ArtifactValue.Builder |
Str.StorageValue.Builder.getArtifactBuilder()
.io.apicurio.registry.streams.proto.ArtifactValue artifact = 5;
|
Str.ArtifactValue.Builder |
Str.Data.Builder.getArtifactsBuilder(int index)
repeated .io.apicurio.registry.streams.proto.ArtifactValue artifacts = 3;
|
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.mergeFrom(com.google.protobuf.Message other) |
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.mergeFrom(Str.ArtifactValue other) |
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Str.ArtifactValue.Builder |
Str.ArtifactValue.newBuilder() |
static Str.ArtifactValue.Builder |
Str.ArtifactValue.newBuilder(Str.ArtifactValue prototype) |
Str.ArtifactValue.Builder |
Str.ArtifactValue.newBuilderForType() |
protected Str.ArtifactValue.Builder |
Str.ArtifactValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.putAllMetadata(Map<String,String> values)
map<string, string> metadata = 4;
|
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.putMetadata(String key,
String value)
map<string, string> metadata = 4;
|
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.removeMetadata(String key)
map<string, string> metadata = 4;
|
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.setArtifactType(int value)
int32 artifactType = 1;
|
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.setContent(com.google.protobuf.ByteString value)
bytes content = 3;
|
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.setId(long value)
fixed64 id = 2;
|
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Str.ArtifactValue.Builder |
Str.ArtifactValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Str.ArtifactValue.Builder |
Str.ArtifactValue.toBuilder() |