public static interface UserProtos.RpcEndpointInfosOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getApplication()
example: Tableau 9.3
|
com.google.protobuf.ByteString |
getApplicationBytes()
example: Tableau 9.3
|
int |
getBuildNumber()
example: 32
|
int |
getMajorVersion()
example: 1
|
int |
getMinorVersion()
example: 9
|
String |
getName()
example: Apache Drill Server, Apache Drill C++ client
|
com.google.protobuf.ByteString |
getNameBytes()
example: Apache Drill Server, Apache Drill C++ client
|
int |
getPatchVersion()
example: 0
|
String |
getVersion()
example: 1.9.0
|
com.google.protobuf.ByteString |
getVersionBytes()
example: 1.9.0
|
String |
getVersionQualifier()
example: SNAPSHOT
|
com.google.protobuf.ByteString |
getVersionQualifierBytes()
example: SNAPSHOT
|
boolean |
hasApplication()
example: Tableau 9.3
|
boolean |
hasBuildNumber()
example: 32
|
boolean |
hasMajorVersion()
example: 1
|
boolean |
hasMinorVersion()
example: 9
|
boolean |
hasName()
example: Apache Drill Server, Apache Drill C++ client
|
boolean |
hasPatchVersion()
example: 0
|
boolean |
hasVersion()
example: 1.9.0
|
boolean |
hasVersionQualifier()
example: SNAPSHOT
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
example: Apache Drill Server, Apache Drill C++ client
optional string name = 1;
String getName()
example: Apache Drill Server, Apache Drill C++ client
optional string name = 1;
com.google.protobuf.ByteString getNameBytes()
example: Apache Drill Server, Apache Drill C++ client
optional string name = 1;
boolean hasVersion()
example: 1.9.0
optional string version = 2;
String getVersion()
example: 1.9.0
optional string version = 2;
com.google.protobuf.ByteString getVersionBytes()
example: 1.9.0
optional string version = 2;
boolean hasMajorVersion()
example: 1
optional uint32 majorVersion = 3;
int getMajorVersion()
example: 1
optional uint32 majorVersion = 3;
boolean hasMinorVersion()
example: 9
optional uint32 minorVersion = 4;
int getMinorVersion()
example: 9
optional uint32 minorVersion = 4;
boolean hasPatchVersion()
example: 0
optional uint32 patchVersion = 5;
int getPatchVersion()
example: 0
optional uint32 patchVersion = 5;
boolean hasApplication()
example: Tableau 9.3
optional string application = 6;
String getApplication()
example: Tableau 9.3
optional string application = 6;
com.google.protobuf.ByteString getApplicationBytes()
example: Tableau 9.3
optional string application = 6;
boolean hasBuildNumber()
example: 32
optional uint32 buildNumber = 7;
int getBuildNumber()
example: 32
optional uint32 buildNumber = 7;
boolean hasVersionQualifier()
example: SNAPSHOT
optional string versionQualifier = 8;
String getVersionQualifier()
example: SNAPSHOT
optional string versionQualifier = 8;
com.google.protobuf.ByteString getVersionQualifierBytes()
example: SNAPSHOT
optional string versionQualifier = 8;
Copyright © 1970 The Apache Software Foundation. All rights reserved.