Package org.apache.drill.exec.proto
Interface UserProtos.RpcEndpointInfosOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserProtos.RpcEndpointInfos
,UserProtos.RpcEndpointInfos.Builder
- Enclosing class:
- UserProtos
public static interface UserProtos.RpcEndpointInfosOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionexample: Tableau 9.3com.google.protobuf.ByteString
example: Tableau 9.3int
example: 32int
example: 1int
example: 9getName()
example: Apache Drill Server, Apache Drill C++ clientcom.google.protobuf.ByteString
example: Apache Drill Server, Apache Drill C++ clientint
example: 0example: 1.9.0com.google.protobuf.ByteString
example: 1.9.0example: SNAPSHOTcom.google.protobuf.ByteString
example: SNAPSHOTboolean
example: Tableau 9.3boolean
example: 32boolean
example: 1boolean
example: 9boolean
hasName()
example: Apache Drill Server, Apache Drill C++ clientboolean
example: 0boolean
example: 1.9.0boolean
example: SNAPSHOTMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()example: Apache Drill Server, Apache Drill C++ client
optional string name = 1;
- Returns:
- Whether the name field is set.
-
getName
String getName()example: Apache Drill Server, Apache Drill C++ client
optional string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()example: Apache Drill Server, Apache Drill C++ client
optional string name = 1;
- Returns:
- The bytes for name.
-
hasVersion
boolean hasVersion()example: 1.9.0
optional string version = 2;
- Returns:
- Whether the version field is set.
-
getVersion
String getVersion()example: 1.9.0
optional string version = 2;
- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()example: 1.9.0
optional string version = 2;
- Returns:
- The bytes for version.
-
hasMajorVersion
boolean hasMajorVersion()example: 1
optional uint32 majorVersion = 3;
- Returns:
- Whether the majorVersion field is set.
-
getMajorVersion
int getMajorVersion()example: 1
optional uint32 majorVersion = 3;
- Returns:
- The majorVersion.
-
hasMinorVersion
boolean hasMinorVersion()example: 9
optional uint32 minorVersion = 4;
- Returns:
- Whether the minorVersion field is set.
-
getMinorVersion
int getMinorVersion()example: 9
optional uint32 minorVersion = 4;
- Returns:
- The minorVersion.
-
hasPatchVersion
boolean hasPatchVersion()example: 0
optional uint32 patchVersion = 5;
- Returns:
- Whether the patchVersion field is set.
-
getPatchVersion
int getPatchVersion()example: 0
optional uint32 patchVersion = 5;
- Returns:
- The patchVersion.
-
hasApplication
boolean hasApplication()example: Tableau 9.3
optional string application = 6;
- Returns:
- Whether the application field is set.
-
getApplication
String getApplication()example: Tableau 9.3
optional string application = 6;
- Returns:
- The application.
-
getApplicationBytes
com.google.protobuf.ByteString getApplicationBytes()example: Tableau 9.3
optional string application = 6;
- Returns:
- The bytes for application.
-
hasBuildNumber
boolean hasBuildNumber()example: 32
optional uint32 buildNumber = 7;
- Returns:
- Whether the buildNumber field is set.
-
getBuildNumber
int getBuildNumber()example: 32
optional uint32 buildNumber = 7;
- Returns:
- The buildNumber.
-
hasVersionQualifier
boolean hasVersionQualifier()example: SNAPSHOT
optional string versionQualifier = 8;
- Returns:
- Whether the versionQualifier field is set.
-
getVersionQualifier
String getVersionQualifier()example: SNAPSHOT
optional string versionQualifier = 8;
- Returns:
- The versionQualifier.
-
getVersionQualifierBytes
com.google.protobuf.ByteString getVersionQualifierBytes()example: SNAPSHOT
optional string versionQualifier = 8;
- Returns:
- The bytes for versionQualifier.
-