You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/google-cloud-securitycenter/google/cloud/securitycenter_v1beta1/gapic/transports/security_center_grpc_transport.py
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ def channel(self):
112
112
113
113
@property
114
114
defcreate_source(self):
115
-
"""Return the gRPC stub for {$apiMethod.name}.
115
+
"""Return the gRPC stub for :meth:`SecurityCenterClient.create_source`.
116
116
117
117
Creates a source.
118
118
@@ -125,7 +125,7 @@ def create_source(self):
125
125
126
126
@property
127
127
defcreate_finding(self):
128
-
"""Return the gRPC stub for {$apiMethod.name}.
128
+
"""Return the gRPC stub for :meth:`SecurityCenterClient.create_finding`.
129
129
130
130
Creates a finding. The corresponding source must exist for finding creation
131
131
to succeed.
@@ -139,7 +139,7 @@ def create_finding(self):
139
139
140
140
@property
141
141
defget_iam_policy(self):
142
-
"""Return the gRPC stub for {$apiMethod.name}.
142
+
"""Return the gRPC stub for :meth:`SecurityCenterClient.get_iam_policy`.
143
143
144
144
Gets the access control policy on the specified Source.
145
145
@@ -152,7 +152,7 @@ def get_iam_policy(self):
152
152
153
153
@property
154
154
defget_organization_settings(self):
155
-
"""Return the gRPC stub for {$apiMethod.name}.
155
+
"""Return the gRPC stub for :meth:`SecurityCenterClient.get_organization_settings`.
0 commit comments