google-apis-servicedirectory_v1beta1 0.2.0 → 0.3.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a5cdeeef73fc3bad171f359d10093dbc72607ce486174441052aebe8dde91c5
|
4
|
+
data.tar.gz: 8f13186743a00c965e364dbaeb8e9d124c744ef21fee75c2ebadc5d018cdbc95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9edfdec70b6040b1356a9855e1c833c89bc04b20e9867956fad067c634f7727277a26c8b0fce5c7c804cbc7b0a01fd83fcdec6a800d250547f2e6b870b8f2bdb
|
7
|
+
data.tar.gz: eada1dea863b3fe8ba06076357262d847bdad2f92867419a7e362ed661a7e5e1b8a014ff8ee55de5789748bd4f8a916ecabacca823b0bf4ccf11cd3788a74630
|
data/CHANGELOG.md
CHANGED
@@ -115,38 +115,40 @@ module Google
|
|
115
115
|
class Endpoint
|
116
116
|
include Google::Apis::Core::Hashable
|
117
117
|
|
118
|
-
# Optional. An IPv4 or IPv6 address. Service Directory
|
119
|
-
# like:
|
120
|
-
# 45 characters.
|
118
|
+
# Optional. An IPv4 or IPv6 address. Service Directory rejects bad addresses
|
119
|
+
# like: * `8.8.8` * `8.8.8.8:53` * `test:bad:address` * `[::1]` * `[::1]:8080`
|
120
|
+
# Limited to 45 characters.
|
121
121
|
# Corresponds to the JSON property `address`
|
122
122
|
# @return [String]
|
123
123
|
attr_accessor :address
|
124
124
|
|
125
125
|
# Optional. Metadata for the endpoint. This data can be consumed by service
|
126
|
-
# clients. Restrictions:
|
127
|
-
# characters, spread accoss all key-value pairs. Metadata that goes beyond
|
128
|
-
#
|
129
|
-
#
|
130
|
-
#
|
131
|
-
#
|
132
|
-
#
|
133
|
-
#
|
134
|
-
#
|
135
|
-
#
|
136
|
-
#
|
137
|
-
#
|
138
|
-
#
|
126
|
+
# clients. Restrictions: * The entire metadata dictionary may contain up to 512
|
127
|
+
# characters, spread accoss all key-value pairs. Metadata that goes beyond this
|
128
|
+
# limit are rejected * Valid metadata keys have two segments: an optional prefix
|
129
|
+
# and name, separated by a slash (/). The name segment is required and must be
|
130
|
+
# 63 characters or less, beginning and ending with an alphanumeric character ([a-
|
131
|
+
# z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics
|
132
|
+
# between. The prefix is optional. If specified, the prefix must be a DNS
|
133
|
+
# subdomain: a series of DNS labels separated by dots (.), not longer than 253
|
134
|
+
# characters in total, followed by a slash (/). Metadata that fails to meet
|
135
|
+
# these requirements are rejected * The `(*.)google.com/` and `(*.)googleapis.
|
136
|
+
# com/` prefixes are reserved for system metadata managed by Service Directory.
|
137
|
+
# If the user tries to write to these keyspaces, those entries are silently
|
138
|
+
# ignored by the system Note: This field is equivalent to the `annotations`
|
139
|
+
# field in the v1 API. They have the same syntax and read/write to the same
|
140
|
+
# location in Service Directory.
|
139
141
|
# Corresponds to the JSON property `metadata`
|
140
142
|
# @return [Hash<String,String>]
|
141
143
|
attr_accessor :metadata
|
142
144
|
|
143
|
-
# Immutable. The resource name for the endpoint in the format
|
144
|
-
# locations/*/namespaces/*/services/*/endpoints
|
145
|
+
# Immutable. The resource name for the endpoint in the format `projects/*/
|
146
|
+
# locations/*/namespaces/*/services/*/endpoints/*`.
|
145
147
|
# Corresponds to the JSON property `name`
|
146
148
|
# @return [String]
|
147
149
|
attr_accessor :name
|
148
150
|
|
149
|
-
# Optional. Service Directory
|
151
|
+
# Optional. Service Directory rejects values outside of `[0, 65535]`.
|
150
152
|
# Corresponds to the JSON property `port`
|
151
153
|
# @return [Fixnum]
|
152
154
|
attr_accessor :port
|
@@ -417,15 +419,15 @@ module Google
|
|
417
419
|
class Namespace
|
418
420
|
include Google::Apis::Core::Hashable
|
419
421
|
|
420
|
-
# Optional. Resource labels associated with this
|
422
|
+
# Optional. Resource labels associated with this namespace. No more than 64 user
|
421
423
|
# labels can be associated with a given resource. Label keys and values can be
|
422
424
|
# no longer than 63 characters.
|
423
425
|
# Corresponds to the JSON property `labels`
|
424
426
|
# @return [Hash<String,String>]
|
425
427
|
attr_accessor :labels
|
426
428
|
|
427
|
-
# Immutable. The resource name for the namespace in the format
|
428
|
-
# locations/*/namespaces
|
429
|
+
# Immutable. The resource name for the namespace in the format `projects/*/
|
430
|
+
# locations/*/namespaces/*`.
|
429
431
|
# Corresponds to the JSON property `name`
|
430
432
|
# @return [String]
|
431
433
|
attr_accessor :name
|
@@ -531,16 +533,24 @@ module Google
|
|
531
533
|
include Google::Apis::Core::Hashable
|
532
534
|
|
533
535
|
# Optional. The filter applied to the endpoints of the resolved service. General
|
534
|
-
# filter string syntax:
|
535
|
-
# * can be
|
536
|
-
#
|
537
|
-
#
|
538
|
-
#
|
539
|
-
#
|
540
|
-
#
|
541
|
-
# have
|
542
|
-
#
|
543
|
-
#
|
536
|
+
# `filter` string syntax: ` ()` * `` can be `name`, `address`, `port`, or `
|
537
|
+
# metadata.` for map field * `` can be `<`, `>`, `<=`, `>=`, `!=`, `=`, `:`. Of
|
538
|
+
# which `:` means `HAS`, and is roughly the same as `=` * `` must be the same
|
539
|
+
# data type as field * `` can be `AND`, `OR`, `NOT` Examples of valid filters: *
|
540
|
+
# `metadata.owner` returns endpoints that have a annotation with the key `owner`,
|
541
|
+
# this is the same as `metadata:owner` * `metadata.protocol=gRPC` returns
|
542
|
+
# endpoints that have key/value `protocol=gRPC` * `address=192.108.1.105`
|
543
|
+
# returns endpoints that have this address * `port>8080` returns endpoints that
|
544
|
+
# have port number larger than 8080 * `name>projects/my-project/locations/us-
|
545
|
+
# east1/namespaces/my-namespace/services/my-service/endpoints/endpoint-c`
|
546
|
+
# returns endpoints that have name that is alphabetically later than the string,
|
547
|
+
# so "endpoint-e" is returned but "endpoint-a" is not * `metadata.owner!=sd AND
|
548
|
+
# metadata.foo=bar` returns endpoints that have `owner` in annotation key but
|
549
|
+
# value is not `sd` AND have key/value `foo=bar` * `doesnotexist.foo=bar`
|
550
|
+
# returns an empty list. Note that endpoint doesn't have a field called "
|
551
|
+
# doesnotexist". Since the filter does not match any endpoint, it returns no
|
552
|
+
# results For more information about filtering, see [API Filtering](https://aip.
|
553
|
+
# dev/160).
|
544
554
|
# Corresponds to the JSON property `endpointFilter`
|
545
555
|
# @return [String]
|
546
556
|
attr_accessor :endpoint_filter
|
@@ -589,31 +599,34 @@ module Google
|
|
589
599
|
include Google::Apis::Core::Hashable
|
590
600
|
|
591
601
|
# Output only. Endpoints associated with this service. Returned on LookupService.
|
592
|
-
#
|
602
|
+
# ResolveService. Control plane clients should use RegistrationService.
|
603
|
+
# ListEndpoints.
|
593
604
|
# Corresponds to the JSON property `endpoints`
|
594
605
|
# @return [Array<Google::Apis::ServicedirectoryV1beta1::Endpoint>]
|
595
606
|
attr_accessor :endpoints
|
596
607
|
|
597
608
|
# Optional. Metadata for the service. This data can be consumed by service
|
598
|
-
# clients. Restrictions:
|
599
|
-
# characters, spread accoss all key-value pairs. Metadata that goes beyond
|
600
|
-
#
|
601
|
-
#
|
602
|
-
#
|
603
|
-
#
|
604
|
-
#
|
605
|
-
#
|
606
|
-
#
|
607
|
-
#
|
608
|
-
#
|
609
|
-
#
|
610
|
-
#
|
609
|
+
# clients. Restrictions: * The entire metadata dictionary may contain up to 512
|
610
|
+
# characters, spread accoss all key-value pairs. Metadata that goes beyond this
|
611
|
+
# limit are rejected * Valid metadata keys have two segments: an optional prefix
|
612
|
+
# and name, separated by a slash (/). The name segment is required and must be
|
613
|
+
# 63 characters or less, beginning and ending with an alphanumeric character ([a-
|
614
|
+
# z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics
|
615
|
+
# between. The prefix is optional. If specified, the prefix must be a DNS
|
616
|
+
# subdomain: a series of DNS labels separated by dots (.), not longer than 253
|
617
|
+
# characters in total, followed by a slash (/). Metadata that fails to meet
|
618
|
+
# these requirements are rejected * The `(*.)google.com/` and `(*.)googleapis.
|
619
|
+
# com/` prefixes are reserved for system metadata managed by Service Directory.
|
620
|
+
# If the user tries to write to these keyspaces, those entries are silently
|
621
|
+
# ignored by the system Note: This field is equivalent to the `annotations`
|
622
|
+
# field in the v1 API. They have the same syntax and read/write to the same
|
623
|
+
# location in Service Directory.
|
611
624
|
# Corresponds to the JSON property `metadata`
|
612
625
|
# @return [Hash<String,String>]
|
613
626
|
attr_accessor :metadata
|
614
627
|
|
615
|
-
# Immutable. The resource name for the service in the format
|
616
|
-
# locations/*/namespaces/*/services
|
628
|
+
# Immutable. The resource name for the service in the format `projects/*/
|
629
|
+
# locations/*/namespaces/*/services/*`.
|
617
630
|
# Corresponds to the JSON property `name`
|
618
631
|
# @return [String]
|
619
632
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicedirectoryV1beta1
|
18
18
|
# Version of the google-apis-servicedirectory_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210203"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -119,7 +119,7 @@ module Google
|
|
119
119
|
execute_or_queue_command(command, &block)
|
120
120
|
end
|
121
121
|
|
122
|
-
# Creates a namespace, and returns the new
|
122
|
+
# Creates a namespace, and returns the new namespace.
|
123
123
|
# @param [String] parent
|
124
124
|
# Required. The resource name of the project and location the namespace will be
|
125
125
|
# created in.
|
@@ -258,28 +258,29 @@ module Google
|
|
258
258
|
|
259
259
|
# Lists all namespaces.
|
260
260
|
# @param [String] parent
|
261
|
-
# Required. The resource name of the project and location whose namespaces
|
261
|
+
# Required. The resource name of the project and location whose namespaces you'd
|
262
262
|
# like to list.
|
263
263
|
# @param [String] filter
|
264
|
-
# Optional. The filter to list
|
265
|
-
# be
|
266
|
-
# which
|
267
|
-
# type as field
|
268
|
-
# owner
|
269
|
-
# same as
|
270
|
-
# key/value
|
271
|
-
# namespaces/namespace-c
|
272
|
-
# alphabetically later than the string, so "namespace-e"
|
273
|
-
# namespace-a"
|
274
|
-
#
|
275
|
-
# value foo=bar
|
276
|
-
#
|
277
|
-
# not match any
|
264
|
+
# Optional. The filter to list results by. General `filter` string syntax: ` ()`
|
265
|
+
# * `` can be `name` or `labels.` for map field * `` can be `<`, `>`, `<=`, `>=`,
|
266
|
+
# `!=`, `=`, `:`. Of which `:` means `HAS`, and is roughly the same as `=` * ``
|
267
|
+
# must be the same data type as field * `` can be `AND`, `OR`, `NOT` Examples of
|
268
|
+
# valid filters: * `labels.owner` returns namespaces that have a label with the
|
269
|
+
# key `owner`, this is the same as `labels:owner` * `labels.owner=sd` returns
|
270
|
+
# namespaces that have key/value `owner=sd` * `name>projects/my-project/
|
271
|
+
# locations/us-east1/namespaces/namespace-c` returns namespaces that have name
|
272
|
+
# that is alphabetically later than the string, so "namespace-e" is returned but
|
273
|
+
# "namespace-a" is not * `labels.owner!=sd AND labels.foo=bar` returns
|
274
|
+
# namespaces that have `owner` in label key but value is not `sd` AND have key/
|
275
|
+
# value `foo=bar` * `doesnotexist.foo=bar` returns an empty list. Note that
|
276
|
+
# namespace doesn't have a field called "doesnotexist". Since the filter does
|
277
|
+
# not match any namespaces, it returns no results For more information about
|
278
|
+
# filtering, see [API Filtering](https://aip.dev/160).
|
278
279
|
# @param [String] order_by
|
279
|
-
# Optional. The order to list
|
280
|
-
# allows
|
281
|
-
# blank,
|
282
|
-
# order, which is order by name in ascending order.
|
280
|
+
# Optional. The order to list results by. General `order_by` string syntax: ` ()
|
281
|
+
# (,)` * `` allows value: `name` * `` ascending or descending order by ``. If
|
282
|
+
# this is left blank, `asc` is used Note that an empty `order_by` string results
|
283
|
+
# in default order, which is order by `name` in ascending order.
|
283
284
|
# @param [Fixnum] page_size
|
284
285
|
# Optional. The maximum number of items to return.
|
285
286
|
# @param [String] page_token
|
@@ -318,8 +319,8 @@ module Google
|
|
318
319
|
|
319
320
|
# Updates a namespace.
|
320
321
|
# @param [String] name
|
321
|
-
# Immutable. The resource name for the namespace in the format
|
322
|
-
# locations/*/namespaces
|
322
|
+
# Immutable. The resource name for the namespace in the format `projects/*/
|
323
|
+
# locations/*/namespaces/*`.
|
323
324
|
# @param [Google::Apis::ServicedirectoryV1beta1::Namespace] namespace_object
|
324
325
|
# @param [String] update_mask
|
325
326
|
# Required. List of fields to be updated in this request.
|
@@ -421,7 +422,7 @@ module Google
|
|
421
422
|
execute_or_queue_command(command, &block)
|
422
423
|
end
|
423
424
|
|
424
|
-
# Creates a service, and returns the new
|
425
|
+
# Creates a service, and returns the new service.
|
425
426
|
# @param [String] parent
|
426
427
|
# Required. The resource name of the namespace this service will belong to.
|
427
428
|
# @param [Google::Apis::ServicedirectoryV1beta1::Service] service_object
|
@@ -558,24 +559,29 @@ module Google
|
|
558
559
|
|
559
560
|
# Lists all services belonging to a namespace.
|
560
561
|
# @param [String] parent
|
561
|
-
# Required. The resource name of the namespace whose services
|
562
|
+
# Required. The resource name of the namespace whose services you'd like to list.
|
562
563
|
# @param [String] filter
|
563
|
-
# Optional. The filter to list
|
564
|
-
# be
|
565
|
-
# which
|
566
|
-
# type as field
|
567
|
-
# owner
|
568
|
-
# same as
|
569
|
-
# have key/value
|
570
|
-
# namespaces/my-namespace/services/
|
571
|
-
#
|
572
|
-
# but "service-a"
|
573
|
-
# returns
|
574
|
-
# key/value foo=bar
|
575
|
-
#
|
576
|
-
# match any
|
564
|
+
# Optional. The filter to list results by. General `filter` string syntax: ` ()`
|
565
|
+
# * `` can be `name` or `metadata.` for map field * `` can be `<`, `>`, `<=`, `>=
|
566
|
+
# `, `!=`, `=`, `:`. Of which `:` means `HAS`, and is roughly the same as `=` * `
|
567
|
+
# ` must be the same data type as field * `` can be `AND`, `OR`, `NOT` Examples
|
568
|
+
# of valid filters: * `metadata.owner` returns services that have a metadata
|
569
|
+
# with the key `owner`, this is the same as `metadata:owner` * `metadata.
|
570
|
+
# protocol=gRPC` returns services that have key/value `protocol=gRPC` * `name>
|
571
|
+
# projects/my-project/locations/us-east1/namespaces/my-namespace/services/
|
572
|
+
# service-c` returns services that have name that is alphabetically later than
|
573
|
+
# the string, so "service-e" is returned but "service-a" is not * `metadata.
|
574
|
+
# owner!=sd AND metadata.foo=bar` returns services that have `owner` in metadata
|
575
|
+
# key but value is not `sd` AND have key/value `foo=bar` * `doesnotexist.foo=bar`
|
576
|
+
# returns an empty list. Note that service doesn't have a field called "
|
577
|
+
# doesnotexist". Since the filter does not match any services, it returns no
|
578
|
+
# results For more information about filtering, see [API Filtering](https://aip.
|
579
|
+
# dev/160).
|
577
580
|
# @param [String] order_by
|
578
|
-
# Optional. The order to list
|
581
|
+
# Optional. The order to list results by. General `order_by` string syntax: ` ()
|
582
|
+
# (,)` * `` allows value: `name` * `` ascending or descending order by ``. If
|
583
|
+
# this is left blank, `asc` is used Note that an empty `order_by` string results
|
584
|
+
# in default order, which is order by `name` in ascending order.
|
579
585
|
# @param [Fixnum] page_size
|
580
586
|
# Optional. The maximum number of items to return.
|
581
587
|
# @param [String] page_token
|
@@ -614,8 +620,8 @@ module Google
|
|
614
620
|
|
615
621
|
# Updates a service.
|
616
622
|
# @param [String] name
|
617
|
-
# Immutable. The resource name for the service in the format
|
618
|
-
# locations/*/namespaces/*/services
|
623
|
+
# Immutable. The resource name for the service in the format `projects/*/
|
624
|
+
# locations/*/namespaces/*/services/*`.
|
619
625
|
# @param [Google::Apis::ServicedirectoryV1beta1::Service] service_object
|
620
626
|
# @param [String] update_mask
|
621
627
|
# Required. List of fields to be updated in this request.
|
@@ -751,7 +757,7 @@ module Google
|
|
751
757
|
execute_or_queue_command(command, &block)
|
752
758
|
end
|
753
759
|
|
754
|
-
# Creates
|
760
|
+
# Creates an endpoint, and returns the new endpoint.
|
755
761
|
# @param [String] parent
|
756
762
|
# Required. The resource name of the service that this endpoint provides.
|
757
763
|
# @param [Google::Apis::ServicedirectoryV1beta1::Endpoint] endpoint_object
|
@@ -792,7 +798,7 @@ module Google
|
|
792
798
|
execute_or_queue_command(command, &block)
|
793
799
|
end
|
794
800
|
|
795
|
-
# Deletes
|
801
|
+
# Deletes an endpoint.
|
796
802
|
# @param [String] name
|
797
803
|
# Required. The name of the endpoint to delete.
|
798
804
|
# @param [String] fields
|
@@ -822,7 +828,7 @@ module Google
|
|
822
828
|
execute_or_queue_command(command, &block)
|
823
829
|
end
|
824
830
|
|
825
|
-
# Gets
|
831
|
+
# Gets an endpoint.
|
826
832
|
# @param [String] name
|
827
833
|
# Required. The name of the endpoint to get.
|
828
834
|
# @param [String] fields
|
@@ -854,26 +860,32 @@ module Google
|
|
854
860
|
|
855
861
|
# Lists all endpoints.
|
856
862
|
# @param [String] parent
|
857
|
-
# Required. The resource name of the service whose endpoints
|
863
|
+
# Required. The resource name of the service whose endpoints you'd like to list.
|
858
864
|
# @param [String] filter
|
859
|
-
# Optional. The filter to list
|
860
|
-
# be
|
861
|
-
#
|
862
|
-
# the same
|
863
|
-
#
|
864
|
-
# this is the same as
|
865
|
-
#
|
866
|
-
#
|
867
|
-
# have port number larger than
|
868
|
-
#
|
869
|
-
#
|
870
|
-
#
|
871
|
-
# sd AND metadata.foo=bar
|
872
|
-
# value is not
|
873
|
-
# an empty list. Note that
|
874
|
-
#
|
865
|
+
# Optional. The filter to list results by. General `filter` string syntax: ` ()`
|
866
|
+
# * `` can be `name`, `address`, `port`, or `metadata.` for map field * `` can
|
867
|
+
# be `<`, `>`, `<=`, `>=`, `!=`, `=`, `:`. Of which `:` means `HAS`, and is
|
868
|
+
# roughly the same as `=` * `` must be the same data type as field * `` can be `
|
869
|
+
# AND`, `OR`, `NOT` Examples of valid filters: * `metadata.owner` returns
|
870
|
+
# endpoints that have a metadata with the key `owner`, this is the same as `
|
871
|
+
# metadata:owner` * `metadata.protocol=gRPC` returns endpoints that have key/
|
872
|
+
# value `protocol=gRPC` * `address=192.108.1.105` returns endpoints that have
|
873
|
+
# this address * `port>8080` returns endpoints that have port number larger than
|
874
|
+
# 8080 * `name>projects/my-project/locations/us-east1/namespaces/my-namespace/
|
875
|
+
# services/my-service/endpoints/endpoint-c` returns endpoints that have name
|
876
|
+
# that is alphabetically later than the string, so "endpoint-e" is returned but "
|
877
|
+
# endpoint-a" is not * `metadata.owner!=sd AND metadata.foo=bar` returns
|
878
|
+
# endpoints that have `owner` in metadata key but value is not `sd` AND have key/
|
879
|
+
# value `foo=bar` * `doesnotexist.foo=bar` returns an empty list. Note that
|
880
|
+
# endpoint doesn't have a field called "doesnotexist". Since the filter does not
|
881
|
+
# match any endpoints, it returns no results For more information about
|
882
|
+
# filtering, see [API Filtering](https://aip.dev/160).
|
875
883
|
# @param [String] order_by
|
876
|
-
# Optional. The order to list
|
884
|
+
# Optional. The order to list results by. General `order_by` string syntax: ` ()
|
885
|
+
# (,)` * `` allows values: `name`, `address`, `port` * `` ascending or
|
886
|
+
# descending order by ``. If this is left blank, `asc` is used Note that an
|
887
|
+
# empty `order_by` string results in default order, which is order by `name` in
|
888
|
+
# ascending order.
|
877
889
|
# @param [Fixnum] page_size
|
878
890
|
# Optional. The maximum number of items to return.
|
879
891
|
# @param [String] page_token
|
@@ -910,10 +922,10 @@ module Google
|
|
910
922
|
execute_or_queue_command(command, &block)
|
911
923
|
end
|
912
924
|
|
913
|
-
# Updates
|
925
|
+
# Updates an endpoint.
|
914
926
|
# @param [String] name
|
915
|
-
# Immutable. The resource name for the endpoint in the format
|
916
|
-
# locations/*/namespaces/*/services/*/endpoints
|
927
|
+
# Immutable. The resource name for the endpoint in the format `projects/*/
|
928
|
+
# locations/*/namespaces/*/services/*/endpoints/*`.
|
917
929
|
# @param [Google::Apis::ServicedirectoryV1beta1::Endpoint] endpoint_object
|
918
930
|
# @param [String] update_mask
|
919
931
|
# Required. List of fields to be updated in this request.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicedirectory_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.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-02-
|
11
|
+
date: 2021-02-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-servicedirectory_v1beta1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.3.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicedirectory_v1beta1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|