Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.ResponseFlags.Unauthorized
-
Packages that use ResponseFlags.Unauthorized Package Description io.envoyproxy.envoy.data.accesslog.v3 -
-
Uses of ResponseFlags.Unauthorized in io.envoyproxy.envoy.data.accesslog.v3
Fields in io.envoyproxy.envoy.data.accesslog.v3 declared as ResponseFlags.Unauthorized Modifier and Type Field Description private static ResponseFlags.Unauthorized
ResponseFlags.Unauthorized. DEFAULT_INSTANCE
private ResponseFlags.Unauthorized
ResponseFlags.Builder. unauthorizedDetails_
private ResponseFlags.Unauthorized
ResponseFlags. unauthorizedDetails_
Fields in io.envoyproxy.envoy.data.accesslog.v3 with type parameters of type ResponseFlags.Unauthorized Modifier and Type Field Description private static com.google.protobuf.Parser<ResponseFlags.Unauthorized>
ResponseFlags.Unauthorized. PARSER
private com.google.protobuf.SingleFieldBuilder<ResponseFlags.Unauthorized,ResponseFlags.Unauthorized.Builder,ResponseFlags.UnauthorizedOrBuilder>
ResponseFlags.Builder. unauthorizedDetailsBuilder_
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return ResponseFlags.Unauthorized Modifier and Type Method Description ResponseFlags.Unauthorized
ResponseFlags.Unauthorized.Builder. build()
ResponseFlags.Unauthorized
ResponseFlags.Unauthorized.Builder. buildPartial()
static ResponseFlags.Unauthorized
ResponseFlags.Unauthorized. getDefaultInstance()
ResponseFlags.Unauthorized
ResponseFlags.Unauthorized.Builder. getDefaultInstanceForType()
ResponseFlags.Unauthorized
ResponseFlags.Unauthorized. getDefaultInstanceForType()
ResponseFlags.Unauthorized
ResponseFlags.Builder. getUnauthorizedDetails()
Indicates if the request was deemed unauthorized and the reason for it.ResponseFlags.Unauthorized
ResponseFlags. getUnauthorizedDetails()
Indicates if the request was deemed unauthorized and the reason for it.ResponseFlags.Unauthorized
ResponseFlagsOrBuilder. getUnauthorizedDetails()
Indicates if the request was deemed unauthorized and the reason for it.static ResponseFlags.Unauthorized
ResponseFlags.Unauthorized. parseDelimitedFrom(java.io.InputStream input)
static ResponseFlags.Unauthorized
ResponseFlags.Unauthorized. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResponseFlags.Unauthorized
ResponseFlags.Unauthorized. parseFrom(byte[] data)
static ResponseFlags.Unauthorized
ResponseFlags.Unauthorized. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResponseFlags.Unauthorized
ResponseFlags.Unauthorized. parseFrom(com.google.protobuf.ByteString data)
static ResponseFlags.Unauthorized
ResponseFlags.Unauthorized. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResponseFlags.Unauthorized
ResponseFlags.Unauthorized. parseFrom(com.google.protobuf.CodedInputStream input)
static ResponseFlags.Unauthorized
ResponseFlags.Unauthorized. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResponseFlags.Unauthorized
ResponseFlags.Unauthorized. parseFrom(java.io.InputStream input)
static ResponseFlags.Unauthorized
ResponseFlags.Unauthorized. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResponseFlags.Unauthorized
ResponseFlags.Unauthorized. parseFrom(java.nio.ByteBuffer data)
static ResponseFlags.Unauthorized
ResponseFlags.Unauthorized. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type ResponseFlags.Unauthorized Modifier and Type Method Description com.google.protobuf.Parser<ResponseFlags.Unauthorized>
ResponseFlags.Unauthorized. getParserForType()
private com.google.protobuf.SingleFieldBuilder<ResponseFlags.Unauthorized,ResponseFlags.Unauthorized.Builder,ResponseFlags.UnauthorizedOrBuilder>
ResponseFlags.Builder. getUnauthorizedDetailsFieldBuilder()
Indicates if the request was deemed unauthorized and the reason for it.static com.google.protobuf.Parser<ResponseFlags.Unauthorized>
ResponseFlags.Unauthorized. parser()
Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type ResponseFlags.Unauthorized Modifier and Type Method Description private void
ResponseFlags.Unauthorized.Builder. buildPartial0(ResponseFlags.Unauthorized result)
ResponseFlags.Unauthorized.Builder
ResponseFlags.Unauthorized.Builder. mergeFrom(ResponseFlags.Unauthorized other)
ResponseFlags.Builder
ResponseFlags.Builder. mergeUnauthorizedDetails(ResponseFlags.Unauthorized value)
Indicates if the request was deemed unauthorized and the reason for it.static ResponseFlags.Unauthorized.Builder
ResponseFlags.Unauthorized. newBuilder(ResponseFlags.Unauthorized prototype)
ResponseFlags.Builder
ResponseFlags.Builder. setUnauthorizedDetails(ResponseFlags.Unauthorized value)
Indicates if the request was deemed unauthorized and the reason for it.
-