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
* `:alt` (*type:* `String.t`) - Data format for response.
109
+
* `:callback` (*type:* `String.t`) - JSONP
110
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
111
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
112
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
113
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
114
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
115
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
116
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
117
+
* `:customerId` (*type:* `String.t`) - Required. The customer id to use for the customer, which will become the final component of the customer's resource name. The specified value must be a valid Google cloud organization id.
* `:alt` (*type:* `String.t`) - Data format for response.
183
+
* `:callback` (*type:* `String.t`) - JSONP
184
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
185
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
186
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
187
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
188
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
189
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
190
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
191
+
* `opts` (*type:* `keyword()`) - Call options
192
+
193
+
## Returns
194
+
195
+
* `{:ok, %GoogleApi.CloudControlsPartner.V1.Model.Empty{}}` on success
* `:alt` (*type:* `String.t`) - Data format for response.
403
+
* `:callback` (*type:* `String.t`) - JSONP
404
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
405
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
406
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
407
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
408
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
409
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
410
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
411
+
* `:updateMask` (*type:* `String.t`) - Optional. The list of fields to update
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
0 commit comments