updateGenericOIDCProvider method

ResponseFuture<UpdateGenericOIDCProviderResponse> updateGenericOIDCProvider(
  1. UpdateGenericOIDCProviderRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.UpdateGenericOIDCProviderResponse>
    updateGenericOIDCProvider($2.UpdateGenericOIDCProviderRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateGenericOIDCProvider, request,
      options: options);
}