We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2195665 commit 930a280Copy full SHA for 930a280
vdp/pipeline/v1beta/integration_pb2.pyi
@@ -108,8 +108,11 @@ class Connection(google.protobuf.message.Message):
108
information is passed as connection metadata.
109
"""
110
view: vdp.pipeline.v1beta.common_pb2.View.ValueType
111
- """View defines how the integration is presented. The `setup` field is only
112
- showed in the FULL view.
+ """View defines how the connection is presented. The following fields are
+ only shown in the FULL view:
113
+ - setup
114
+ - scopes
115
+ - oAuthAccessDetails
116
117
@property
118
def create_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
0 commit comments