public sealed class BatchGetSettingsRequest : IMessage<BatchGetSettingsRequest>, IEquatable<BatchGetSettingsRequest>, IDeepCloneable<BatchGetSettingsRequest>, IBufferMessage, IMessageRequest message for BatchGetSettings.
Implements
IMessage<BatchGetSettingsRequest>, IEquatable<BatchGetSettingsRequest>, IDeepCloneable<BatchGetSettingsRequest>, 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 |
RepeatedField<String> |
|
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 |
|