io.axoniq.platform.grpc.ClientIdentificationOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: platform_api.proto
package io.axoniq.platform.grpc;
public interface ClientIdentificationOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.platform.grpc.ClientIdentification)
com.google.protobuf.MessageOrBuilder {
/**
* optional string client_name = 1;
*/
java.lang.String getClientName();
/**
* optional string client_name = 1;
*/
com.google.protobuf.ByteString
getClientNameBytes();
/**
* optional string component_name = 2;
*/
java.lang.String getComponentName();
/**
* optional string component_name = 2;
*/
com.google.protobuf.ByteString
getComponentNameBytes();
}