public static final class Str.MetaDataValue.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Str.MetaDataValue.Builder> implements Str.MetaDataValueOrBuilder
io.apicurio.registry.streams.proto.MetaDataValue
Modifier and Type | Method and Description |
---|---|
Str.MetaDataValue.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Str.MetaDataValue |
build() |
Str.MetaDataValue |
buildPartial() |
Str.MetaDataValue.Builder |
clear() |
Str.MetaDataValue.Builder |
clearDescription()
string description = 2; |
Str.MetaDataValue.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Str.MetaDataValue.Builder |
clearLabels()
string labels = 3; |
Str.MetaDataValue.Builder |
clearName()
string name = 1; |
Str.MetaDataValue.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Str.MetaDataValue.Builder |
clearProperties() |
Str.MetaDataValue.Builder |
clone() |
boolean |
containsProperties(String key)
map<string, string> properties = 4; |
Str.MetaDataValue |
getDefaultInstanceForType() |
String |
getDescription()
string description = 2; |
com.google.protobuf.ByteString |
getDescriptionBytes()
string description = 2; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getLabels()
string labels = 3; |
com.google.protobuf.ByteString |
getLabelsBytes()
string labels = 3; |
Map<String,String> |
getMutableProperties()
Deprecated.
|
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
Map<String,String> |
getProperties()
Deprecated.
|
int |
getPropertiesCount()
map<string, string> properties = 4; |
Map<String,String> |
getPropertiesMap()
map<string, string> properties = 4; |
String |
getPropertiesOrDefault(String key,
String defaultValue)
map<string, string> properties = 4; |
String |
getPropertiesOrThrow(String key)
map<string, string> properties = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
Str.MetaDataValue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Str.MetaDataValue.Builder |
mergeFrom(com.google.protobuf.Message other) |
Str.MetaDataValue.Builder |
mergeFrom(Str.MetaDataValue other) |
Str.MetaDataValue.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Str.MetaDataValue.Builder |
putAllProperties(Map<String,String> values)
map<string, string> properties = 4; |
Str.MetaDataValue.Builder |
putProperties(String key,
String value)
map<string, string> properties = 4; |
Str.MetaDataValue.Builder |
removeProperties(String key)
map<string, string> properties = 4; |
Str.MetaDataValue.Builder |
setDescription(String value)
string description = 2; |
Str.MetaDataValue.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
string description = 2; |
Str.MetaDataValue.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Str.MetaDataValue.Builder |
setLabels(String value)
string labels = 3; |
Str.MetaDataValue.Builder |
setLabelsBytes(com.google.protobuf.ByteString value)
string labels = 3; |
Str.MetaDataValue.Builder |
setName(String value)
string name = 1; |
Str.MetaDataValue.Builder |
setNameBytes(com.google.protobuf.ByteString value)
string name = 1; |
Str.MetaDataValue.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Str.MetaDataValue.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<Str.MetaDataValue.Builder>
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<Str.MetaDataValue.Builder>
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<Str.MetaDataValue.Builder>
public Str.MetaDataValue.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Str.MetaDataValue.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<Str.MetaDataValue.Builder>
public Str.MetaDataValue getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Str.MetaDataValue build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Str.MetaDataValue buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Str.MetaDataValue.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<Str.MetaDataValue.Builder>
public Str.MetaDataValue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<Str.MetaDataValue.Builder>
public Str.MetaDataValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<Str.MetaDataValue.Builder>
public Str.MetaDataValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<Str.MetaDataValue.Builder>
public Str.MetaDataValue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Str.MetaDataValue.Builder>
public Str.MetaDataValue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Str.MetaDataValue.Builder>
public Str.MetaDataValue.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Str.MetaDataValue.Builder>
public Str.MetaDataValue.Builder mergeFrom(Str.MetaDataValue other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Str.MetaDataValue.Builder>
public Str.MetaDataValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Str.MetaDataValue.Builder>
IOException
public String getName()
string name = 1;
getName
in interface Str.MetaDataValueOrBuilder
public com.google.protobuf.ByteString getNameBytes()
string name = 1;
getNameBytes
in interface Str.MetaDataValueOrBuilder
public Str.MetaDataValue.Builder setName(String value)
string name = 1;
value
- The name to set.public Str.MetaDataValue.Builder clearName()
string name = 1;
public Str.MetaDataValue.Builder setNameBytes(com.google.protobuf.ByteString value)
string name = 1;
value
- The bytes for name to set.public String getDescription()
string description = 2;
getDescription
in interface Str.MetaDataValueOrBuilder
public com.google.protobuf.ByteString getDescriptionBytes()
string description = 2;
getDescriptionBytes
in interface Str.MetaDataValueOrBuilder
public Str.MetaDataValue.Builder setDescription(String value)
string description = 2;
value
- The description to set.public Str.MetaDataValue.Builder clearDescription()
string description = 2;
public Str.MetaDataValue.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
string description = 2;
value
- The bytes for description to set.public String getLabels()
string labels = 3;
getLabels
in interface Str.MetaDataValueOrBuilder
public com.google.protobuf.ByteString getLabelsBytes()
string labels = 3;
getLabelsBytes
in interface Str.MetaDataValueOrBuilder
public Str.MetaDataValue.Builder setLabels(String value)
string labels = 3;
value
- The labels to set.public Str.MetaDataValue.Builder clearLabels()
string labels = 3;
public Str.MetaDataValue.Builder setLabelsBytes(com.google.protobuf.ByteString value)
string labels = 3;
value
- The bytes for labels to set.public int getPropertiesCount()
Str.MetaDataValueOrBuilder
map<string, string> properties = 4;
getPropertiesCount
in interface Str.MetaDataValueOrBuilder
public boolean containsProperties(String key)
map<string, string> properties = 4;
containsProperties
in interface Str.MetaDataValueOrBuilder
@Deprecated public Map<String,String> getProperties()
getPropertiesMap()
instead.getProperties
in interface Str.MetaDataValueOrBuilder
public Map<String,String> getPropertiesMap()
map<string, string> properties = 4;
getPropertiesMap
in interface Str.MetaDataValueOrBuilder
public String getPropertiesOrDefault(String key, String defaultValue)
map<string, string> properties = 4;
getPropertiesOrDefault
in interface Str.MetaDataValueOrBuilder
public String getPropertiesOrThrow(String key)
map<string, string> properties = 4;
getPropertiesOrThrow
in interface Str.MetaDataValueOrBuilder
public Str.MetaDataValue.Builder clearProperties()
public Str.MetaDataValue.Builder removeProperties(String key)
map<string, string> properties = 4;
@Deprecated public Map<String,String> getMutableProperties()
public Str.MetaDataValue.Builder putProperties(String key, String value)
map<string, string> properties = 4;
public Str.MetaDataValue.Builder putAllProperties(Map<String,String> values)
map<string, string> properties = 4;
public final Str.MetaDataValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Str.MetaDataValue.Builder>
public final Str.MetaDataValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Str.MetaDataValue.Builder>
Copyright © 2020 Red Hat. All rights reserved.