Interface AddOrUpdateRemoteClusterRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AddOrUpdateRemoteClusterRequest,AddOrUpdateRemoteClusterRequest.Builder
@Generated(value="protoc",
comments="annotations:AddOrUpdateRemoteClusterRequestOrBuilder.java.pb.meta")
public interface AddOrUpdateRemoteClusterRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanFlag to enable / disable the cross cluster connection.booleanControls whether replication streams are active.Frontend Address is a cross cluster accessible address for gRPC traffic.com.google.protobuf.ByteStringFrontend Address is a cross cluster accessible address for gRPC traffic.Frontend HTTP Address is a cross cluster accessible address for HTTP traffic.com.google.protobuf.ByteStringFrontend HTTP Address is a cross cluster accessible address for HTTP traffic.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
-
getFrontendAddress
String getFrontendAddress()Frontend Address is a cross cluster accessible address for gRPC traffic. This field is required.
string frontend_address = 1;- Returns:
- The frontendAddress.
-
getFrontendAddressBytes
com.google.protobuf.ByteString getFrontendAddressBytes()Frontend Address is a cross cluster accessible address for gRPC traffic. This field is required.
string frontend_address = 1;- Returns:
- The bytes for frontendAddress.
-
getEnableRemoteClusterConnection
boolean getEnableRemoteClusterConnection()Flag to enable / disable the cross cluster connection.
bool enable_remote_cluster_connection = 2;- Returns:
- The enableRemoteClusterConnection.
-
getFrontendHttpAddress
String getFrontendHttpAddress()Frontend HTTP Address is a cross cluster accessible address for HTTP traffic. This field is optional. If not provided on update, the existing HTTP address will be removed.
string frontend_http_address = 3;- Returns:
- The frontendHttpAddress.
-
getFrontendHttpAddressBytes
com.google.protobuf.ByteString getFrontendHttpAddressBytes()Frontend HTTP Address is a cross cluster accessible address for HTTP traffic. This field is optional. If not provided on update, the existing HTTP address will be removed.
string frontend_http_address = 3;- Returns:
- The bytes for frontendHttpAddress.
-
getEnableReplication
boolean getEnableReplication()Controls whether replication streams are active.
bool enable_replication = 4;- Returns:
- The enableReplication.
-