Interface CheckRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckRequest,CheckRequest.Builder
public interface CheckRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe request attributes.The request attributes.booleanThe request attributes.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
-
hasAttributes
boolean hasAttributes()The request attributes.
.envoy.service.auth.v2.AttributeContext attributes = 1;- Returns:
- Whether the attributes field is set.
-
getAttributes
AttributeContext getAttributes()The request attributes.
.envoy.service.auth.v2.AttributeContext attributes = 1;- Returns:
- The attributes.
-
getAttributesOrBuilder
AttributeContextOrBuilder getAttributesOrBuilder()The request attributes.
.envoy.service.auth.v2.AttributeContext attributes = 1;
-