public sealed class BatchGetSettingsRequest : IMessage<BatchGetSettingsRequest>, IEquatable<BatchGetSettingsRequest>, IDeepCloneable<BatchGetSettingsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class BatchGetSettingsRequest.
Request message for BatchGetSettings.
Implements
IMessageBatchGetSettingsRequest, IEquatableBatchGetSettingsRequest, IDeepCloneableBatchGetSettingsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.Settings.V1Beta1Assembly
Google.Cloud.SecurityCenter.Settings.V1Beta1.dll
Constructors
BatchGetSettingsRequest()
public BatchGetSettingsRequest()BatchGetSettingsRequest(BatchGetSettingsRequest)
public BatchGetSettingsRequest(BatchGetSettingsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchGetSettingsRequest |
Properties
Names
public RepeatedField<string> Names { get; }The names of the settings to retrieve. A maximum of 1000 settings can be retrieved in a batch. Formats:
organizations/{organization}/settingsfolders/{folder}/settingsprojects/{project}/settingsprojects/{project}/locations/{location}/clusters/{cluster}/settingsprojects/{project}/regions/{region}/clusters/{cluster}/settingsprojects/{project}/zones/{zone}/clusters/{cluster}/settings
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Parent
public string Parent { get; set; }Required. The relative resource name of the organization shared by all of the settings being retrieved. Format:
organizations/{organization}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsOrganizationName
public OrganizationName ParentAsOrganizationName { get; set; }OrganizationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
OrganizationName |
|