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
name: string, Output only. Resource name of the Connection. Format: projects/{project}/locations/global/settings} (required)
125
+
body: object, The request body.
126
+
The object takes the form of:
127
+
128
+
{ # Global Settings details.
129
+
"name": "A String", # Output only. Resource name of the Connection. Format: projects/{project}/locations/global/settings}
130
+
"payg": True or False, # Output only. Flag indicates if user is in PayG model
131
+
"tenantProjectId": "A String", # Output only. Tenant project id of the consumer project.
132
+
"vpcsc": True or False, # Optional. Flag indicates whether vpc-sc is enabled.
133
+
}
134
+
135
+
updateMask: string, Required. The list of fields to update.
136
+
x__xgafv: string, V1 error format.
137
+
Allowed values
138
+
1 - v1 error format
139
+
2 - v2 error format
140
+
141
+
Returns:
142
+
An object of the form:
143
+
144
+
{ # This resource represents a long-running operation that is the result of a network API call.
145
+
"done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
146
+
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
147
+
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
148
+
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
149
+
{
150
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
151
+
},
152
+
],
153
+
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
154
+
},
155
+
"metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
156
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
157
+
},
158
+
"name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
159
+
"response": { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
160
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
"name": "A String", # Output only. Name of the Eventing trigger.
126
+
"searchTags": [ # Output only. Array of search keywords.
127
+
"A String",
128
+
],
129
+
},
119
130
"externalUri": "A String", # Output only. Link to external page.
120
131
"labels": { # Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
121
132
"a_key": "A String",
@@ -151,6 +162,17 @@ <h3>Method Details</h3>
151
162
"description": "A String", # Output only. Description of the resource.
"name": "A String", # Output only. Name of the Eventing trigger.
172
+
"searchTags": [ # Output only. Array of search keywords.
173
+
"A String",
174
+
],
175
+
},
154
176
"externalUri": "A String", # Output only. Link to external page.
155
177
"labels": { # Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
name: string, Required. Resource name of the form: `projects/*/locations/*/providers/*/connectors/*/versions/*/eventtypes/*` Only global location is supported for EventType resource. (required)
101
+
x__xgafv: string, V1 error format.
102
+
Allowed values
103
+
1 - v1 error format
104
+
2 - v2 error format
105
+
106
+
Returns:
107
+
An object of the form:
108
+
109
+
{ # EventType includes fields.
110
+
"createTime": "A String", # Output only. Created time.
111
+
"enrichedEventPayloadSchema": "A String", # Output only. Schema of the event payload after enriched. Will be null if read before send is not supported.
112
+
"entityType": "A String", # Output only. Runtime entity type name. Will be null if entity type map is not available. Used for read before send feature.
"idPath": "A String", # Output only. Id path denotes the path of id in webhook payload.
116
+
"name": "A String", # Output only. Resource name of the eventtype. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector}/versions/{version}/eventtypes/{eventtype} Only global location is supported for Connector resource.
<pre>Lists Event Types in a given Connector Version.
124
+
125
+
Args:
126
+
parent: string, Required. Parent resource of the connectors, of the form: `projects/*/locations/*/providers/*/connectors/*/versions/*` Only global location is supported for EventType resource. (required)
127
+
pageSize: integer, Page size.
128
+
pageToken: string, Page token.
129
+
x__xgafv: string, V1 error format.
130
+
Allowed values
131
+
1 - v1 error format
132
+
2 - v2 error format
133
+
134
+
Returns:
135
+
An object of the form:
136
+
137
+
{ # Response message for Connectors.ListEventTypes.
138
+
"eventTypes": [ # A list of connector versions.
139
+
{ # EventType includes fields.
140
+
"createTime": "A String", # Output only. Created time.
141
+
"enrichedEventPayloadSchema": "A String", # Output only. Schema of the event payload after enriched. Will be null if read before send is not supported.
142
+
"entityType": "A String", # Output only. Runtime entity type name. Will be null if entity type map is not available. Used for read before send feature.
"idPath": "A String", # Output only. Id path denotes the path of id in webhook payload.
146
+
"name": "A String", # Output only. Resource name of the eventtype. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector}/versions/{version}/eventtypes/{eventtype} Only global location is supported for Connector resource.
0 commit comments