Uses of Class
com.google.cloud.iam.admin.v1.IAMClient.ListRolesPagedResponse
-
Packages that use IAMClient.ListRolesPagedResponse Package Description com.google.cloud.iam.admin.v1 A client to Identity and Access Management (IAM) APIcom.google.cloud.iam.admin.v1.stub -
-
Uses of IAMClient.ListRolesPagedResponse in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return IAMClient.ListRolesPagedResponse Modifier and Type Method Description IAMClient.ListRolesPagedResponse
IAMClient. listRoles(ListRolesRequest request)
Lists every predefined [Role][google.iam.admin.v1.Role] that IAM supports, or every custom role that is defined for an organization or project.Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type IAMClient.ListRolesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<IAMClient.ListRolesPagedResponse>
IAMClient.ListRolesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRolesRequest,ListRolesResponse,Role> context, com.google.api.core.ApiFuture<ListRolesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListRolesRequest,IAMClient.ListRolesPagedResponse>
IAMClient. listRolesPagedCallable()
Lists every predefined [Role][google.iam.admin.v1.Role] that IAM supports, or every custom role that is defined for an organization or project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRolesRequest,ListRolesResponse,IAMClient.ListRolesPagedResponse>
IAMSettings.Builder. listRolesSettings()
Returns the builder for the settings used for calls to listRoles.com.google.api.gax.rpc.PagedCallSettings<ListRolesRequest,ListRolesResponse,IAMClient.ListRolesPagedResponse>
IAMSettings. listRolesSettings()
Returns the object with the settings used for calls to listRoles. -
Uses of IAMClient.ListRolesPagedResponse in com.google.cloud.iam.admin.v1.stub
Methods in com.google.cloud.iam.admin.v1.stub that return types with arguments of type IAMClient.ListRolesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRolesRequest,IAMClient.ListRolesPagedResponse>
GrpcIAMStub. listRolesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListRolesRequest,IAMClient.ListRolesPagedResponse>
IAMStub. listRolesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRolesRequest,ListRolesResponse,IAMClient.ListRolesPagedResponse>
IAMStubSettings.Builder. listRolesSettings()
Returns the builder for the settings used for calls to listRoles.com.google.api.gax.rpc.PagedCallSettings<ListRolesRequest,ListRolesResponse,IAMClient.ListRolesPagedResponse>
IAMStubSettings. listRolesSettings()
Returns the object with the settings used for calls to listRoles.
-