public interface QueryAuditableServicesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
QueryAuditableServicesResponse.AuditableService |
getServices(int index)
The auditable services for a resource.
|
int |
getServicesCount()
The auditable services for a resource.
|
List<QueryAuditableServicesResponse.AuditableService> |
getServicesList()
The auditable services for a resource.
|
QueryAuditableServicesResponse.AuditableServiceOrBuilder |
getServicesOrBuilder(int index)
The auditable services for a resource.
|
List<? extends QueryAuditableServicesResponse.AuditableServiceOrBuilder> |
getServicesOrBuilderList()
The auditable services for a resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<QueryAuditableServicesResponse.AuditableService> getServicesList()
The auditable services for a resource.
repeated .google.iam.admin.v1.QueryAuditableServicesResponse.AuditableService services = 1;
QueryAuditableServicesResponse.AuditableService getServices(int index)
The auditable services for a resource.
repeated .google.iam.admin.v1.QueryAuditableServicesResponse.AuditableService services = 1;
int getServicesCount()
The auditable services for a resource.
repeated .google.iam.admin.v1.QueryAuditableServicesResponse.AuditableService services = 1;
List<? extends QueryAuditableServicesResponse.AuditableServiceOrBuilder> getServicesOrBuilderList()
The auditable services for a resource.
repeated .google.iam.admin.v1.QueryAuditableServicesResponse.AuditableService services = 1;
QueryAuditableServicesResponse.AuditableServiceOrBuilder getServicesOrBuilder(int index)
The auditable services for a resource.
repeated .google.iam.admin.v1.QueryAuditableServicesResponse.AuditableService services = 1;
Copyright © 2025 Google LLC. All rights reserved.