public interface BatchCalculateEffectiveSettingsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
CalculateEffectiveSettingsRequest |
getRequests(int index)
The requests specifying the effective settings to retrieve.
|
int |
getRequestsCount()
The requests specifying the effective settings to retrieve.
|
List<CalculateEffectiveSettingsRequest> |
getRequestsList()
The requests specifying the effective settings to retrieve.
|
CalculateEffectiveSettingsRequestOrBuilder |
getRequestsOrBuilder(int index)
The requests specifying the effective settings to retrieve.
|
List<? extends CalculateEffectiveSettingsRequestOrBuilder> |
getRequestsOrBuilderList()
The requests specifying the effective settings to retrieve.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The relative resource name of the organization shared by all of the
settings being retrieved.
Format:
* `organizations/{organization}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The relative resource name of the organization shared by all of the
settings being retrieved.
Format:
* `organizations/{organization}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
List<CalculateEffectiveSettingsRequest> getRequestsList()
The requests specifying the effective settings to retrieve. A maximum of 1000 effective settings can be retrieved in a batch.
repeated .google.cloud.securitycenter.settings.v1beta1.CalculateEffectiveSettingsRequest requests = 2;
CalculateEffectiveSettingsRequest getRequests(int index)
The requests specifying the effective settings to retrieve. A maximum of 1000 effective settings can be retrieved in a batch.
repeated .google.cloud.securitycenter.settings.v1beta1.CalculateEffectiveSettingsRequest requests = 2;
int getRequestsCount()
The requests specifying the effective settings to retrieve. A maximum of 1000 effective settings can be retrieved in a batch.
repeated .google.cloud.securitycenter.settings.v1beta1.CalculateEffectiveSettingsRequest requests = 2;
List<? extends CalculateEffectiveSettingsRequestOrBuilder> getRequestsOrBuilderList()
The requests specifying the effective settings to retrieve. A maximum of 1000 effective settings can be retrieved in a batch.
repeated .google.cloud.securitycenter.settings.v1beta1.CalculateEffectiveSettingsRequest requests = 2;
CalculateEffectiveSettingsRequestOrBuilder getRequestsOrBuilder(int index)
The requests specifying the effective settings to retrieve. A maximum of 1000 effective settings can be retrieved in a batch.
repeated .google.cloud.securitycenter.settings.v1beta1.CalculateEffectiveSettingsRequest requests = 2;
Copyright © 2024 Google LLC. All rights reserved.