public interface QueryAuditableServicesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| QueryAuditableServicesResponse.AuditableService |
getServicesCount()
public abstract int getServicesCount()The auditable services for a resource.
repeated .google.iam.admin.v1.QueryAuditableServicesResponse.AuditableService services = 1;
| Type | Description |
| int |
getServicesList()
public abstract List<QueryAuditableServicesResponse.AuditableService> getServicesList()The auditable services for a resource.
repeated .google.iam.admin.v1.QueryAuditableServicesResponse.AuditableService services = 1;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| List<? extends com.google.iam.admin.v1.QueryAuditableServicesResponse.AuditableServiceOrBuilder> |