devel/rubygem-google-apis-sqladmin_v1beta4: Add rubygem-google-apis-sqladmin_v1beta4 0.17.0
This is a simple client library for version V1beta4 of the Cloud SQL Admin API. It provides: - A client object that connects to the HTTP/JSON REST endpoint for the service. - Ruby objects for data structures related to the service. - Integration with the googleauth gem for authentication using OAuth, API keys, and service accounts. - Control of retry, pagination, and timeouts. WWW: https://github.com/googleapis/google-api-ruby-client WWW: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1beta4
This commit is contained in:
parent
593c9916f8
commit
a887d6b594
4 changed files with 35 additions and 0 deletions
|
@ -6343,6 +6343,7 @@
|
|||
SUBDIR += rubygem-google-apis-iamcredentials_v1
|
||||
SUBDIR += rubygem-google-apis-monitoring_v3
|
||||
SUBDIR += rubygem-google-apis-pubsub_v1
|
||||
SUBDIR += rubygem-google-apis-sqladmin_v1beta4
|
||||
SUBDIR += rubygem-google-apis-storage_v1
|
||||
SUBDIR += rubygem-google-gax
|
||||
SUBDIR += rubygem-google-protobuf
|
||||
|
|
21
devel/rubygem-google-apis-sqladmin_v1beta4/Makefile
Normal file
21
devel/rubygem-google-apis-sqladmin_v1beta4/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= google-apis-sqladmin_v1beta4
|
||||
PORTVERSION= 0.17.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Simple REST client for Cloud SQL Admin API V1beta4
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-google-apis-core>=0.4<2.0:devel/rubygem-google-apis-core
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-google-apis-sqladmin_v1beta4/distinfo
Normal file
3
devel/rubygem-google-apis-sqladmin_v1beta4/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1632773614
|
||||
SHA256 (rubygem/google-apis-sqladmin_v1beta4-0.17.0.gem) = a0242a5f38e3bdcd1cfb824666b8ccba50b551dcf56abc4489bebfc970a2cc11
|
||||
SIZE (rubygem/google-apis-sqladmin_v1beta4-0.17.0.gem) = 45056
|
10
devel/rubygem-google-apis-sqladmin_v1beta4/pkg-descr
Normal file
10
devel/rubygem-google-apis-sqladmin_v1beta4/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
This is a simple client library for version V1beta4 of the Cloud SQL Admin API.
|
||||
It provides:
|
||||
- A client object that connects to the HTTP/JSON REST endpoint for the service.
|
||||
- Ruby objects for data structures related to the service.
|
||||
- Integration with the googleauth gem for authentication using OAuth, API keys,
|
||||
and service accounts.
|
||||
- Control of retry, pagination, and timeouts.
|
||||
|
||||
WWW: https://github.com/googleapis/google-api-ruby-client
|
||||
WWW: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1beta4
|
Loading…
Reference in a new issue