public sealed class VpcScSettings : IMessage<VpcScSettings>, IEquatable<VpcScSettings>, IDeepCloneable<VpcScSettings>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class VpcScSettings.
VPC-SC settings for the app.
Implements
IMessageVpcScSettings, IEquatableVpcScSettings, IDeepCloneableVpcScSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
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 |
|