File tree 1 file changed +12
-0
lines changed
packages/google-cloud-container/google/cloud/container_v1beta1/types
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -10081,11 +10081,18 @@ class AdvancedDatapathObservabilityConfig(proto.Message):
10081
10081
r"""AdvancedDatapathObservabilityConfig specifies configuration
10082
10082
of observability features of advanced datapath.
10083
10083
10084
+
10085
+ .. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
10086
+
10084
10087
Attributes:
10085
10088
enable_metrics (bool):
10086
10089
Expose flow metrics on nodes
10087
10090
relay_mode (google.cloud.container_v1beta1.types.AdvancedDatapathObservabilityConfig.RelayMode):
10088
10091
Method used to make Relay available
10092
+ enable_relay (bool):
10093
+ Enable Relay component
10094
+
10095
+ This field is a member of `oneof`_ ``_enable_relay``.
10089
10096
"""
10090
10097
10091
10098
class RelayMode (proto .Enum ):
@@ -10115,6 +10122,11 @@ class RelayMode(proto.Enum):
10115
10122
number = 2 ,
10116
10123
enum = RelayMode ,
10117
10124
)
10125
+ enable_relay : bool = proto .Field (
10126
+ proto .BOOL ,
10127
+ number = 3 ,
10128
+ optional = True ,
10129
+ )
10118
10130
10119
10131
10120
10132
class NodePoolLoggingConfig (proto .Message ):
You can’t perform that action at this time.
0 commit comments