Interface AuditConfigOrBuilder (0.7.0)

public interface AuditConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinations(int index)

public abstract AuditConfig.CmEligibleDestination getDestinations(int index)

Required. The list of destinations that can be selected for uploading audit reports to.

repeated .google.cloud.cloudsecuritycompliance.v1.AuditConfig.CmEligibleDestination destinations = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
AuditConfig.CmEligibleDestination

getDestinationsCount()

public abstract int getDestinationsCount()

Required. The list of destinations that can be selected for uploading audit reports to.

repeated .google.cloud.cloudsecuritycompliance.v1.AuditConfig.CmEligibleDestination destinations = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getDestinationsList()

public abstract List<AuditConfig.CmEligibleDestination> getDestinationsList()

Required. The list of destinations that can be selected for uploading audit reports to.

repeated .google.cloud.cloudsecuritycompliance.v1.AuditConfig.CmEligibleDestination destinations = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<CmEligibleDestination>

getDestinationsOrBuilder(int index)

public abstract AuditConfig.CmEligibleDestinationOrBuilder getDestinationsOrBuilder(int index)

Required. The list of destinations that can be selected for uploading audit reports to.

repeated .google.cloud.cloudsecuritycompliance.v1.AuditConfig.CmEligibleDestination destinations = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
AuditConfig.CmEligibleDestinationOrBuilder

getDestinationsOrBuilderList()

public abstract List<? extends AuditConfig.CmEligibleDestinationOrBuilder> getDestinationsOrBuilderList()

Required. The list of destinations that can be selected for uploading audit reports to.

repeated .google.cloud.cloudsecuritycompliance.v1.AuditConfig.CmEligibleDestination destinations = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.cloudsecuritycompliance.v1.AuditConfig.CmEligibleDestinationOrBuilder>