Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions google-ads-ad_manager-v1/proto_docs/google/api/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module Api
# @!attribute [rw] selective_gapic_generation
# @return [::Google::Api::SelectiveGapicGeneration]
# Configuration for which RPCs should be generated in the GAPIC client.
#
# Note: This field should not be used in most cases.
class CommonLanguageSettings
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -441,6 +443,8 @@ class LongRunning

# This message is used to configure the generation of a subset of the RPCs in
# a service for client libraries.
#
# Note: This feature should not be used in most cases.
# @!attribute [rw] methods
# @return [::Array<::String>]
# An allowlist of the fully qualified names of RPCs that should be included
Expand Down
17 changes: 10 additions & 7 deletions google-ads-ad_manager-v1/proto_docs/google/type/date.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,17 @@ module Type
# date is relative to the Gregorian Calendar. This can represent one of the
# following:
#
# * A full date, with non-zero year, month, and day values
# * A month and day value, with a zero year, such as an anniversary
# * A year on its own, with zero month and day values
# * A year and month value, with a zero day, such as a credit card expiration
# date
# * A full date, with non-zero year, month, and day values.
# * A month and day, with a zero year (for example, an anniversary).
# * A year on its own, with a zero month and a zero day.
# * A year and month, with a zero day (for example, a credit card expiration
# date).
#
# Related types are {::Google::Type::TimeOfDay google.type.TimeOfDay} and
# `google.protobuf.Timestamp`.
# Related types:
#
# * {::Google::Type::TimeOfDay google.type.TimeOfDay}
# * [google.type.DateTime][google.type.DateTime]
# * {::Google::Protobuf::Timestamp google.protobuf.Timestamp}
# @!attribute [rw] year
# @return [::Integer]
# Year of the date. Must be from 1 to 9999, or 0 to specify a date without
Expand Down
16 changes: 10 additions & 6 deletions google-ads-ad_manager-v1/proto_docs/google/type/timeofday.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,22 @@ module Type
# `google.protobuf.Timestamp`.
# @!attribute [rw] hours
# @return [::Integer]
# Hours of day in 24 hour format. Should be from 0 to 23. An API may choose
# to allow the value "24:00:00" for scenarios like business closing time.
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
# typically must be less than or equal to 23. An API may choose to allow the
# value "24:00:00" for scenarios like business closing time.
# @!attribute [rw] minutes
# @return [::Integer]
# Minutes of hour of day. Must be from 0 to 59.
# Minutes of an hour. Must be greater than or equal to 0 and less than or
# equal to 59.
# @!attribute [rw] seconds
# @return [::Integer]
# Seconds of minutes of the time. Must normally be from 0 to 59. An API may
# allow the value 60 if it allows leap-seconds.
# Seconds of a minute. Must be greater than or equal to 0 and typically must
# be less than or equal to 59. An API may allow the value 60 if it allows
# leap-seconds.
# @!attribute [rw] nanos
# @return [::Integer]
# Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0
# and less than or equal to 999,999,999.
class TimeOfDay
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module Api
# @!attribute [rw] selective_gapic_generation
# @return [::Google::Api::SelectiveGapicGeneration]
# Configuration for which RPCs should be generated in the GAPIC client.
#
# Note: This field should not be used in most cases.
class CommonLanguageSettings
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -441,6 +443,8 @@ class LongRunning

# This message is used to configure the generation of a subset of the RPCs in
# a service for client libraries.
#
# Note: This feature should not be used in most cases.
# @!attribute [rw] methods
# @return [::Array<::String>]
# An allowlist of the fully qualified names of RPCs that should be included
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,17 @@ module Type
# date is relative to the Gregorian Calendar. This can represent one of the
# following:
#
# * A full date, with non-zero year, month, and day values
# * A month and day value, with a zero year, such as an anniversary
# * A year on its own, with zero month and day values
# * A year and month value, with a zero day, such as a credit card expiration
# date
# * A full date, with non-zero year, month, and day values.
# * A month and day, with a zero year (for example, an anniversary).
# * A year on its own, with a zero month and a zero day.
# * A year and month, with a zero day (for example, a credit card expiration
# date).
#
# Related types are [google.type.TimeOfDay][google.type.TimeOfDay] and
# `google.protobuf.Timestamp`.
# Related types:
#
# * [google.type.TimeOfDay][google.type.TimeOfDay]
# * [google.type.DateTime][google.type.DateTime]
# * [google.protobuf.Timestamp][google.protobuf.Timestamp]
# @!attribute [rw] year
# @return [::Integer]
# Year of the date. Must be from 1 to 9999, or 0 to specify a date without
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module Api
# @!attribute [rw] selective_gapic_generation
# @return [::Google::Api::SelectiveGapicGeneration]
# Configuration for which RPCs should be generated in the GAPIC client.
#
# Note: This field should not be used in most cases.
class CommonLanguageSettings
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -441,6 +443,8 @@ class LongRunning

# This message is used to configure the generation of a subset of the RPCs in
# a service for client libraries.
#
# Note: This feature should not be used in most cases.
# @!attribute [rw] methods
# @return [::Array<::String>]
# An allowlist of the fully qualified names of RPCs that should be included
Expand Down
17 changes: 10 additions & 7 deletions google-analytics-admin-v1alpha/proto_docs/google/type/date.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,17 @@ module Type
# date is relative to the Gregorian Calendar. This can represent one of the
# following:
#
# * A full date, with non-zero year, month, and day values
# * A month and day value, with a zero year, such as an anniversary
# * A year on its own, with zero month and day values
# * A year and month value, with a zero day, such as a credit card expiration
# date
# * A full date, with non-zero year, month, and day values.
# * A month and day, with a zero year (for example, an anniversary).
# * A year on its own, with a zero month and a zero day.
# * A year and month, with a zero day (for example, a credit card expiration
# date).
#
# Related types are [google.type.TimeOfDay][google.type.TimeOfDay] and
# `google.protobuf.Timestamp`.
# Related types:
#
# * [google.type.TimeOfDay][google.type.TimeOfDay]
# * [google.type.DateTime][google.type.DateTime]
# * {::Google::Protobuf::Timestamp google.protobuf.Timestamp}
# @!attribute [rw] year
# @return [::Integer]
# Year of the date. Must be from 1 to 9999, or 0 to specify a date without
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module Api
# @!attribute [rw] selective_gapic_generation
# @return [::Google::Api::SelectiveGapicGeneration]
# Configuration for which RPCs should be generated in the GAPIC client.
#
# Note: This field should not be used in most cases.
class CommonLanguageSettings
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -441,6 +443,8 @@ class LongRunning

# This message is used to configure the generation of a subset of the RPCs in
# a service for client libraries.
#
# Note: This feature should not be used in most cases.
# @!attribute [rw] methods
# @return [::Array<::String>]
# An allowlist of the fully qualified names of RPCs that should be included
Expand Down
4 changes: 4 additions & 0 deletions google-apps-chat-v1/proto_docs/google/api/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module Api
# @!attribute [rw] selective_gapic_generation
# @return [::Google::Api::SelectiveGapicGeneration]
# Configuration for which RPCs should be generated in the GAPIC client.
#
# Note: This field should not be used in most cases.
class CommonLanguageSettings
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -441,6 +443,8 @@ class LongRunning

# This message is used to configure the generation of a subset of the RPCs in
# a service for client libraries.
#
# Note: This feature should not be used in most cases.
# @!attribute [rw] methods
# @return [::Array<::String>]
# An allowlist of the fully qualified names of RPCs that should be included
Expand Down
16 changes: 8 additions & 8 deletions google-apps-chat-v1/proto_docs/google/type/color.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
module Google
module Type
# Represents a color in the RGBA color space. This representation is designed
# for simplicity of conversion to/from color representations in various
# for simplicity of conversion to and from color representations in various
# languages over compactness. For example, the fields of this representation
# can be trivially provided to the constructor of `java.awt.Color` in Java; it
# can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
# method in iOS; and, with just a little work, it can be easily formatted into
# a CSS `rgba()` string in JavaScript.
#
# This reference page doesn't carry information about the absolute color
# space
# that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB,
# DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color
# This reference page doesn't have information about the absolute color
# space that should be used to interpret the RGB value—for example, sRGB,
# Adobe RGB,
# DCI-P3, and BT.2020. By default, applications should assume the sRGB color
# space.
#
# When color equality needs to be decided, implementations, unless
# documented otherwise, treat two colors as equal if all their red,
# green, blue, and alpha values each differ by at most 1e-5.
# When color equality needs to be decided, implementations, unless documented
# otherwise, treat two colors as equal if all their red, green, blue, and alpha
# values each differ by at most `1e-5`.
#
# Example (Java):
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module Api
# @!attribute [rw] selective_gapic_generation
# @return [::Google::Api::SelectiveGapicGeneration]
# Configuration for which RPCs should be generated in the GAPIC client.
#
# Note: This field should not be used in most cases.
class CommonLanguageSettings
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -441,6 +443,8 @@ class LongRunning

# This message is used to configure the generation of a subset of the RPCs in
# a service for client libraries.
#
# Note: This feature should not be used in most cases.
# @!attribute [rw] methods
# @return [::Array<::String>]
# An allowlist of the fully qualified names of RPCs that should be included
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module Api
# @!attribute [rw] selective_gapic_generation
# @return [::Google::Api::SelectiveGapicGeneration]
# Configuration for which RPCs should be generated in the GAPIC client.
#
# Note: This field should not be used in most cases.
class CommonLanguageSettings
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -441,6 +443,8 @@ class LongRunning

# This message is used to configure the generation of a subset of the RPCs in
# a service for client libraries.
#
# Note: This feature should not be used in most cases.
# @!attribute [rw] methods
# @return [::Array<::String>]
# An allowlist of the fully qualified names of RPCs that should be included
Expand Down
4 changes: 4 additions & 0 deletions google-apps-meet-v2/proto_docs/google/api/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module Api
# @!attribute [rw] selective_gapic_generation
# @return [::Google::Api::SelectiveGapicGeneration]
# Configuration for which RPCs should be generated in the GAPIC client.
#
# Note: This field should not be used in most cases.
class CommonLanguageSettings
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -441,6 +443,8 @@ class LongRunning

# This message is used to configure the generation of a subset of the RPCs in
# a service for client libraries.
#
# Note: This feature should not be used in most cases.
# @!attribute [rw] methods
# @return [::Array<::String>]
# An allowlist of the fully qualified names of RPCs that should be included
Expand Down
4 changes: 4 additions & 0 deletions google-apps-meet-v2beta/proto_docs/google/api/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module Api
# @!attribute [rw] selective_gapic_generation
# @return [::Google::Api::SelectiveGapicGeneration]
# Configuration for which RPCs should be generated in the GAPIC client.
#
# Note: This field should not be used in most cases.
class CommonLanguageSettings
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -441,6 +443,8 @@ class LongRunning

# This message is used to configure the generation of a subset of the RPCs in
# a service for client libraries.
#
# Note: This feature should not be used in most cases.
# @!attribute [rw] methods
# @return [::Array<::String>]
# An allowlist of the fully qualified names of RPCs that should be included
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module Api
# @!attribute [rw] selective_gapic_generation
# @return [::Google::Api::SelectiveGapicGeneration]
# Configuration for which RPCs should be generated in the GAPIC client.
#
# Note: This field should not be used in most cases.
class CommonLanguageSettings
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -441,6 +443,8 @@ class LongRunning

# This message is used to configure the generation of a subset of the RPCs in
# a service for client libraries.
#
# Note: This feature should not be used in most cases.
# @!attribute [rw] methods
# @return [::Array<::String>]
# An allowlist of the fully qualified names of RPCs that should be included
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module Api
# @!attribute [rw] selective_gapic_generation
# @return [::Google::Api::SelectiveGapicGeneration]
# Configuration for which RPCs should be generated in the GAPIC client.
#
# Note: This field should not be used in most cases.
class CommonLanguageSettings
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -441,6 +443,8 @@ class LongRunning

# This message is used to configure the generation of a subset of the RPCs in
# a service for client libraries.
#
# Note: This feature should not be used in most cases.
# @!attribute [rw] methods
# @return [::Array<::String>]
# An allowlist of the fully qualified names of RPCs that should be included
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module Api
# @!attribute [rw] selective_gapic_generation
# @return [::Google::Api::SelectiveGapicGeneration]
# Configuration for which RPCs should be generated in the GAPIC client.
#
# Note: This field should not be used in most cases.
class CommonLanguageSettings
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -441,6 +443,8 @@ class LongRunning

# This message is used to configure the generation of a subset of the RPCs in
# a service for client libraries.
#
# Note: This feature should not be used in most cases.
# @!attribute [rw] methods
# @return [::Array<::String>]
# An allowlist of the fully qualified names of RPCs that should be included
Expand Down
4 changes: 4 additions & 0 deletions google-cloud-ai_platform-v1/proto_docs/google/api/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module Api
# @!attribute [rw] selective_gapic_generation
# @return [::Google::Api::SelectiveGapicGeneration]
# Configuration for which RPCs should be generated in the GAPIC client.
#
# Note: This field should not be used in most cases.
class CommonLanguageSettings
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -441,6 +443,8 @@ class LongRunning

# This message is used to configure the generation of a subset of the RPCs in
# a service for client libraries.
#
# Note: This feature should not be used in most cases.
# @!attribute [rw] methods
# @return [::Array<::String>]
# An allowlist of the fully qualified names of RPCs that should be included
Expand Down
4 changes: 4 additions & 0 deletions google-cloud-alloy_db-v1/proto_docs/google/api/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module Api
# @!attribute [rw] selective_gapic_generation
# @return [::Google::Api::SelectiveGapicGeneration]
# Configuration for which RPCs should be generated in the GAPIC client.
#
# Note: This field should not be used in most cases.
class CommonLanguageSettings
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -441,6 +443,8 @@ class LongRunning

# This message is used to configure the generation of a subset of the RPCs in
# a service for client libraries.
#
# Note: This feature should not be used in most cases.
# @!attribute [rw] methods
# @return [::Array<::String>]
# An allowlist of the fully qualified names of RPCs that should be included
Expand Down
Loading
Loading