Interface PrivateLinkOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrivateLink,PrivateLink.Builder
@Generated
public interface PrivateLinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSet when the Traffic's network proxy layer knows the PLATTC the connection is from.com.google.protobuf.ByteStringSet when the Traffic's network proxy layer knows the PLATTC the connection is from.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
-
getPrivateEndpointId
String getPrivateEndpointId()Set when the Traffic's network proxy layer knows the PLATTC the connection is from. Globally unique across Confluent Cloud. Readers should NOT parse this value. Treat it as an opaque string that can be cross-checked against the cire-obelisk database CDC feed.
string private_endpoint_id = 1;- Returns:
- The privateEndpointId.
-
getPrivateEndpointIdBytes
com.google.protobuf.ByteString getPrivateEndpointIdBytes()Set when the Traffic's network proxy layer knows the PLATTC the connection is from. Globally unique across Confluent Cloud. Readers should NOT parse this value. Treat it as an opaque string that can be cross-checked against the cire-obelisk database CDC feed.
string private_endpoint_id = 1;- Returns:
- The bytes for privateEndpointId.
-