listMetadataSchemas method

  1. @override
Future<ListMetadataSchemasResponse> listMetadataSchemas(
  1. ListMetadataSchemasRequest request
)
override

Lists MetadataSchemas.

Throws a http.ClientException if there were problems communicating with the API service. Throws a ServiceException if the API method failed for any reason.

Implementation

@override
Future<ListMetadataSchemasResponse> listMetadataSchemas(
  ListMetadataSchemasRequest request,
) async {
  if (isClosed) throw StateError('Service is closed');

  if (_listMetadataSchemas case final listMetadataSchemas?) {
    return listMetadataSchemas(request);
  }
  throw UnsupportedError('listMetadataSchemas');
}