Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3ad4dfd

Browse files
committedMar 4, 2025
feat(datafusion): update the api
#### datafusion:v1 The following keys were added: - schemas.Instance.properties.loggingConfig.$ref (Total Keys: 1) - schemas.Instance.properties.satisfiesPzi (Total Keys: 2) - schemas.LoggingConfig (Total Keys: 3) #### datafusion:v1beta1 The following keys were added: - schemas.Instance.properties.loggingConfig.$ref (Total Keys: 1) - schemas.Instance.properties.satisfiesPzi (Total Keys: 2) - schemas.LoggingConfig (Total Keys: 3)
1 parent 63bccae commit 3ad4dfd

File tree

4 files changed

+84
-12
lines changed

4 files changed

+84
-12
lines changed
 

‎docs/dyn/datafusion_v1.projects.locations.instances.html

+20-4
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h3>Method Details</h3>
157157
],
158158
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Display name for an instance.
159159
&quot;enableRbac&quot;: True or False, # Optional. Option to enable granular role-based access control.
160-
&quot;enableStackdriverLogging&quot;: True or False, # Optional. Option to enable Stackdriver Logging.
160+
&quot;enableStackdriverLogging&quot;: True or False, # Optional. Option to enable Dataproc Stackdriver Logging.
161161
&quot;enableStackdriverMonitoring&quot;: True or False, # Optional. Option to enable Stackdriver Monitoring.
162162
&quot;enableZoneSeparation&quot;: True or False, # Output only. Option to enable granular zone separation.
163163
&quot;eventPublishConfig&quot;: { # Confirguration of PubSubEventWriter. # Optional. Option to enable and pass metadata for event publishing.
@@ -168,6 +168,9 @@ <h3>Method Details</h3>
168168
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
169169
&quot;a_key&quot;: &quot;A String&quot;,
170170
},
171+
&quot;loggingConfig&quot;: { # Logging configuration for a Data Fusion instance. # Optional. The logging configuration for this instance. This field is supported only in CDF versions 6.11.0 and above.
172+
&quot;instanceCloudLoggingDisabled&quot;: True or False, # Optional. Option to determine whether instance logs should be written to Cloud Logging. By default, instance logs are written to Cloud Logging.
173+
},
171174
&quot;maintenanceEvents&quot;: [ # Output only. The maintenance events for this instance.
172175
{ # Represents a maintenance event.
173176
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The end time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-02T12:04:06-06:00&quot; This field will be empty if the maintenance event is not yet complete.
@@ -207,6 +210,7 @@ <h3>Method Details</h3>
207210
&quot;p4ServiceAccount&quot;: &quot;A String&quot;, # Output only. Service agent for the customer project.
208211
&quot;patchRevision&quot;: &quot;A String&quot;, # Optional. Current patch revision of the Data Fusion.
209212
&quot;privateInstance&quot;: True or False, # Optional. Specifies whether the Data Fusion instance should be private. If set to true, all Data Fusion nodes will have private IP addresses and will not be able to access the public internet.
213+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
210214
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
211215
&quot;serviceAccount&quot;: &quot;A String&quot;, # Output only. Deprecated. Use tenant_project_id instead to extract the tenant project ID.
212216
&quot;serviceEndpoint&quot;: &quot;A String&quot;, # Output only. Endpoint on which the Data Fusion UI is accessible.
@@ -329,7 +333,7 @@ <h3>Method Details</h3>
329333
],
330334
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Display name for an instance.
331335
&quot;enableRbac&quot;: True or False, # Optional. Option to enable granular role-based access control.
332-
&quot;enableStackdriverLogging&quot;: True or False, # Optional. Option to enable Stackdriver Logging.
336+
&quot;enableStackdriverLogging&quot;: True or False, # Optional. Option to enable Dataproc Stackdriver Logging.
333337
&quot;enableStackdriverMonitoring&quot;: True or False, # Optional. Option to enable Stackdriver Monitoring.
334338
&quot;enableZoneSeparation&quot;: True or False, # Output only. Option to enable granular zone separation.
335339
&quot;eventPublishConfig&quot;: { # Confirguration of PubSubEventWriter. # Optional. Option to enable and pass metadata for event publishing.
@@ -340,6 +344,9 @@ <h3>Method Details</h3>
340344
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
341345
&quot;a_key&quot;: &quot;A String&quot;,
342346
},
347+
&quot;loggingConfig&quot;: { # Logging configuration for a Data Fusion instance. # Optional. The logging configuration for this instance. This field is supported only in CDF versions 6.11.0 and above.
348+
&quot;instanceCloudLoggingDisabled&quot;: True or False, # Optional. Option to determine whether instance logs should be written to Cloud Logging. By default, instance logs are written to Cloud Logging.
349+
},
343350
&quot;maintenanceEvents&quot;: [ # Output only. The maintenance events for this instance.
344351
{ # Represents a maintenance event.
345352
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The end time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-02T12:04:06-06:00&quot; This field will be empty if the maintenance event is not yet complete.
@@ -379,6 +386,7 @@ <h3>Method Details</h3>
379386
&quot;p4ServiceAccount&quot;: &quot;A String&quot;, # Output only. Service agent for the customer project.
380387
&quot;patchRevision&quot;: &quot;A String&quot;, # Optional. Current patch revision of the Data Fusion.
381388
&quot;privateInstance&quot;: True or False, # Optional. Specifies whether the Data Fusion instance should be private. If set to true, all Data Fusion nodes will have private IP addresses and will not be able to access the public internet.
389+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
382390
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
383391
&quot;serviceAccount&quot;: &quot;A String&quot;, # Output only. Deprecated. Use tenant_project_id instead to extract the tenant project ID.
384392
&quot;serviceEndpoint&quot;: &quot;A String&quot;, # Output only. Endpoint on which the Data Fusion UI is accessible.
@@ -491,7 +499,7 @@ <h3>Method Details</h3>
491499
],
492500
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Display name for an instance.
493501
&quot;enableRbac&quot;: True or False, # Optional. Option to enable granular role-based access control.
494-
&quot;enableStackdriverLogging&quot;: True or False, # Optional. Option to enable Stackdriver Logging.
502+
&quot;enableStackdriverLogging&quot;: True or False, # Optional. Option to enable Dataproc Stackdriver Logging.
495503
&quot;enableStackdriverMonitoring&quot;: True or False, # Optional. Option to enable Stackdriver Monitoring.
496504
&quot;enableZoneSeparation&quot;: True or False, # Output only. Option to enable granular zone separation.
497505
&quot;eventPublishConfig&quot;: { # Confirguration of PubSubEventWriter. # Optional. Option to enable and pass metadata for event publishing.
@@ -502,6 +510,9 @@ <h3>Method Details</h3>
502510
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
503511
&quot;a_key&quot;: &quot;A String&quot;,
504512
},
513+
&quot;loggingConfig&quot;: { # Logging configuration for a Data Fusion instance. # Optional. The logging configuration for this instance. This field is supported only in CDF versions 6.11.0 and above.
514+
&quot;instanceCloudLoggingDisabled&quot;: True or False, # Optional. Option to determine whether instance logs should be written to Cloud Logging. By default, instance logs are written to Cloud Logging.
515+
},
505516
&quot;maintenanceEvents&quot;: [ # Output only. The maintenance events for this instance.
506517
{ # Represents a maintenance event.
507518
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The end time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-02T12:04:06-06:00&quot; This field will be empty if the maintenance event is not yet complete.
@@ -541,6 +552,7 @@ <h3>Method Details</h3>
541552
&quot;p4ServiceAccount&quot;: &quot;A String&quot;, # Output only. Service agent for the customer project.
542553
&quot;patchRevision&quot;: &quot;A String&quot;, # Optional. Current patch revision of the Data Fusion.
543554
&quot;privateInstance&quot;: True or False, # Optional. Specifies whether the Data Fusion instance should be private. If set to true, all Data Fusion nodes will have private IP addresses and will not be able to access the public internet.
555+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
544556
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
545557
&quot;serviceAccount&quot;: &quot;A String&quot;, # Output only. Deprecated. Use tenant_project_id instead to extract the tenant project ID.
546558
&quot;serviceEndpoint&quot;: &quot;A String&quot;, # Output only. Endpoint on which the Data Fusion UI is accessible.
@@ -614,7 +626,7 @@ <h3>Method Details</h3>
614626
],
615627
&quot;displayName&quot;: &quot;A String&quot;, # Optional. Display name for an instance.
616628
&quot;enableRbac&quot;: True or False, # Optional. Option to enable granular role-based access control.
617-
&quot;enableStackdriverLogging&quot;: True or False, # Optional. Option to enable Stackdriver Logging.
629+
&quot;enableStackdriverLogging&quot;: True or False, # Optional. Option to enable Dataproc Stackdriver Logging.
618630
&quot;enableStackdriverMonitoring&quot;: True or False, # Optional. Option to enable Stackdriver Monitoring.
619631
&quot;enableZoneSeparation&quot;: True or False, # Output only. Option to enable granular zone separation.
620632
&quot;eventPublishConfig&quot;: { # Confirguration of PubSubEventWriter. # Optional. Option to enable and pass metadata for event publishing.
@@ -625,6 +637,9 @@ <h3>Method Details</h3>
625637
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
626638
&quot;a_key&quot;: &quot;A String&quot;,
627639
},
640+
&quot;loggingConfig&quot;: { # Logging configuration for a Data Fusion instance. # Optional. The logging configuration for this instance. This field is supported only in CDF versions 6.11.0 and above.
641+
&quot;instanceCloudLoggingDisabled&quot;: True or False, # Optional. Option to determine whether instance logs should be written to Cloud Logging. By default, instance logs are written to Cloud Logging.
642+
},
628643
&quot;maintenanceEvents&quot;: [ # Output only. The maintenance events for this instance.
629644
{ # Represents a maintenance event.
630645
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The end time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-02T12:04:06-06:00&quot; This field will be empty if the maintenance event is not yet complete.
@@ -664,6 +679,7 @@ <h3>Method Details</h3>
664679
&quot;p4ServiceAccount&quot;: &quot;A String&quot;, # Output only. Service agent for the customer project.
665680
&quot;patchRevision&quot;: &quot;A String&quot;, # Optional. Current patch revision of the Data Fusion.
666681
&quot;privateInstance&quot;: True or False, # Optional. Specifies whether the Data Fusion instance should be private. If set to true, all Data Fusion nodes will have private IP addresses and will not be able to access the public internet.
682+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
667683
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
668684
&quot;serviceAccount&quot;: &quot;A String&quot;, # Output only. Deprecated. Use tenant_project_id instead to extract the tenant project ID.
669685
&quot;serviceEndpoint&quot;: &quot;A String&quot;, # Output only. Endpoint on which the Data Fusion UI is accessible.

‎docs/dyn/datafusion_v1beta1.projects.locations.instances.html

+20-4
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ <h3>Method Details</h3>
165165
],
166166
&quot;displayName&quot;: &quot;A String&quot;, # Display name for an instance.
167167
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
168-
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
168+
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Dataproc Stackdriver Logging.
169169
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
170170
&quot;enableZoneSeparation&quot;: True or False, # Option to enable zone separation.
171171
&quot;eventPublishConfig&quot;: { # Confirguration of PubSubEventWriter. # Option to enable and pass metadata for event publishing.
@@ -176,6 +176,9 @@ <h3>Method Details</h3>
176176
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
177177
&quot;a_key&quot;: &quot;A String&quot;,
178178
},
179+
&quot;loggingConfig&quot;: { # Logging configuration for a Data Fusion instance. # Optional. The logging configuration for this instance. This field is supported only in CDF versions 6.11.0 and above.
180+
&quot;instanceCloudLoggingDisabled&quot;: True or False, # Optional. Option to determine whether instance logs should be written to Cloud Logging. By default, instance logs are written to Cloud Logging.
181+
},
179182
&quot;maintenanceEvents&quot;: [ # Output only. The maintenance events for this instance.
180183
{ # Represents a maintenance event.
181184
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The end time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-02T12:04:06-06:00&quot; This field will be empty if the maintenance event is not yet complete.
@@ -215,6 +218,7 @@ <h3>Method Details</h3>
215218
&quot;p4ServiceAccount&quot;: &quot;A String&quot;, # Output only. Service agent for the customer project.
216219
&quot;patchRevision&quot;: &quot;A String&quot;, # Optional. Current patch revision of the Data Fusion.
217220
&quot;privateInstance&quot;: True or False, # Specifies whether the Data Fusion instance should be private. If set to true, all Data Fusion nodes will have private IP addresses and will not be able to access the public internet.
221+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
218222
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
219223
&quot;serviceAccount&quot;: &quot;A String&quot;, # Output only. Deprecated. Use tenant_project_id instead to extract the tenant project ID.
220224
&quot;serviceEndpoint&quot;: &quot;A String&quot;, # Output only. Endpoint on which the Data Fusion UI is accessible.
@@ -337,7 +341,7 @@ <h3>Method Details</h3>
337341
],
338342
&quot;displayName&quot;: &quot;A String&quot;, # Display name for an instance.
339343
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
340-
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
344+
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Dataproc Stackdriver Logging.
341345
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
342346
&quot;enableZoneSeparation&quot;: True or False, # Option to enable zone separation.
343347
&quot;eventPublishConfig&quot;: { # Confirguration of PubSubEventWriter. # Option to enable and pass metadata for event publishing.
@@ -348,6 +352,9 @@ <h3>Method Details</h3>
348352
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
349353
&quot;a_key&quot;: &quot;A String&quot;,
350354
},
355+
&quot;loggingConfig&quot;: { # Logging configuration for a Data Fusion instance. # Optional. The logging configuration for this instance. This field is supported only in CDF versions 6.11.0 and above.
356+
&quot;instanceCloudLoggingDisabled&quot;: True or False, # Optional. Option to determine whether instance logs should be written to Cloud Logging. By default, instance logs are written to Cloud Logging.
357+
},
351358
&quot;maintenanceEvents&quot;: [ # Output only. The maintenance events for this instance.
352359
{ # Represents a maintenance event.
353360
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The end time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-02T12:04:06-06:00&quot; This field will be empty if the maintenance event is not yet complete.
@@ -387,6 +394,7 @@ <h3>Method Details</h3>
387394
&quot;p4ServiceAccount&quot;: &quot;A String&quot;, # Output only. Service agent for the customer project.
388395
&quot;patchRevision&quot;: &quot;A String&quot;, # Optional. Current patch revision of the Data Fusion.
389396
&quot;privateInstance&quot;: True or False, # Specifies whether the Data Fusion instance should be private. If set to true, all Data Fusion nodes will have private IP addresses and will not be able to access the public internet.
397+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
390398
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
391399
&quot;serviceAccount&quot;: &quot;A String&quot;, # Output only. Deprecated. Use tenant_project_id instead to extract the tenant project ID.
392400
&quot;serviceEndpoint&quot;: &quot;A String&quot;, # Output only. Endpoint on which the Data Fusion UI is accessible.
@@ -499,7 +507,7 @@ <h3>Method Details</h3>
499507
],
500508
&quot;displayName&quot;: &quot;A String&quot;, # Display name for an instance.
501509
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
502-
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
510+
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Dataproc Stackdriver Logging.
503511
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
504512
&quot;enableZoneSeparation&quot;: True or False, # Option to enable zone separation.
505513
&quot;eventPublishConfig&quot;: { # Confirguration of PubSubEventWriter. # Option to enable and pass metadata for event publishing.
@@ -510,6 +518,9 @@ <h3>Method Details</h3>
510518
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
511519
&quot;a_key&quot;: &quot;A String&quot;,
512520
},
521+
&quot;loggingConfig&quot;: { # Logging configuration for a Data Fusion instance. # Optional. The logging configuration for this instance. This field is supported only in CDF versions 6.11.0 and above.
522+
&quot;instanceCloudLoggingDisabled&quot;: True or False, # Optional. Option to determine whether instance logs should be written to Cloud Logging. By default, instance logs are written to Cloud Logging.
523+
},
513524
&quot;maintenanceEvents&quot;: [ # Output only. The maintenance events for this instance.
514525
{ # Represents a maintenance event.
515526
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The end time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-02T12:04:06-06:00&quot; This field will be empty if the maintenance event is not yet complete.
@@ -549,6 +560,7 @@ <h3>Method Details</h3>
549560
&quot;p4ServiceAccount&quot;: &quot;A String&quot;, # Output only. Service agent for the customer project.
550561
&quot;patchRevision&quot;: &quot;A String&quot;, # Optional. Current patch revision of the Data Fusion.
551562
&quot;privateInstance&quot;: True or False, # Specifies whether the Data Fusion instance should be private. If set to true, all Data Fusion nodes will have private IP addresses and will not be able to access the public internet.
563+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
552564
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
553565
&quot;serviceAccount&quot;: &quot;A String&quot;, # Output only. Deprecated. Use tenant_project_id instead to extract the tenant project ID.
554566
&quot;serviceEndpoint&quot;: &quot;A String&quot;, # Output only. Endpoint on which the Data Fusion UI is accessible.
@@ -622,7 +634,7 @@ <h3>Method Details</h3>
622634
],
623635
&quot;displayName&quot;: &quot;A String&quot;, # Display name for an instance.
624636
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
625-
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
637+
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Dataproc Stackdriver Logging.
626638
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
627639
&quot;enableZoneSeparation&quot;: True or False, # Option to enable zone separation.
628640
&quot;eventPublishConfig&quot;: { # Confirguration of PubSubEventWriter. # Option to enable and pass metadata for event publishing.
@@ -633,6 +645,9 @@ <h3>Method Details</h3>
633645
&quot;labels&quot;: { # The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character &#x27;=&#x27; is not allowed to be used within the labels.
634646
&quot;a_key&quot;: &quot;A String&quot;,
635647
},
648+
&quot;loggingConfig&quot;: { # Logging configuration for a Data Fusion instance. # Optional. The logging configuration for this instance. This field is supported only in CDF versions 6.11.0 and above.
649+
&quot;instanceCloudLoggingDisabled&quot;: True or False, # Optional. Option to determine whether instance logs should be written to Cloud Logging. By default, instance logs are written to Cloud Logging.
650+
},
636651
&quot;maintenanceEvents&quot;: [ # Output only. The maintenance events for this instance.
637652
{ # Represents a maintenance event.
638653
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The end time of the maintenance event provided in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. Example: &quot;2024-01-02T12:04:06-06:00&quot; This field will be empty if the maintenance event is not yet complete.
@@ -672,6 +687,7 @@ <h3>Method Details</h3>
672687
&quot;p4ServiceAccount&quot;: &quot;A String&quot;, # Output only. Service agent for the customer project.
673688
&quot;patchRevision&quot;: &quot;A String&quot;, # Optional. Current patch revision of the Data Fusion.
674689
&quot;privateInstance&quot;: True or False, # Specifies whether the Data Fusion instance should be private. If set to true, all Data Fusion nodes will have private IP addresses and will not be able to access the public internet.
690+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
675691
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
676692
&quot;serviceAccount&quot;: &quot;A String&quot;, # Output only. Deprecated. Use tenant_project_id instead to extract the tenant project ID.
677693
&quot;serviceEndpoint&quot;: &quot;A String&quot;, # Output only. Endpoint on which the Data Fusion UI is accessible.

‎googleapiclient/discovery_cache/documents/datafusion.v1.json

+22-2
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@
732732
}
733733
}
734734
},
735-
"revision": "20250122",
735+
"revision": "20250224",
736736
"rootUrl": "https://datafusion.googleapis.com/",
737737
"schemas": {
738738
"Accelerator": {
@@ -1007,7 +1007,7 @@
10071007
"type": "boolean"
10081008
},
10091009
"enableStackdriverLogging": {
1010-
"description": "Optional. Option to enable Stackdriver Logging.",
1010+
"description": "Optional. Option to enable Dataproc Stackdriver Logging.",
10111011
"type": "boolean"
10121012
},
10131013
"enableStackdriverMonitoring": {
@@ -1035,6 +1035,10 @@
10351035
"description": "The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character '=' is not allowed to be used within the labels.",
10361036
"type": "object"
10371037
},
1038+
"loggingConfig": {
1039+
"$ref": "LoggingConfig",
1040+
"description": "Optional. The logging configuration for this instance. This field is supported only in CDF versions 6.11.0 and above."
1041+
},
10381042
"maintenanceEvents": {
10391043
"description": "Output only. The maintenance events for this instance.",
10401044
"items": {
@@ -1076,6 +1080,11 @@
10761080
"description": "Optional. Specifies whether the Data Fusion instance should be private. If set to true, all Data Fusion nodes will have private IP addresses and will not be able to access the public internet.",
10771081
"type": "boolean"
10781082
},
1083+
"satisfiesPzi": {
1084+
"description": "Output only. Reserved for future use.",
1085+
"readOnly": true,
1086+
"type": "boolean"
1087+
},
10791088
"satisfiesPzs": {
10801089
"description": "Output only. Reserved for future use.",
10811090
"readOnly": true,
@@ -1310,6 +1319,17 @@
13101319
},
13111320
"type": "object"
13121321
},
1322+
"LoggingConfig": {
1323+
"description": "Logging configuration for a Data Fusion instance.",
1324+
"id": "LoggingConfig",
1325+
"properties": {
1326+
"instanceCloudLoggingDisabled": {
1327+
"description": "Optional. Option to determine whether instance logs should be written to Cloud Logging. By default, instance logs are written to Cloud Logging.",
1328+
"type": "boolean"
1329+
}
1330+
},
1331+
"type": "object"
1332+
},
13131333
"MaintenanceEvent": {
13141334
"description": "Represents a maintenance event.",
13151335
"id": "MaintenanceEvent",

‎googleapiclient/discovery_cache/documents/datafusion.v1beta1.json

+22-2
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@
930930
}
931931
}
932932
},
933-
"revision": "20250122",
933+
"revision": "20250224",
934934
"rootUrl": "https://datafusion.googleapis.com/",
935935
"schemas": {
936936
"Accelerator": {
@@ -1220,7 +1220,7 @@
12201220
"type": "boolean"
12211221
},
12221222
"enableStackdriverLogging": {
1223-
"description": "Option to enable Stackdriver Logging.",
1223+
"description": "Option to enable Dataproc Stackdriver Logging.",
12241224
"type": "boolean"
12251225
},
12261226
"enableStackdriverMonitoring": {
@@ -1247,6 +1247,10 @@
12471247
"description": "The resource labels for instance to use to annotate any related underlying resources such as Compute Engine VMs. The character '=' is not allowed to be used within the labels.",
12481248
"type": "object"
12491249
},
1250+
"loggingConfig": {
1251+
"$ref": "LoggingConfig",
1252+
"description": "Optional. The logging configuration for this instance. This field is supported only in CDF versions 6.11.0 and above."
1253+
},
12501254
"maintenanceEvents": {
12511255
"description": "Output only. The maintenance events for this instance.",
12521256
"items": {
@@ -1288,6 +1292,11 @@
12881292
"description": "Specifies whether the Data Fusion instance should be private. If set to true, all Data Fusion nodes will have private IP addresses and will not be able to access the public internet.",
12891293
"type": "boolean"
12901294
},
1295+
"satisfiesPzi": {
1296+
"description": "Output only. Reserved for future use.",
1297+
"readOnly": true,
1298+
"type": "boolean"
1299+
},
12911300
"satisfiesPzs": {
12921301
"description": "Output only. Reserved for future use.",
12931302
"readOnly": true,
@@ -1540,6 +1549,17 @@
15401549
},
15411550
"type": "object"
15421551
},
1552+
"LoggingConfig": {
1553+
"description": "Logging configuration for a Data Fusion instance.",
1554+
"id": "LoggingConfig",
1555+
"properties": {
1556+
"instanceCloudLoggingDisabled": {
1557+
"description": "Optional. Option to determine whether instance logs should be written to Cloud Logging. By default, instance logs are written to Cloud Logging.",
1558+
"type": "boolean"
1559+
}
1560+
},
1561+
"type": "object"
1562+
},
15431563
"MaintenanceEvent": {
15441564
"description": "Represents a maintenance event.",
15451565
"id": "MaintenanceEvent",

0 commit comments

Comments
 (0)
Please sign in to comment.