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