public interface ValidateIapAttributeExpressionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExpression()
public abstract String getExpression() Required. User input string expression. Should be of the form
 attributes.saml_attributes.filter(attribute, attribute.name in
 ['{attribute_name}', '{attribute_name}'])
 string expression = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The expression.  | 
      
getExpressionBytes()
public abstract ByteString getExpressionBytes() Required. User input string expression. Should be of the form
 attributes.saml_attributes.filter(attribute, attribute.name in
 ['{attribute_name}', '{attribute_name}'])
 string expression = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for expression.  | 
      
getName()
public abstract String getName()Required. The resource name of the IAP protected resource.
 string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public abstract ByteString getNameBytes()Required. The resource name of the IAP protected resource.
 string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  |