public static final class ClientIdentification.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ClientIdentification.Builder> implements ClientIdentificationOrBuilder
Message containing details about the Client ApplicationProtobuf type
io.axoniq.axonserver.grpc.control.ClientIdentification| Modifier and Type | Method and Description |
|---|---|
ClientIdentification.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClientIdentification |
build() |
ClientIdentification |
buildPartial() |
ClientIdentification.Builder |
clear() |
ClientIdentification.Builder |
clearClientId()
A unique identifier for this client instance.
|
ClientIdentification.Builder |
clearComponentName()
The name of the component.
|
ClientIdentification.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ClientIdentification.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ClientIdentification.Builder |
clearTags() |
ClientIdentification.Builder |
clearVersion()
Axon framework version used by the client application instance
|
ClientIdentification.Builder |
clone() |
boolean |
containsTags(String key)
Any tags associated with the client, which may provide hints and preferences for setting up connections
|
String |
getClientId()
A unique identifier for this client instance.
|
com.google.protobuf.ByteString |
getClientIdBytes()
A unique identifier for this client instance.
|
String |
getComponentName()
The name of the component.
|
com.google.protobuf.ByteString |
getComponentNameBytes()
The name of the component.
|
ClientIdentification |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Map<String,String> |
getMutableTags()
Deprecated.
|
Map<String,String> |
getTags()
Deprecated.
|
int |
getTagsCount()
Any tags associated with the client, which may provide hints and preferences for setting up connections
|
Map<String,String> |
getTagsMap()
Any tags associated with the client, which may provide hints and preferences for setting up connections
|
String |
getTagsOrDefault(String key,
String defaultValue)
Any tags associated with the client, which may provide hints and preferences for setting up connections
|
String |
getTagsOrThrow(String key)
Any tags associated with the client, which may provide hints and preferences for setting up connections
|
String |
getVersion()
Axon framework version used by the client application instance
|
com.google.protobuf.ByteString |
getVersionBytes()
Axon framework version used by the client application instance
|
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() |
ClientIdentification.Builder |
mergeFrom(ClientIdentification other) |
ClientIdentification.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientIdentification.Builder |
mergeFrom(com.google.protobuf.Message other) |
ClientIdentification.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ClientIdentification.Builder |
putAllTags(Map<String,String> values)
Any tags associated with the client, which may provide hints and preferences for setting up connections
|
ClientIdentification.Builder |
putTags(String key,
String value)
Any tags associated with the client, which may provide hints and preferences for setting up connections
|
ClientIdentification.Builder |
removeTags(String key)
Any tags associated with the client, which may provide hints and preferences for setting up connections
|
ClientIdentification.Builder |
setClientId(String value)
A unique identifier for this client instance.
|
ClientIdentification.Builder |
setClientIdBytes(com.google.protobuf.ByteString value)
A unique identifier for this client instance.
|
ClientIdentification.Builder |
setComponentName(String value)
The name of the component.
|
ClientIdentification.Builder |
setComponentNameBytes(com.google.protobuf.ByteString value)
The name of the component.
|
ClientIdentification.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClientIdentification.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ClientIdentification.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ClientIdentification.Builder |
setVersion(String value)
Axon framework version used by the client application instance
|
ClientIdentification.Builder |
setVersionBytes(com.google.protobuf.ByteString value)
Axon framework version used by the client application instance
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<ClientIdentification.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<ClientIdentification.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ClientIdentification.Builder>public ClientIdentification.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ClientIdentification.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ClientIdentification.Builder>public ClientIdentification getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ClientIdentification build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ClientIdentification buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ClientIdentification.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ClientIdentification.Builder>public ClientIdentification.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ClientIdentification.Builder>public ClientIdentification.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ClientIdentification.Builder>public ClientIdentification.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ClientIdentification.Builder>public ClientIdentification.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ClientIdentification.Builder>public ClientIdentification.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ClientIdentification.Builder>public ClientIdentification.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ClientIdentification.Builder>public ClientIdentification.Builder mergeFrom(ClientIdentification other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ClientIdentification.Builder>public ClientIdentification.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ClientIdentification.Builder>IOExceptionpublic String getClientId()
A unique identifier for this client instance. Is used to distinguish different instances of the same component
string client_id = 1;getClientId in interface ClientIdentificationOrBuilderpublic com.google.protobuf.ByteString getClientIdBytes()
A unique identifier for this client instance. Is used to distinguish different instances of the same component
string client_id = 1;getClientIdBytes in interface ClientIdentificationOrBuilderpublic ClientIdentification.Builder setClientId(String value)
A unique identifier for this client instance. Is used to distinguish different instances of the same component
string client_id = 1;public ClientIdentification.Builder clearClientId()
A unique identifier for this client instance. Is used to distinguish different instances of the same component
string client_id = 1;public ClientIdentification.Builder setClientIdBytes(com.google.protobuf.ByteString value)
A unique identifier for this client instance. Is used to distinguish different instances of the same component
string client_id = 1;public String getComponentName()
The name of the component. Several instances of the same component should share this name
string component_name = 2;getComponentName in interface ClientIdentificationOrBuilderpublic com.google.protobuf.ByteString getComponentNameBytes()
The name of the component. Several instances of the same component should share this name
string component_name = 2;getComponentNameBytes in interface ClientIdentificationOrBuilderpublic ClientIdentification.Builder setComponentName(String value)
The name of the component. Several instances of the same component should share this name
string component_name = 2;public ClientIdentification.Builder clearComponentName()
The name of the component. Several instances of the same component should share this name
string component_name = 2;public ClientIdentification.Builder setComponentNameBytes(com.google.protobuf.ByteString value)
The name of the component. Several instances of the same component should share this name
string component_name = 2;public int getTagsCount()
ClientIdentificationOrBuilderAny tags associated with the client, which may provide hints and preferences for setting up connections
map<string, string> tags = 3;getTagsCount in interface ClientIdentificationOrBuilderpublic boolean containsTags(String key)
Any tags associated with the client, which may provide hints and preferences for setting up connections
map<string, string> tags = 3;containsTags in interface ClientIdentificationOrBuilder@Deprecated public Map<String,String> getTags()
getTagsMap() instead.getTags in interface ClientIdentificationOrBuilderpublic Map<String,String> getTagsMap()
Any tags associated with the client, which may provide hints and preferences for setting up connections
map<string, string> tags = 3;getTagsMap in interface ClientIdentificationOrBuilderpublic String getTagsOrDefault(String key, String defaultValue)
Any tags associated with the client, which may provide hints and preferences for setting up connections
map<string, string> tags = 3;getTagsOrDefault in interface ClientIdentificationOrBuilderpublic String getTagsOrThrow(String key)
Any tags associated with the client, which may provide hints and preferences for setting up connections
map<string, string> tags = 3;getTagsOrThrow in interface ClientIdentificationOrBuilderpublic ClientIdentification.Builder clearTags()
public ClientIdentification.Builder removeTags(String key)
Any tags associated with the client, which may provide hints and preferences for setting up connections
map<string, string> tags = 3;@Deprecated public Map<String,String> getMutableTags()
public ClientIdentification.Builder putTags(String key, String value)
Any tags associated with the client, which may provide hints and preferences for setting up connections
map<string, string> tags = 3;public ClientIdentification.Builder putAllTags(Map<String,String> values)
Any tags associated with the client, which may provide hints and preferences for setting up connections
map<string, string> tags = 3;public String getVersion()
Axon framework version used by the client application instance
string version = 4;getVersion in interface ClientIdentificationOrBuilderpublic com.google.protobuf.ByteString getVersionBytes()
Axon framework version used by the client application instance
string version = 4;getVersionBytes in interface ClientIdentificationOrBuilderpublic ClientIdentification.Builder setVersion(String value)
Axon framework version used by the client application instance
string version = 4;public ClientIdentification.Builder clearVersion()
Axon framework version used by the client application instance
string version = 4;public ClientIdentification.Builder setVersionBytes(com.google.protobuf.ByteString value)
Axon framework version used by the client application instance
string version = 4;public final ClientIdentification.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ClientIdentification.Builder>public final ClientIdentification.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ClientIdentification.Builder>Copyright © 2010–2020. All rights reserved.