Cloud Security Compliance v1 API - Class RegexpPattern (1.0.0-beta04)

public sealed class RegexpPattern : IMessage<RegexpPattern>, IEquatable<RegexpPattern>, IDeepCloneable<RegexpPattern>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Security Compliance v1 API class RegexpPattern.

The regular expression (regex) validator for parameter values.

Inheritance

object > RegexpPattern

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

RegexpPattern()

public RegexpPattern()

RegexpPattern(RegexpPattern)

public RegexpPattern(RegexpPattern other)
Parameter
Name Description
other RegexpPattern

Properties

Pattern

public string Pattern { get; set; }

Required. The regex pattern to match the values of the parameter with.

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.