public interface ConfluentFieldOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Aggregation |
getAggregation()
.confluent.protobuf.Aggregation aggregation = 6; |
int |
getAggregationValue()
.confluent.protobuf.Aggregation aggregation = 6; |
CustomerAccessRestrictions |
getCustomerAccess()
Access restrictions apply recursively.
|
int |
getCustomerAccessValue()
Access restrictions apply recursively.
|
boolean |
getExperimental()
bool experimental = 3; |
InternalAccessRestrictions |
getInternalAccess()
Access restrictions apply recursively.
|
int |
getInternalAccessValue()
Access restrictions apply recursively.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean getExperimental()
bool experimental = 3;
int getInternalAccessValue()
Access restrictions apply recursively. Overrides may become stricter at deeper nested levels, but not looser. If unspecified all the way to the message root, the default is unrestricted internal access.
.confluent.protobuf.InternalAccessRestrictions internal_access = 4;
InternalAccessRestrictions getInternalAccess()
Access restrictions apply recursively. Overrides may become stricter at deeper nested levels, but not looser. If unspecified all the way to the message root, the default is unrestricted internal access.
.confluent.protobuf.InternalAccessRestrictions internal_access = 4;
int getCustomerAccessValue()
Access restrictions apply recursively. Overrides may become stricter at deeper nested levels, but not looser. If unspecified all the way to the message root, the default is privileged customer access.
.confluent.protobuf.CustomerAccessRestrictions customer_access = 5;
CustomerAccessRestrictions getCustomerAccess()
Access restrictions apply recursively. Overrides may become stricter at deeper nested levels, but not looser. If unspecified all the way to the message root, the default is privileged customer access.
.confluent.protobuf.CustomerAccessRestrictions customer_access = 5;
int getAggregationValue()
.confluent.protobuf.Aggregation aggregation = 6;
Aggregation getAggregation()
.confluent.protobuf.Aggregation aggregation = 6;