public sealed class CreateInsightsConfigRequest : IMessage<CreateInsightsConfigRequest>, IEquatable<CreateInsightsConfigRequest>, IDeepCloneable<CreateInsightsConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Developer Connect v1 API class CreateInsightsConfigRequest.
Request for creating an InsightsConfig.
Implements
IMessageCreateInsightsConfigRequest, IEquatableCreateInsightsConfigRequest, IDeepCloneableCreateInsightsConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
CreateInsightsConfigRequest()
public CreateInsightsConfigRequest()
CreateInsightsConfigRequest(CreateInsightsConfigRequest)
public CreateInsightsConfigRequest(CreateInsightsConfigRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateInsightsConfigRequest |
Properties
InsightsConfig
public InsightsConfig InsightsConfig { get; set; }
Required. The resource being created.
Property Value | |
---|---|
Type | Description |
InsightsConfig |
InsightsConfigId
public string InsightsConfigId { get; set; }
Required. ID of the requesting InsightsConfig.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Value for parent.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
ValidateOnly
public bool ValidateOnly { get; set; }
Optional. If set, validate the request, but do not actually post it.
Property Value | |
---|---|
Type | Description |
bool |