Gemini Enterprise for Customer Experience v1beta API - Class VpcScSettings (1.0.0-beta06)

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

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class VpcScSettings.

VPC-SC settings for the app.

Inheritance

object > VpcScSettings

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

VpcScSettings()

public VpcScSettings()

VpcScSettings(VpcScSettings)

public VpcScSettings(VpcScSettings other)
Parameter
Name Description
other VpcScSettings

Properties

AllowedOrigins

public RepeatedField<string> AllowedOrigins { get; }

Optional. The allowed HTTP(s) origins that OpenAPI tools in the App are able to directly call when VPC Service Controls are enabled. These strings must match the origin exactly, including the port if specified. For example, "https://example.com" or "https://example.com:443". This list does not yet apply to Python tools that may make direct HTTP calls.

Property Value
Type Description
RepeatedFieldstring