proto_docs/google/api/client.rb in google-cloud-document_ai-v1beta3-0.21.0 vs proto_docs/google/api/client.rb in google-cloud-document_ai-v1beta3-0.22.0
- old
+ new
@@ -33,11 +33,13 @@
end
# Details about how and where to publish client libraries.
# @!attribute [rw] version
# @return [::String]
- # Version of the API to apply these settings to.
+ # Version of the API to apply these settings to. This is the full protobuf
+ # package for the API, ending in the version element.
+ # Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
# @!attribute [rw] launch_stage
# @return [::Google::Api::LaunchStage]
# Launch stage of this version of the API.
# @!attribute [rw] rest_numeric_enums
# @return [::Boolean]
@@ -109,10 +111,14 @@
# @!attribute [rw] library_settings
# @return [::Array<::Google::Api::ClientLibrarySettings>]
# Client library settings. If the same version string appears multiple
# times in this list, then the last one wins. Settings from earlier
# settings with the same version string are discarded.
+ # @!attribute [rw] proto_reference_documentation_uri
+ # @return [::String]
+ # Optional link to proto reference documentation. Example:
+ # https://cloud.google.com/pubsub/lite/docs/reference/rpc
class Publishing
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
@@ -238,11 +244,11 @@
# google/longrunning/operations.proto.
#
# Example of a YAML configuration::
#
# publishing:
- # method_behavior:
- # - selector: CreateAdDomain
+ # method_settings:
+ # - selector: google.cloud.speech.v2.Speech.BatchRecognize
# long_running:
# initial_poll_delay:
# seconds: 60 # 1 minute
# poll_delay_multiplier: 1.5
# max_poll_delay: