Interface VersionGrpcOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VersionGrpc,VersionGrpc.Builder
public interface VersionGrpcOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 createdTime = 2;intint32 number = 1;intint32 partitionCount = 5;optional string pushJobId = 4;com.google.protobuf.ByteStringoptional string pushJobId = 4;intint32 replicationFactor = 6;.com.linkedin.venice.protocols.controller.VersionStatusGrpc status = 3;int.com.linkedin.venice.protocols.controller.VersionStatusGrpc status = 3;booleanoptional string pushJobId = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNumber
int getNumber()int32 number = 1;- Returns:
- The number.
-
getCreatedTime
long getCreatedTime()int64 createdTime = 2;- Returns:
- The createdTime.
-
getStatusValue
int getStatusValue().com.linkedin.venice.protocols.controller.VersionStatusGrpc status = 3;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
VersionStatusGrpc getStatus().com.linkedin.venice.protocols.controller.VersionStatusGrpc status = 3;- Returns:
- The status.
-
hasPushJobId
boolean hasPushJobId()optional string pushJobId = 4;- Returns:
- Whether the pushJobId field is set.
-
getPushJobId
String getPushJobId()optional string pushJobId = 4;- Returns:
- The pushJobId.
-
getPushJobIdBytes
com.google.protobuf.ByteString getPushJobIdBytes()optional string pushJobId = 4;- Returns:
- The bytes for pushJobId.
-
getPartitionCount
int getPartitionCount()int32 partitionCount = 5;- Returns:
- The partitionCount.
-
getReplicationFactor
int getReplicationFactor()int32 replicationFactor = 6;- Returns:
- The replicationFactor.
-