Uses of Interface
com.google.cloud.accessapproval.v1.EnrolledServiceOrBuilder
-
Packages that use EnrolledServiceOrBuilder Package Description com.google.cloud.accessapproval.v1 A client to Access Approval API -
-
Uses of EnrolledServiceOrBuilder in com.google.cloud.accessapproval.v1
Classes in com.google.cloud.accessapproval.v1 that implement EnrolledServiceOrBuilder Modifier and Type Class Description class
EnrolledService
Represents the enrollment of a cloud resource into a specific service.static class
EnrolledService.Builder
Represents the enrollment of a cloud resource into a specific service.Methods in com.google.cloud.accessapproval.v1 that return EnrolledServiceOrBuilder Modifier and Type Method Description EnrolledServiceOrBuilder
AccessApprovalSettings.Builder. getEnrolledServicesOrBuilder(int index)
A list of Google Cloud Services for which the given resource has Access Approval enrolled.EnrolledServiceOrBuilder
AccessApprovalSettings. getEnrolledServicesOrBuilder(int index)
A list of Google Cloud Services for which the given resource has Access Approval enrolled.EnrolledServiceOrBuilder
AccessApprovalSettingsOrBuilder. getEnrolledServicesOrBuilder(int index)
A list of Google Cloud Services for which the given resource has Access Approval enrolled.Methods in com.google.cloud.accessapproval.v1 that return types with arguments of type EnrolledServiceOrBuilder Modifier and Type Method Description List<? extends EnrolledServiceOrBuilder>
AccessApprovalSettings.Builder. getEnrolledServicesOrBuilderList()
A list of Google Cloud Services for which the given resource has Access Approval enrolled.List<? extends EnrolledServiceOrBuilder>
AccessApprovalSettings. getEnrolledServicesOrBuilderList()
A list of Google Cloud Services for which the given resource has Access Approval enrolled.List<? extends EnrolledServiceOrBuilder>
AccessApprovalSettingsOrBuilder. getEnrolledServicesOrBuilderList()
A list of Google Cloud Services for which the given resource has Access Approval enrolled.
-