Interface QueryAuditableServicesResponseOrBuilder (3.12.0)

public interface QueryAuditableServicesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getServices(int index)

public abstract QueryAuditableServicesResponse.AuditableService getServices(int index)

The auditable services for a resource.

repeated .google.iam.admin.v1.QueryAuditableServicesResponse.AuditableService services = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
QueryAuditableServicesResponse.AuditableService

getServicesCount()

public abstract int getServicesCount()

The auditable services for a resource.

repeated .google.iam.admin.v1.QueryAuditableServicesResponse.AuditableService services = 1;

Returns
TypeDescription
int

getServicesList()

public abstract List<QueryAuditableServicesResponse.AuditableService> getServicesList()

The auditable services for a resource.

repeated .google.iam.admin.v1.QueryAuditableServicesResponse.AuditableService services = 1;

Returns
TypeDescription
List<AuditableService>

getServicesOrBuilder(int index)

public abstract QueryAuditableServicesResponse.AuditableServiceOrBuilder getServicesOrBuilder(int index)

The auditable services for a resource.

repeated .google.iam.admin.v1.QueryAuditableServicesResponse.AuditableService services = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
QueryAuditableServicesResponse.AuditableServiceOrBuilder

getServicesOrBuilderList()

public abstract List<? extends QueryAuditableServicesResponse.AuditableServiceOrBuilder> getServicesOrBuilderList()

The auditable services for a resource.

repeated .google.iam.admin.v1.QueryAuditableServicesResponse.AuditableService services = 1;

Returns
TypeDescription
List<? extends com.google.iam.admin.v1.QueryAuditableServicesResponse.AuditableServiceOrBuilder>