Skip to content

Commit 3ad4dfd

Browse files
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

Lines changed: 20 additions & 4 deletions
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.

0 commit comments

Comments
 (0)