Skip to content

Commit f866253

Browse files
1 parent 259f77f commit f866253

3,510 files changed

Lines changed: 188 additions & 916577 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎google-ads-ad_manager-v1/proto_docs/google/api/client.rb‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ module Api
3131
# @!attribute [rw] selective_gapic_generation
3232
# @return [::Google::Api::SelectiveGapicGeneration]
3333
# Configuration for which RPCs should be generated in the GAPIC client.
34+
#
35+
# Note: This field should not be used in most cases.
3436
class CommonLanguageSettings
3537
include ::Google::Protobuf::MessageExts
3638
extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -441,6 +443,8 @@ class LongRunning
441443

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

‎google-ads-ad_manager-v1/proto_docs/google/type/date.rb‎

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,17 @@ module Type
2424
# date is relative to the Gregorian Calendar. This can represent one of the
2525
# following:
2626
#
27-
# * A full date, with non-zero year, month, and day values
28-
# * A month and day value, with a zero year, such as an anniversary
29-
# * A year on its own, with zero month and day values
30-
# * A year and month value, with a zero day, such as a credit card expiration
31-
# date
27+
# * A full date, with non-zero year, month, and day values.
28+
# * A month and day, with a zero year (for example, an anniversary).
29+
# * A year on its own, with a zero month and a zero day.
30+
# * A year and month, with a zero day (for example, a credit card expiration
31+
# date).
3232
#
33-
# Related types are {::Google::Type::TimeOfDay google.type.TimeOfDay} and
34-
# `google.protobuf.Timestamp`.
33+
# Related types:
34+
#
35+
# * {::Google::Type::TimeOfDay google.type.TimeOfDay}
36+
# * [google.type.DateTime][google.type.DateTime]
37+
# * {::Google::Protobuf::Timestamp google.protobuf.Timestamp}
3538
# @!attribute [rw] year
3639
# @return [::Integer]
3740
# Year of the date. Must be from 1 to 9999, or 0 to specify a date without

‎google-ads-ad_manager-v1/proto_docs/google/type/timeofday.rb‎

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,22 @@ module Type
2525
# `google.protobuf.Timestamp`.
2626
# @!attribute [rw] hours
2727
# @return [::Integer]
28-
# Hours of day in 24 hour format. Should be from 0 to 23. An API may choose
29-
# to allow the value "24:00:00" for scenarios like business closing time.
28+
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
29+
# typically must be less than or equal to 23. An API may choose to allow the
30+
# value "24:00:00" for scenarios like business closing time.
3031
# @!attribute [rw] minutes
3132
# @return [::Integer]
32-
# Minutes of hour of day. Must be from 0 to 59.
33+
# Minutes of an hour. Must be greater than or equal to 0 and less than or
34+
# equal to 59.
3335
# @!attribute [rw] seconds
3436
# @return [::Integer]
35-
# Seconds of minutes of the time. Must normally be from 0 to 59. An API may
36-
# allow the value 60 if it allows leap-seconds.
37+
# Seconds of a minute. Must be greater than or equal to 0 and typically must
38+
# be less than or equal to 59. An API may allow the value 60 if it allows
39+
# leap-seconds.
3740
# @!attribute [rw] nanos
3841
# @return [::Integer]
39-
# Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
42+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0
43+
# and less than or equal to 999,999,999.
4044
class TimeOfDay
4145
include ::Google::Protobuf::MessageExts
4246
extend ::Google::Protobuf::MessageExts::ClassMethods

‎google-ads-marketing_platform-admin-v1alpha/proto_docs/google/api/client.rb‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ module Api
3131
# @!attribute [rw] selective_gapic_generation
3232
# @return [::Google::Api::SelectiveGapicGeneration]
3333
# Configuration for which RPCs should be generated in the GAPIC client.
34+
#
35+
# Note: This field should not be used in most cases.
3436
class CommonLanguageSettings
3537
include ::Google::Protobuf::MessageExts
3638
extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -441,6 +443,8 @@ class LongRunning
441443

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

‎google-ads-marketing_platform-admin-v1alpha/proto_docs/google/type/date.rb‎

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,17 @@ module Type
2424
# date is relative to the Gregorian Calendar. This can represent one of the
2525
# following:
2626
#
27-
# * A full date, with non-zero year, month, and day values
28-
# * A month and day value, with a zero year, such as an anniversary
29-
# * A year on its own, with zero month and day values
30-
# * A year and month value, with a zero day, such as a credit card expiration
31-
# date
27+
# * A full date, with non-zero year, month, and day values.
28+
# * A month and day, with a zero year (for example, an anniversary).
29+
# * A year on its own, with a zero month and a zero day.
30+
# * A year and month, with a zero day (for example, a credit card expiration
31+
# date).
3232
#
33-
# Related types are [google.type.TimeOfDay][google.type.TimeOfDay] and
34-
# `google.protobuf.Timestamp`.
33+
# Related types:
34+
#
35+
# * [google.type.TimeOfDay][google.type.TimeOfDay]
36+
# * [google.type.DateTime][google.type.DateTime]
37+
# * [google.protobuf.Timestamp][google.protobuf.Timestamp]
3538
# @!attribute [rw] year
3639
# @return [::Integer]
3740
# Year of the date. Must be from 1 to 9999, or 0 to specify a date without

‎google-analytics-admin-v1alpha/proto_docs/google/api/client.rb‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ module Api
3131
# @!attribute [rw] selective_gapic_generation
3232
# @return [::Google::Api::SelectiveGapicGeneration]
3333
# Configuration for which RPCs should be generated in the GAPIC client.
34+
#
35+
# Note: This field should not be used in most cases.
3436
class CommonLanguageSettings
3537
include ::Google::Protobuf::MessageExts
3638
extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -441,6 +443,8 @@ class LongRunning
441443

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

‎google-analytics-admin-v1alpha/proto_docs/google/type/date.rb‎

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,17 @@ module Type
2424
# date is relative to the Gregorian Calendar. This can represent one of the
2525
# following:
2626
#
27-
# * A full date, with non-zero year, month, and day values
28-
# * A month and day value, with a zero year, such as an anniversary
29-
# * A year on its own, with zero month and day values
30-
# * A year and month value, with a zero day, such as a credit card expiration
31-
# date
27+
# * A full date, with non-zero year, month, and day values.
28+
# * A month and day, with a zero year (for example, an anniversary).
29+
# * A year on its own, with a zero month and a zero day.
30+
# * A year and month, with a zero day (for example, a credit card expiration
31+
# date).
3232
#
33-
# Related types are [google.type.TimeOfDay][google.type.TimeOfDay] and
34-
# `google.protobuf.Timestamp`.
33+
# Related types:
34+
#
35+
# * [google.type.TimeOfDay][google.type.TimeOfDay]
36+
# * [google.type.DateTime][google.type.DateTime]
37+
# * {::Google::Protobuf::Timestamp google.protobuf.Timestamp}
3538
# @!attribute [rw] year
3639
# @return [::Integer]
3740
# Year of the date. Must be from 1 to 9999, or 0 to specify a date without

‎google-analytics-data-v1beta/proto_docs/google/api/client.rb‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ module Api
3131
# @!attribute [rw] selective_gapic_generation
3232
# @return [::Google::Api::SelectiveGapicGeneration]
3333
# Configuration for which RPCs should be generated in the GAPIC client.
34+
#
35+
# Note: This field should not be used in most cases.
3436
class CommonLanguageSettings
3537
include ::Google::Protobuf::MessageExts
3638
extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -441,6 +443,8 @@ class LongRunning
441443

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

‎google-apps-chat-v1/proto_docs/google/api/client.rb‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ module Api
3131
# @!attribute [rw] selective_gapic_generation
3232
# @return [::Google::Api::SelectiveGapicGeneration]
3333
# Configuration for which RPCs should be generated in the GAPIC client.
34+
#
35+
# Note: This field should not be used in most cases.
3436
class CommonLanguageSettings
3537
include ::Google::Protobuf::MessageExts
3638
extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -441,6 +443,8 @@ class LongRunning
441443

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

‎google-apps-chat-v1/proto_docs/google/type/color.rb‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@
2020
module Google
2121
module Type
2222
# Represents a color in the RGBA color space. This representation is designed
23-
# for simplicity of conversion to/from color representations in various
23+
# for simplicity of conversion to and from color representations in various
2424
# languages over compactness. For example, the fields of this representation
2525
# can be trivially provided to the constructor of `java.awt.Color` in Java; it
2626
# can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
2727
# method in iOS; and, with just a little work, it can be easily formatted into
2828
# a CSS `rgba()` string in JavaScript.
2929
#
30-
# This reference page doesn't carry information about the absolute color
31-
# space
32-
# that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB,
33-
# DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color
30+
# This reference page doesn't have information about the absolute color
31+
# space that should be used to interpret the RGB value—for example, sRGB,
32+
# Adobe RGB,
33+
# DCI-P3, and BT.2020. By default, applications should assume the sRGB color
3434
# space.
3535
#
36-
# When color equality needs to be decided, implementations, unless
37-
# documented otherwise, treat two colors as equal if all their red,
38-
# green, blue, and alpha values each differ by at most 1e-5.
36+
# When color equality needs to be decided, implementations, unless documented
37+
# otherwise, treat two colors as equal if all their red, green, blue, and alpha
38+
# values each differ by at most `1e-5`.
3939
#
4040
# Example (Java):
4141
#

0 commit comments

Comments
 (0)