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, 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<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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<ClientIdentification.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<ClientIdentification.Builder>
public ClientIdentification getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ClientIdentification build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ClientIdentification buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ClientIdentification.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<ClientIdentification.Builder>
public ClientIdentification.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<ClientIdentification.Builder>
public ClientIdentification.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
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.Builder
clearOneof
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.Builder
setRepeatedField
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.Builder
addRepeatedField
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.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ClientIdentification.Builder>
IOException
public 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 ClientIdentificationOrBuilder
public 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 ClientIdentificationOrBuilder
public 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 ClientIdentificationOrBuilder
public 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 ClientIdentificationOrBuilder
public 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()
ClientIdentificationOrBuilder
Any tags associated with the client, which may provide hints and preferences for setting up connections
map<string, string> tags = 3;
getTagsCount
in interface ClientIdentificationOrBuilder
public 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 ClientIdentificationOrBuilder
public 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 ClientIdentificationOrBuilder
public 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 ClientIdentificationOrBuilder
public 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 ClientIdentificationOrBuilder
public 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 ClientIdentificationOrBuilder
public com.google.protobuf.ByteString getVersionBytes()
Axon framework version used by the client application instance
string version = 4;
getVersionBytes
in interface ClientIdentificationOrBuilder
public 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.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<ClientIdentification.Builder>
Copyright © 2010–2020. All rights reserved.