Interface BatchCalculateEffectiveSettingsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchCalculateEffectiveSettingsRequest,BatchCalculateEffectiveSettingsRequest.Builder
public interface BatchCalculateEffectiveSettingsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.CalculateEffectiveSettingsRequestgetRequests(int index)The requests specifying the effective settings to retrieve.intgetRequestsCount()The requests specifying the effective settings to retrieve.List<CalculateEffectiveSettingsRequest>getRequestsList()The requests specifying the effective settings to retrieve.CalculateEffectiveSettingsRequestOrBuildergetRequestsOrBuilder(int index)The requests specifying the effective settings to retrieve.List<? extends CalculateEffectiveSettingsRequestOrBuilder>getRequestsOrBuilderList()The requests specifying the effective settings to retrieve.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String 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) = { ... }- Returns:
- The parent.
-
getParentBytes
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) = { ... }- Returns:
- The bytes for parent.
-
getRequestsList
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;
-
getRequests
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;
-
getRequestsCount
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;
-
getRequestsOrBuilderList
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;
-
getRequestsOrBuilder
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;
-
-