generated/google/apis/serviceusage_v1/classes.rb in google-api-client-0.39.4 vs generated/google/apis/serviceusage_v1/classes.rb in google-api-client-0.39.5
- old
+ new
@@ -439,40 +439,10 @@
# for more details on the supported values.
# Corresponds to the JSON property `protocol`
# @return [String]
attr_accessor :protocol
- # Unimplemented. Do not use.
- # The new name the selected proto elements should be renamed to.
- # The package, the service and the method can all be renamed.
- # The backend server should implement the renamed proto. However, clients
- # should call the original method, and ESF routes the traffic to the renamed
- # method.
- # HTTP clients should call the URL mapped to the original method.
- # gRPC and Stubby clients should call the original method with package name.
- # For legacy reasons, ESF allows Stubby clients to call with the
- # short name (without the package name). However, for API Versioning(or
- # multiple methods mapped to the same short name), all Stubby clients must
- # call the method's full name with the package name, otherwise the first one
- # (selector) wins.
- # If this `rename_to` is specified with a trailing `*`, the `selector` must
- # be specified with a trailing `*` as well. The all element short names
- # matched by the `*` in the selector will be kept in the `rename_to`.
- # For example,
- # rename_rules:
- # - selector: |-
- # google.example.library.v1.*
- # rename_to: google.example.library.*
- # The selector matches `google.example.library.v1.Library.CreateShelf` and
- # `google.example.library.v1.Library.CreateBook`, they will be renamed to
- # `google.example.library.Library.CreateShelf` and
- # `google.example.library.Library.CreateBook`. It essentially renames the
- # proto package name section of the matched proto service and methods.
- # Corresponds to the JSON property `renameTo`
- # @return [String]
- attr_accessor :rename_to
-
# Selects the methods to which this rule applies.
# Refer to selector for syntax details.
# Corresponds to the JSON property `selector`
# @return [String]
attr_accessor :selector
@@ -489,10 +459,9 @@
@jwt_audience = args[:jwt_audience] if args.key?(:jwt_audience)
@min_deadline = args[:min_deadline] if args.key?(:min_deadline)
@operation_deadline = args[:operation_deadline] if args.key?(:operation_deadline)
@path_translation = args[:path_translation] if args.key?(:path_translation)
@protocol = args[:protocol] if args.key?(:protocol)
- @rename_to = args[:rename_to] if args.key?(:rename_to)
@selector = args[:selector] if args.key?(:selector)
end
end
# Response message for BatchCreateAdminOverrides