Interface RepushInfoGrpcOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RepushInfoGrpc,RepushInfoGrpc.Builder
public interface RepushInfoGrpcOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring pubSubUrl = 1;com.google.protobuf.ByteStringstring pubSubUrl = 1;optional string systemSchemaClusterD2ServiceName = 3;com.google.protobuf.ByteStringoptional string systemSchemaClusterD2ServiceName = 3;optional string systemSchemaClusterD2ZkHost = 4;com.google.protobuf.ByteStringoptional string systemSchemaClusterD2ZkHost = 4;optional .com.linkedin.venice.protocols.controller.VersionGrpc version = 2;optional .com.linkedin.venice.protocols.controller.VersionGrpc version = 2;booleanoptional string systemSchemaClusterD2ServiceName = 3;booleanoptional string systemSchemaClusterD2ZkHost = 4;booleanoptional .com.linkedin.venice.protocols.controller.VersionGrpc version = 2;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
-
getPubSubUrl
String getPubSubUrl()string pubSubUrl = 1;- Returns:
- The pubSubUrl.
-
getPubSubUrlBytes
com.google.protobuf.ByteString getPubSubUrlBytes()string pubSubUrl = 1;- Returns:
- The bytes for pubSubUrl.
-
hasVersion
boolean hasVersion()optional .com.linkedin.venice.protocols.controller.VersionGrpc version = 2;- Returns:
- Whether the version field is set.
-
getVersion
VersionGrpc getVersion()optional .com.linkedin.venice.protocols.controller.VersionGrpc version = 2;- Returns:
- The version.
-
getVersionOrBuilder
VersionGrpcOrBuilder getVersionOrBuilder()optional .com.linkedin.venice.protocols.controller.VersionGrpc version = 2; -
hasSystemSchemaClusterD2ServiceName
boolean hasSystemSchemaClusterD2ServiceName()optional string systemSchemaClusterD2ServiceName = 3;- Returns:
- Whether the systemSchemaClusterD2ServiceName field is set.
-
getSystemSchemaClusterD2ServiceName
String getSystemSchemaClusterD2ServiceName()optional string systemSchemaClusterD2ServiceName = 3;- Returns:
- The systemSchemaClusterD2ServiceName.
-
getSystemSchemaClusterD2ServiceNameBytes
com.google.protobuf.ByteString getSystemSchemaClusterD2ServiceNameBytes()optional string systemSchemaClusterD2ServiceName = 3;- Returns:
- The bytes for systemSchemaClusterD2ServiceName.
-
hasSystemSchemaClusterD2ZkHost
boolean hasSystemSchemaClusterD2ZkHost()optional string systemSchemaClusterD2ZkHost = 4;- Returns:
- Whether the systemSchemaClusterD2ZkHost field is set.
-
getSystemSchemaClusterD2ZkHost
String getSystemSchemaClusterD2ZkHost()optional string systemSchemaClusterD2ZkHost = 4;- Returns:
- The systemSchemaClusterD2ZkHost.
-
getSystemSchemaClusterD2ZkHostBytes
com.google.protobuf.ByteString getSystemSchemaClusterD2ZkHostBytes()optional string systemSchemaClusterD2ZkHost = 4;- Returns:
- The bytes for systemSchemaClusterD2ZkHost.
-