public sealed class Validation : IMessage<Validation>, IEquatable<Validation>, IDeepCloneable<Validation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Security Compliance v1 API class Validation.
Validation of the parameter.
Implements
IMessageValidation, IEquatableValidation, IDeepCloneableValidation, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
Validation()
public Validation()
Validation(Validation)
public Validation(Validation other)
Parameter | |
---|---|
Name | Description |
other |
Validation |
Properties
AllowedValues
public AllowedValues AllowedValues { get; set; }
Allowed set of values for the parameter.
Property Value | |
---|---|
Type | Description |
AllowedValues |
ConstraintCase
public Validation.ConstraintOneofCase ConstraintCase { get; }
Property Value | |
---|---|
Type | Description |
ValidationConstraintOneofCase |
IntRange
public IntRange IntRange { get; set; }
Allowed range for numeric parameters.
Property Value | |
---|---|
Type | Description |
IntRange |
RegexpPattern
public RegexpPattern RegexpPattern { get; set; }
Regular expression for string parameters.
Property Value | |
---|---|
Type | Description |
RegexpPattern |