io.stigg.sidecar.proto.v1.GetBooleanEntitlementResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: stigg/sidecar/v1/sidecar.proto
package io.stigg.sidecar.proto.v1;
public interface GetBooleanEntitlementResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:stigg.sidecar.v1.GetBooleanEntitlementResponse)
com.google.protobuf.MessageOrBuilder {
/**
* bool has_access = 1 [json_name = "hasAccess"];
*
* @return The hasAccess.
*/
boolean getHasAccess();
/**
* bool is_fallback = 2 [json_name = "isFallback"];
*
* @return The isFallback.
*/
boolean getIsFallback();
/**
*
* optional .stigg.sidecar.v1.AccessDeniedReason access_denied_reason = 3 [json_name = "accessDeniedReason"];
*
*
* @return Whether the accessDeniedReason field is set.
*/
boolean hasAccessDeniedReason();
/**
*
* optional .stigg.sidecar.v1.AccessDeniedReason access_denied_reason = 3 [json_name = "accessDeniedReason"];
*
*
* @return The enum numeric value on the wire for accessDeniedReason.
*/
int getAccessDeniedReasonValue();
/**
*
* optional .stigg.sidecar.v1.AccessDeniedReason access_denied_reason = 3 [json_name = "accessDeniedReason"];
*
*
* @return The accessDeniedReason.
*/
io.stigg.sidecar.proto.v1.AccessDeniedReason getAccessDeniedReason();
/**
* .stigg.sidecar.v1.BooleanEntitlement entitlement = 4 [json_name = "entitlement"];
*
* @return Whether the entitlement field is set.
*/
boolean hasEntitlement();
/**
* .stigg.sidecar.v1.BooleanEntitlement entitlement = 4 [json_name = "entitlement"];
*
* @return The entitlement.
*/
io.stigg.sidecar.proto.v1.BooleanEntitlement getEntitlement();
/**
* .stigg.sidecar.v1.BooleanEntitlement entitlement = 4 [json_name = "entitlement"];
*/
io.stigg.sidecar.proto.v1.BooleanEntitlementOrBuilder getEntitlementOrBuilder();
}