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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetEnableRemoteClusterConnection()Flag to enable / disable the cross cluster connection.java.lang.StringgetFrontendAddress()Frontend Address is a cross cluster accessible address for gRPC traffic.com.google.protobuf.ByteStringgetFrontendAddressBytes()Frontend Address is a cross cluster accessible address for gRPC traffic.java.lang.StringgetFrontendHttpAddress()Frontend HTTP Address is a cross cluster accessible address for HTTP traffic.com.google.protobuf.ByteStringgetFrontendHttpAddressBytes()Frontend HTTP Address is a cross cluster accessible address for HTTP traffic.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFrontendAddress
java.lang.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
java.lang.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.
-
-