Interface BatchCalculateEffectiveSettingsRequestOrBuilder

    • 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;