Interface GetValueSchemaGrpcResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetValueSchemaGrpcResponse,GetValueSchemaGrpcResponse.Builder
public interface GetValueSchemaGrpcResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 schemaId = 2;string schemaStr = 3;com.google.protobuf.ByteStringstring schemaStr = 3;.com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo storeInfo = 1;.com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo storeInfo = 1;boolean.com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo storeInfo = 1;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
-
hasStoreInfo
boolean hasStoreInfo().com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo storeInfo = 1;- Returns:
- Whether the storeInfo field is set.
-
getStoreInfo
ClusterStoreGrpcInfo getStoreInfo().com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo storeInfo = 1;- Returns:
- The storeInfo.
-
getStoreInfoOrBuilder
ClusterStoreGrpcInfoOrBuilder getStoreInfoOrBuilder().com.linkedin.venice.protocols.controller.ClusterStoreGrpcInfo storeInfo = 1; -
getSchemaId
int getSchemaId()int32 schemaId = 2;- Returns:
- The schemaId.
-
getSchemaStr
String getSchemaStr()string schemaStr = 3;- Returns:
- The schemaStr.
-
getSchemaStrBytes
com.google.protobuf.ByteString getSchemaStrBytes()string schemaStr = 3;- Returns:
- The bytes for schemaStr.
-