google-apis-metastore_v1alpha 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee2bb18d8f3a4bf231f05103aa2879ef0b82211aee916656a3298d4d30522000
4
- data.tar.gz: 7e4004c1a82477eac17341e90ec94868705d53796fada747ad9803b43da6fb2e
3
+ metadata.gz: bcfd25ced3e901e58fa61058efeabdef0cd520a8a5cc4fc21b296661a33a52f9
4
+ data.tar.gz: c1e28cd6c806038b85a6abeae6660771a8605bc5e11e96b6dcfe703d22995d2e
5
5
  SHA512:
6
- metadata.gz: 921cacf3a2323c3524020e9d97814863eec15913f91bf98ee65b5ea8981ab117e0bf6d48f3c529321627260e77bcfc8e05c8d33b36474aa364495762ceb82251
7
- data.tar.gz: 31f97887ab1d4f00617008cb47b3f5716e3a4ab2053b95f01cddcbee207b20a6e01d557b54be23b8502f990afc92119b410bb36393bfba3c800609b4effc9766
6
+ metadata.gz: 02340d07b2a533aaedb81bab34432fb32639d089382a29cb3c9069ca025c1b94011732c7bc8076043497f2aaf7578a3b270efc1cb5094bb5d40db87d1dd9c7d2
7
+ data.tar.gz: 2c54fd7b3fe537e0b40bebb5f8cdb9033cc7b72fa87321f6069d02ed0c84f7ce2955679b3bc44008a8060de388225be96d780b70b24b3d0289be4f56a6b91fec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-metastore_v1alpha
2
2
 
3
+ ### v0.6.0 (2021-03-20)
4
+
5
+ * Regenerated from discovery document revision 20210318
6
+
3
7
  ### v0.5.0 (2021-03-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20210305
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1alpha'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
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
- # Required. A Cloud Storage URI of a folder that metadata are exported to, in
254
- # the format gs:///. A sub-folder containing exported files will be created
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 "primary/instance@REALM",
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 ` is automatically generated.
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:"projects/`project_number`/secrets/`secret_id`/versions/`
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::MetastoreV1alpha::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:"projects/`
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 MetastoreV1alpha
18
18
  # Version of the google-apis-metastore_v1alpha gem
19
- GEM_VERSION = "0.5.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 = "20210305"
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
- # The standard list filter.
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 standard list page size.
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
- # The standard list page token.
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:"projects/`project_number`/locations/`
236
- # location_id`".
239
+ # metastore service, in the following form:projects/`project_number`/locations/`
240
+ # location_id`.
237
241
  # @param [Google::Apis::MetastoreV1alpha::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:"projects/`project_number`/locations/`location_id`/services/
287
- # `service_id`".
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:"projects/`project_id`/locations/`location_id`/services/`
329
- # service_id`
332
+ # in the following form:projects/`project_id`/locations/`location_id`/services/`
333
+ # service_id`.
330
334
  # @param [Google::Apis::MetastoreV1alpha::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:"projects/`project_number`/locations/`location_id`/services/
364
- # `service_id`".
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:"projects/`project_number`/locations/`location_id`"
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. If
441
- # not specified, the results will be sorted in the default order.
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::MetastoreV1alpha::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:"projects/`project_number`/locations/`
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::MetastoreV1alpha::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:"projects/`project_number`/locations/`location_id`/services/
662
- # `service_id`/metadataImports/`import_id`".
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:"projects/`project_number`/locations/`location_id`/
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. If
699
- # not specified, the results will be sorted in the default order.
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::MetastoreV1alpha::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_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.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-15 00:00:00.000000000 Z
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_v1alpha/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-metastore_v1alpha
57
57
  post_install_message:
58
58
  rdoc_options: []