Skip to content

Commit

Permalink
feat: [google-cloud-container] add enable_relay field to advanced_dat…
Browse files Browse the repository at this point in the history
…apath_observability_config (#12047)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 584749992

Source-Link:
googleapis/googleapis@0e3b813

Source-Link:
googleapis/googleapis-gen@d49e220
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiZDQ5ZTIyMGNjMTY0ZjM0NzY4MjYyYWE3NjZjOTQ3Y2FhMGU2MzcyOSJ9

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 23, 2023
1 parent 9c53819 commit 90eea69
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10081,11 +10081,18 @@ class AdvancedDatapathObservabilityConfig(proto.Message):
r"""AdvancedDatapathObservabilityConfig specifies configuration
of observability features of advanced datapath.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes:
enable_metrics (bool):
Expose flow metrics on nodes
relay_mode (google.cloud.container_v1beta1.types.AdvancedDatapathObservabilityConfig.RelayMode):
Method used to make Relay available
enable_relay (bool):
Enable Relay component
This field is a member of `oneof`_ ``_enable_relay``.
"""

class RelayMode(proto.Enum):
Expand Down Expand Up @@ -10115,6 +10122,11 @@ class RelayMode(proto.Enum):
number=2,
enum=RelayMode,
)
enable_relay: bool = proto.Field(
proto.BOOL,
number=3,
optional=True,
)


class NodePoolLoggingConfig(proto.Message):
Expand Down

0 comments on commit 90eea69

Please sign in to comment.