google-apis-metastore_v1beta 0.5.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/metastore_v1beta.rb +1 -1
- data/lib/google/apis/metastore_v1beta/classes.rb +20 -14
- data/lib/google/apis/metastore_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/metastore_v1beta/representations.rb +1 -0
- data/lib/google/apis/metastore_v1beta/service.rb +32 -27
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2c8db76a7c3c029df9a79275cdb640bee5d1b6276213cf0f742f510c23b141f
|
4
|
+
data.tar.gz: 29a5ed19cffb97ad58c911a4b8c15f05f52fd7e8f559a6002ec97d5d53967d2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a954a592c0b3ea40587bad13f4c62daaec20ed46d614d3932ac3a1cd7a2ab8bd55de4233f631fed71767f34c7717e46f0afd32bbd1351d138ce8a84a731a8cd2
|
7
|
+
data.tar.gz: 819e3cb1442cb1288156789506e1efbcd78a0096a473a8bacec3ddd5c9a5561e500ca42992a40950c0420995e522cca2133cc0cb7a9755ace257c9e0e4efc38d
|
data/CHANGELOG.md
CHANGED
@@ -30,7 +30,7 @@ module Google
|
|
30
30
|
# This is NOT the gem version.
|
31
31
|
VERSION = 'V1beta'
|
32
32
|
|
33
|
-
#
|
33
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
34
34
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
35
35
|
end
|
36
36
|
end
|
@@ -250,9 +250,8 @@ module Google
|
|
250
250
|
# @return [String]
|
251
251
|
attr_accessor :database_dump_type
|
252
252
|
|
253
|
-
#
|
254
|
-
#
|
255
|
-
# below it.
|
253
|
+
# A Cloud Storage URI of a folder, in the format gs:///. A sub-folder containing
|
254
|
+
# exported files will be created below it.
|
256
255
|
# Corresponds to the JSON property `destinationGcsFolder`
|
257
256
|
# @return [String]
|
258
257
|
attr_accessor :destination_gcs_folder
|
@@ -413,7 +412,7 @@ module Google
|
|
413
412
|
attr_accessor :krb5_config_gcs_uri
|
414
413
|
|
415
414
|
# A Kerberos principal that exists in the both the keytab the KDC to
|
416
|
-
# authenticate as. A typical principal is of the form
|
415
|
+
# authenticate as. A typical principal is of the form primary/instance@REALM,
|
417
416
|
# but there is no exact format.
|
418
417
|
# Corresponds to the JSON property `principal`
|
419
418
|
# @return [String]
|
@@ -649,7 +648,7 @@ module Google
|
|
649
648
|
attr_accessor :database_dump_type
|
650
649
|
|
651
650
|
# Output only. A Cloud Storage URI of a folder that metadata are exported to, in
|
652
|
-
# the form of gs:////, where
|
651
|
+
# the form of gs:////, where is automatically generated.
|
653
652
|
# Corresponds to the JSON property `destinationGcsUri`
|
654
653
|
# @return [String]
|
655
654
|
attr_accessor :destination_gcs_uri
|
@@ -703,9 +702,9 @@ module Google
|
|
703
702
|
# @return [String]
|
704
703
|
attr_accessor :description
|
705
704
|
|
706
|
-
# Immutable. The relative resource name of the metadata import, of the form:
|
705
|
+
# Immutable. The relative resource name of the metadata import, of the form:
|
707
706
|
# projects/`project_number`/locations/`location_id`/services/`service_id`/
|
708
|
-
# metadataImports/`metadata_import_id
|
707
|
+
# metadataImports/`metadata_import_id`.
|
709
708
|
# Corresponds to the JSON property `name`
|
710
709
|
# @return [String]
|
711
710
|
attr_accessor :name
|
@@ -936,7 +935,7 @@ module Google
|
|
936
935
|
|
937
936
|
# Output only. The relative resource name of the metastore service backup to
|
938
937
|
# restore from, in the following form:projects/`project_id`/locations/`
|
939
|
-
# location_id`/services/`service_id`/backups/`backup_id
|
938
|
+
# location_id`/services/`service_id`/backups/`backup_id`.
|
940
939
|
# Corresponds to the JSON property `backup`
|
941
940
|
# @return [String]
|
942
941
|
attr_accessor :backup
|
@@ -987,8 +986,8 @@ module Google
|
|
987
986
|
include Google::Apis::Core::Hashable
|
988
987
|
|
989
988
|
# The relative resource name of a Secret Manager secret version, in the
|
990
|
-
# following form:
|
991
|
-
# version_id
|
989
|
+
# following form:projects/`project_number`/secrets/`secret_id`/versions/`
|
990
|
+
# version_id`.
|
992
991
|
# Corresponds to the JSON property `cloudSecret`
|
993
992
|
# @return [String]
|
994
993
|
attr_accessor :cloud_secret
|
@@ -1050,15 +1049,15 @@ module Google
|
|
1050
1049
|
# @return [Google::Apis::MetastoreV1beta::MetadataManagementActivity]
|
1051
1050
|
attr_accessor :metadata_management_activity
|
1052
1051
|
|
1053
|
-
# Immutable. The relative resource name of the metastore service, of the form:
|
1054
|
-
# projects/`project_number`/locations/`location_id`/services/`service_id
|
1052
|
+
# Immutable. The relative resource name of the metastore service, of the form:
|
1053
|
+
# projects/`project_number`/locations/`location_id`/services/`service_id`.
|
1055
1054
|
# Corresponds to the JSON property `name`
|
1056
1055
|
# @return [String]
|
1057
1056
|
attr_accessor :name
|
1058
1057
|
|
1059
1058
|
# Immutable. The relative resource name of the VPC network on which the instance
|
1060
|
-
# can be accessed. It is specified in the following form:
|
1061
|
-
# project_number`/global/networks/`network_id
|
1059
|
+
# can be accessed. It is specified in the following form:projects/`
|
1060
|
+
# project_number`/global/networks/`network_id`.
|
1062
1061
|
# Corresponds to the JSON property `network`
|
1063
1062
|
# @return [String]
|
1064
1063
|
attr_accessor :network
|
@@ -1068,6 +1067,12 @@ module Google
|
|
1068
1067
|
# @return [Fixnum]
|
1069
1068
|
attr_accessor :port
|
1070
1069
|
|
1070
|
+
# Immutable. The release channel of the service. If unspecified, defaults to
|
1071
|
+
# STABLE.
|
1072
|
+
# Corresponds to the JSON property `releaseChannel`
|
1073
|
+
# @return [String]
|
1074
|
+
attr_accessor :release_channel
|
1075
|
+
|
1071
1076
|
# Output only. The current state of the metastore service.
|
1072
1077
|
# Corresponds to the JSON property `state`
|
1073
1078
|
# @return [String]
|
@@ -1111,6 +1116,7 @@ module Google
|
|
1111
1116
|
@name = args[:name] if args.key?(:name)
|
1112
1117
|
@network = args[:network] if args.key?(:network)
|
1113
1118
|
@port = args[:port] if args.key?(:port)
|
1119
|
+
@release_channel = args[:release_channel] if args.key?(:release_channel)
|
1114
1120
|
@state = args[:state] if args.key?(:state)
|
1115
1121
|
@state_message = args[:state_message] if args.key?(:state_message)
|
1116
1122
|
@tier = args[:tier] if args.key?(:tier)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MetastoreV1beta
|
18
18
|
# Version of the google-apis-metastore_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210318"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -473,6 +473,7 @@ module Google
|
|
473
473
|
property :name, as: 'name'
|
474
474
|
property :network, as: 'network'
|
475
475
|
property :port, as: 'port'
|
476
|
+
property :release_channel, as: 'releaseChannel'
|
476
477
|
property :state, as: 'state'
|
477
478
|
property :state_message, as: 'stateMessage'
|
478
479
|
property :tier, as: 'tier'
|
@@ -84,11 +84,15 @@ module Google
|
|
84
84
|
# @param [String] name
|
85
85
|
# The resource that owns the locations collection, if applicable.
|
86
86
|
# @param [String] filter
|
87
|
-
#
|
87
|
+
# A filter to narrow down results to a preferred subset. The filtering language
|
88
|
+
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
89
|
+
# AIP-160 (https://google.aip.dev/160).
|
88
90
|
# @param [Fixnum] page_size
|
89
|
-
# The
|
91
|
+
# The maximum number of results to return. If not set, the service will select a
|
92
|
+
# default.
|
90
93
|
# @param [String] page_token
|
91
|
-
#
|
94
|
+
# A page token received from the next_page_token field in the response. Send
|
95
|
+
# that page token to receive the subsequent page.
|
92
96
|
# @param [String] fields
|
93
97
|
# Selector specifying which fields to include in a partial response.
|
94
98
|
# @param [String] quota_user
|
@@ -232,8 +236,8 @@ module Google
|
|
232
236
|
# Creates a metastore service in a project and location.
|
233
237
|
# @param [String] parent
|
234
238
|
# Required. The relative resource name of the location in which to create a
|
235
|
-
# metastore service, in the following form:
|
236
|
-
# location_id
|
239
|
+
# metastore service, in the following form:projects/`project_number`/locations/`
|
240
|
+
# location_id`.
|
237
241
|
# @param [Google::Apis::MetastoreV1beta::Service] service_object
|
238
242
|
# @param [String] request_id
|
239
243
|
# Optional. A request ID. Specify a unique request ID to allow the server to
|
@@ -283,8 +287,8 @@ module Google
|
|
283
287
|
# Deletes a single service.
|
284
288
|
# @param [String] name
|
285
289
|
# Required. The relative resource name of the metastore service to delete, in
|
286
|
-
# the following form:
|
287
|
-
#
|
290
|
+
# the following form:projects/`project_number`/locations/`location_id`/services/`
|
291
|
+
# service_id`.
|
288
292
|
# @param [String] request_id
|
289
293
|
# Optional. A request ID. Specify a unique request ID to allow the server to
|
290
294
|
# ignore the request if it has completed. The server will ignore subsequent
|
@@ -325,8 +329,8 @@ module Google
|
|
325
329
|
# Exports metadata from a service.
|
326
330
|
# @param [String] service
|
327
331
|
# Required. The relative resource name of the metastore service to run export,
|
328
|
-
# in the following form:
|
329
|
-
# service_id
|
332
|
+
# in the following form:projects/`project_id`/locations/`location_id`/services/`
|
333
|
+
# service_id`.
|
330
334
|
# @param [Google::Apis::MetastoreV1beta::ExportMetadataRequest] export_metadata_request_object
|
331
335
|
# @param [String] fields
|
332
336
|
# Selector specifying which fields to include in a partial response.
|
@@ -360,8 +364,8 @@ module Google
|
|
360
364
|
# Gets the details of a single service.
|
361
365
|
# @param [String] name
|
362
366
|
# Required. The relative resource name of the metastore service to retrieve, in
|
363
|
-
# the following form:
|
364
|
-
#
|
367
|
+
# the following form:projects/`project_number`/locations/`location_id`/services/`
|
368
|
+
# service_id`.
|
365
369
|
# @param [String] fields
|
366
370
|
# Selector specifying which fields to include in a partial response.
|
367
371
|
# @param [String] quota_user
|
@@ -432,13 +436,13 @@ module Google
|
|
432
436
|
# Lists services in a project and location.
|
433
437
|
# @param [String] parent
|
434
438
|
# Required. The relative resource name of the location of metastore services to
|
435
|
-
# list, in the following form:
|
436
|
-
# .
|
439
|
+
# list, in the following form:projects/`project_number`/locations/`location_id`.
|
437
440
|
# @param [String] filter
|
438
441
|
# Optional. The filter to apply to list results.
|
439
442
|
# @param [String] order_by
|
440
|
-
# Optional. Specify the ordering of results as described in Sorting Order
|
441
|
-
#
|
443
|
+
# Optional. Specify the ordering of results as described in Sorting Order (https:
|
444
|
+
# //cloud.google.com/apis/design/design_patterns#sorting_order). If not
|
445
|
+
# specified, the results will be sorted in the default order.
|
442
446
|
# @param [Fixnum] page_size
|
443
447
|
# Optional. The maximum number of services to return. The response may contain
|
444
448
|
# less than the maximum number. If unspecified, no more than 500 services are
|
@@ -482,8 +486,8 @@ module Google
|
|
482
486
|
|
483
487
|
# Updates the parameters of a single service.
|
484
488
|
# @param [String] name
|
485
|
-
# Immutable. The relative resource name of the metastore service, of the form:
|
486
|
-
# projects/`project_number`/locations/`location_id`/services/`service_id
|
489
|
+
# Immutable. The relative resource name of the metastore service, of the form:
|
490
|
+
# projects/`project_number`/locations/`location_id`/services/`service_id`.
|
487
491
|
# @param [Google::Apis::MetastoreV1beta::Service] service_object
|
488
492
|
# @param [String] request_id
|
489
493
|
# Optional. A request ID. Specify a unique request ID to allow the server to
|
@@ -607,8 +611,8 @@ module Google
|
|
607
611
|
# Creates a new MetadataImport in a given project and location.
|
608
612
|
# @param [String] parent
|
609
613
|
# Required. The relative resource name of the service in which to create a
|
610
|
-
# metastore import, in the following form:
|
611
|
-
# location_id`/services/`service_id
|
614
|
+
# metastore import, in the following form:projects/`project_number`/locations/`
|
615
|
+
# location_id`/services/`service_id`.
|
612
616
|
# @param [Google::Apis::MetastoreV1beta::MetadataImport] metadata_import_object
|
613
617
|
# @param [String] metadata_import_id
|
614
618
|
# Required. The ID of the metadata import, which is used as the final component
|
@@ -658,8 +662,8 @@ module Google
|
|
658
662
|
# Gets details of a single import.
|
659
663
|
# @param [String] name
|
660
664
|
# Required. The relative resource name of the metadata import to retrieve, in
|
661
|
-
# the following form:
|
662
|
-
#
|
665
|
+
# the following form:projects/`project_number`/locations/`location_id`/services/`
|
666
|
+
# service_id`/metadataImports/`import_id`.
|
663
667
|
# @param [String] fields
|
664
668
|
# Selector specifying which fields to include in a partial response.
|
665
669
|
# @param [String] quota_user
|
@@ -690,13 +694,14 @@ module Google
|
|
690
694
|
# Lists imports in a service.
|
691
695
|
# @param [String] parent
|
692
696
|
# Required. The relative resource name of the service whose metadata imports to
|
693
|
-
# list, in the following form:
|
694
|
-
# services/`service_id`/metadataImports
|
697
|
+
# list, in the following form:projects/`project_number`/locations/`location_id`/
|
698
|
+
# services/`service_id`/metadataImports.
|
695
699
|
# @param [String] filter
|
696
700
|
# Optional. The filter to apply to list results.
|
697
701
|
# @param [String] order_by
|
698
|
-
# Optional. Specify the ordering of results as described in Sorting Order
|
699
|
-
#
|
702
|
+
# Optional. Specify the ordering of results as described in Sorting Order (https:
|
703
|
+
# //cloud.google.com/apis/design/design_patterns#sorting_order). If not
|
704
|
+
# specified, the results will be sorted in the default order.
|
700
705
|
# @param [Fixnum] page_size
|
701
706
|
# Optional. The maximum number of imports to return. The response may contain
|
702
707
|
# less than the maximum number. If unspecified, no more than 500 imports are
|
@@ -741,9 +746,9 @@ module Google
|
|
741
746
|
# Updates a single import. Only the description field of MetadataImport is
|
742
747
|
# supported to be updated.
|
743
748
|
# @param [String] name
|
744
|
-
# Immutable. The relative resource name of the metadata import, of the form:
|
749
|
+
# Immutable. The relative resource name of the metadata import, of the form:
|
745
750
|
# projects/`project_number`/locations/`location_id`/services/`service_id`/
|
746
|
-
# metadataImports/`metadata_import_id
|
751
|
+
# metadataImports/`metadata_import_id`.
|
747
752
|
# @param [Google::Apis::MetastoreV1beta::MetadataImport] metadata_import_object
|
748
753
|
# @param [String] request_id
|
749
754
|
# Optional. A request ID. Specify a unique request ID to allow the server to
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-metastore_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-03-
|
11
|
+
date: 2021-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-metastore_v1beta/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.6.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-metastore_v1beta
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|