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: docs/dyn/datafusion_v1.projects.locations.instances.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -320,7 +320,7 @@ <h3>Method Details</h3>
320
320
321
321
Args:
322
322
resource: string, REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. (required)
323
-
options_requestedPolicyVersion: integer, Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
323
+
options_requestedPolicyVersion: integer, Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
324
324
x__xgafv: string, V1 error format.
325
325
Allowed values
326
326
1 - v1 error format
@@ -524,7 +524,7 @@ <h3>Method Details</h3>
524
524
"zone": "A String", # Name of the zone in which the Data Fusion instance will be created. Only DEVELOPER instances use this field.
525
525
}
526
526
527
-
updateMask: string, Field mask is used to specify the fields that the update will overwrite in an instance resource. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask, all the supported fields (labels, options, and version currently) will be overwritten.
527
+
updateMask: string, Field mask is used to specify the fields that the update will overwrite in an instance resource. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask, the label field will be overwritten.
parent: string, Required. The resource on which DNS peering will be created. (required)
99
104
body: object, The request body.
100
105
The object takes the form of:
101
106
102
-
{ # Request message to create dns peering.
103
-
"dnsPeering": { # DNS peering configuration. These configurations are used to create DNS peering with the customer Cloud DNS. # Dns peering config.
104
-
"description": "A String", # Optional. Optional description of the dns zone.
105
-
"domain": "A String", # Required. Name of the dns.
106
-
"targetNetwork": "A String", # Optional. Optional target network to which dns peering should happen.
107
-
"targetProject": "A String", # Optional. Optional target project to which dns peering should happen.
108
-
"zone": "A String", # Required. Name of the zone.
109
-
},
107
+
{ # DNS peering configuration. These configurations are used to create DNS peering with the customer Cloud DNS.
108
+
"description": "A String", # Optional. Optional description of the dns zone.
109
+
"domain": "A String", # Required. The dns name suffix of the zone.
110
+
"name": "A String", # Required. The resource name of the dns peering zone. Format: projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}
111
+
"targetNetwork": "A String", # Optional. Optional target network to which dns peering should happen.
112
+
"targetProject": "A String", # Optional. Optional target project to which dns peering should happen.
110
113
}
111
114
112
115
x__xgafv: string, V1 error format.
@@ -117,23 +120,41 @@ <h3>Method Details</h3>
117
120
Returns:
118
121
An object of the form:
119
122
120
-
{ # Response message for set dns peering method.
123
+
{ # DNS peering configuration. These configurations are used to create DNS peering with the customer Cloud DNS.
124
+
"description": "A String", # Optional. Optional description of the dns zone.
125
+
"domain": "A String", # Required. The dns name suffix of the zone.
126
+
"name": "A String", # Required. The resource name of the dns peering zone. Format: projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}
127
+
"targetNetwork": "A String", # Optional. Optional target network to which dns peering should happen.
128
+
"targetProject": "A String", # Optional. Optional target project to which dns peering should happen.
name: string, Required. The name of the DNS peering zone to delete. Format: projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering} (required)
138
+
x__xgafv: string, V1 error format.
139
+
Allowed values
140
+
1 - v1 error format
141
+
2 - v2 error format
142
+
143
+
Returns:
144
+
An object of the form:
145
+
146
+
{ # 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); } The JSON representation for `Empty` is empty JSON object `{}`.
parent: string, Required. The resource on which dns peering will be listed. (required)
135
-
pageSize: integer, The maximum number of items to return.
136
-
pageToken: string, The next_page_token value to use if there are additional results to retrieve for this list request.
155
+
parent: string, Required. The parent, which owns this collection of dns peerings. Format: projects/{project}/locations/{location}/instances/{instance} (required)
156
+
pageSize: integer, The maximum number of dns peerings to return. The service may return fewer than this value. If unspecified, at most 10 dns peerings will be returned. The maximum value is 50; values above 50 will be coerced to 50.
157
+
pageToken: string, A page token, received from a previous `ListDnsPeerings` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDnsPeerings` must match the call that provided the page token.
137
158
x__xgafv: string, V1 error format.
138
159
Allowed values
139
160
1 - v1 error format
@@ -142,17 +163,17 @@ <h3>Method Details</h3>
142
163
Returns:
143
164
An object of the form:
144
165
145
-
{ # List dns peering response.
146
-
"dnsPeerings": [ # List of dns peering configs.
166
+
{ # Response message for list DNS peerings.
167
+
"dnsPeerings": [ # List of dns peering.
147
168
{ # DNS peering configuration. These configurations are used to create DNS peering with the customer Cloud DNS.
148
169
"description": "A String", # Optional. Optional description of the dns zone.
149
-
"domain": "A String", # Required. Name of the dns.
170
+
"domain": "A String", # Required. The dns name suffix of the zone.
171
+
"name": "A String", # Required. The resource name of the dns peering zone. Format: projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dns_peering}
150
172
"targetNetwork": "A String", # Optional. Optional target network to which dns peering should happen.
151
173
"targetProject": "A String", # Optional. Optional target project to which dns peering should happen.
152
-
"zone": "A String", # Required. Name of the zone.
153
174
},
154
175
],
155
-
"nextPageToken": "A String", # Token to retrieve the next page of results or empty if there are no more results in the list.
176
+
"nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
Copy file name to clipboardExpand all lines: docs/dyn/datafusion_v1beta1.projects.locations.instances.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ <h3>Method Details</h3>
331
331
332
332
Args:
333
333
resource: string, REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. (required)
334
-
options_requestedPolicyVersion: integer, Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
334
+
options_requestedPolicyVersion: integer, Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
Copy file name to clipboardExpand all lines: docs/dyn/datafusion_v1beta1.projects.locations.instances.namespaces.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ <h3>Method Details</h3>
104
104
105
105
Args:
106
106
resource: string, REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. (required)
107
-
options_requestedPolicyVersion: integer, Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
107
+
options_requestedPolicyVersion: integer, Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/datafusion.v1.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -277,7 +277,7 @@
277
277
],
278
278
"parameters": {
279
279
"options.requestedPolicyVersion": {
280
-
"description": "Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
280
+
"description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
281
281
"format": "int32",
282
282
"location": "query",
283
283
"type": "integer"
@@ -361,7 +361,7 @@
361
361
"type": "string"
362
362
},
363
363
"updateMask": {
364
-
"description": "Field mask is used to specify the fields that the update will overwrite in an instance resource. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask, all the supported fields (labels, options, and version currently) will be overwritten.",
364
+
"description": "Field mask is used to specify the fields that the update will overwrite in an instance resource. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask, the label field will be overwritten.",
0 commit comments