Package com.google.iam.admin.v1
Interface QueryAuditableServicesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryAuditableServicesResponse,QueryAuditableServicesResponse.Builder
public interface QueryAuditableServicesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryAuditableServicesResponse.AuditableServicegetServices(int index)The auditable services for a resource.intgetServicesCount()The auditable services for a resource.List<QueryAuditableServicesResponse.AuditableService>getServicesList()The auditable services for a resource.QueryAuditableServicesResponse.AuditableServiceOrBuildergetServicesOrBuilder(int index)The auditable services for a resource.List<? extends QueryAuditableServicesResponse.AuditableServiceOrBuilder>getServicesOrBuilderList()The auditable services for a resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getServicesList
List<QueryAuditableServicesResponse.AuditableService> getServicesList()
The auditable services for a resource.
repeated .google.iam.admin.v1.QueryAuditableServicesResponse.AuditableService services = 1;
-
getServices
QueryAuditableServicesResponse.AuditableService getServices(int index)
The auditable services for a resource.
repeated .google.iam.admin.v1.QueryAuditableServicesResponse.AuditableService services = 1;
-
getServicesCount
int getServicesCount()
The auditable services for a resource.
repeated .google.iam.admin.v1.QueryAuditableServicesResponse.AuditableService services = 1;
-
getServicesOrBuilderList
List<? extends QueryAuditableServicesResponse.AuditableServiceOrBuilder> getServicesOrBuilderList()
The auditable services for a resource.
repeated .google.iam.admin.v1.QueryAuditableServicesResponse.AuditableService services = 1;
-
getServicesOrBuilder
QueryAuditableServicesResponse.AuditableServiceOrBuilder getServicesOrBuilder(int index)
The auditable services for a resource.
repeated .google.iam.admin.v1.QueryAuditableServicesResponse.AuditableService services = 1;
-
-