Skip to content

Commit

Permalink
feat(datafusion): update the api
Browse files Browse the repository at this point in the history
#### datafusion:v1

The following keys were added:
- schemas.Instance.properties.enableZoneSeparation.type (Total Keys: 1)

#### datafusion:v1beta1

The following keys were added:
- schemas.Accelerator.properties.state.type (Total Keys: 1)
- schemas.Instance.properties.enableZoneSeparation.type (Total Keys: 1)
- schemas.OperationMetadata.properties.additionalStatus (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Dec 20, 2022
1 parent 00fa4bb commit db1dddc
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 13 deletions.
12 changes: 8 additions & 4 deletions docs/dyn/datafusion_v1.projects.locations.instances.html
Expand Up @@ -131,7 +131,7 @@ <h3>Method Details</h3>
&quot;accelerators&quot;: [ # List of accelerators enabled for this CDF instance.
{ # Identifies Data Fusion accelerators for an instance.
&quot;acceleratorType&quot;: &quot;A String&quot;, # The type of an accelator for a CDF instance.
&quot;state&quot;: &quot;A String&quot;, # The state of the accelerator
&quot;state&quot;: &quot;A String&quot;, # The state of the accelerator.
},
],
&quot;apiEndpoint&quot;: &quot;A String&quot;, # Output only. Endpoint on which the REST APIs is accessible.
Expand All @@ -158,6 +158,7 @@ <h3>Method Details</h3>
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
&quot;enableZoneSeparation&quot;: True or False, # Option to enable granular zone separation.
&quot;eventPublishConfig&quot;: { # Confirguration of PubSubEventWriter. # Option to enable and pass metadata for event publishing.
&quot;enabled&quot;: True or False, # Required. Option to enable Event Publishing.
&quot;topic&quot;: &quot;A String&quot;, # Required. The resource name of the Pub/Sub topic. Format: projects/{project_id}/topics/{topic_id}
Expand Down Expand Up @@ -270,7 +271,7 @@ <h3>Method Details</h3>
&quot;accelerators&quot;: [ # List of accelerators enabled for this CDF instance.
{ # Identifies Data Fusion accelerators for an instance.
&quot;acceleratorType&quot;: &quot;A String&quot;, # The type of an accelator for a CDF instance.
&quot;state&quot;: &quot;A String&quot;, # The state of the accelerator
&quot;state&quot;: &quot;A String&quot;, # The state of the accelerator.
},
],
&quot;apiEndpoint&quot;: &quot;A String&quot;, # Output only. Endpoint on which the REST APIs is accessible.
Expand All @@ -297,6 +298,7 @@ <h3>Method Details</h3>
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
&quot;enableZoneSeparation&quot;: True or False, # Option to enable granular zone separation.
&quot;eventPublishConfig&quot;: { # Confirguration of PubSubEventWriter. # Option to enable and pass metadata for event publishing.
&quot;enabled&quot;: True or False, # Required. Option to enable Event Publishing.
&quot;topic&quot;: &quot;A String&quot;, # Required. The resource name of the Pub/Sub topic. Format: projects/{project_id}/topics/{topic_id}
Expand Down Expand Up @@ -399,7 +401,7 @@ <h3>Method Details</h3>
&quot;accelerators&quot;: [ # List of accelerators enabled for this CDF instance.
{ # Identifies Data Fusion accelerators for an instance.
&quot;acceleratorType&quot;: &quot;A String&quot;, # The type of an accelator for a CDF instance.
&quot;state&quot;: &quot;A String&quot;, # The state of the accelerator
&quot;state&quot;: &quot;A String&quot;, # The state of the accelerator.
},
],
&quot;apiEndpoint&quot;: &quot;A String&quot;, # Output only. Endpoint on which the REST APIs is accessible.
Expand All @@ -426,6 +428,7 @@ <h3>Method Details</h3>
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
&quot;enableZoneSeparation&quot;: True or False, # Option to enable granular zone separation.
&quot;eventPublishConfig&quot;: { # Confirguration of PubSubEventWriter. # Option to enable and pass metadata for event publishing.
&quot;enabled&quot;: True or False, # Required. Option to enable Event Publishing.
&quot;topic&quot;: &quot;A String&quot;, # Required. The resource name of the Pub/Sub topic. Format: projects/{project_id}/topics/{topic_id}
Expand Down Expand Up @@ -489,7 +492,7 @@ <h3>Method Details</h3>
&quot;accelerators&quot;: [ # List of accelerators enabled for this CDF instance.
{ # Identifies Data Fusion accelerators for an instance.
&quot;acceleratorType&quot;: &quot;A String&quot;, # The type of an accelator for a CDF instance.
&quot;state&quot;: &quot;A String&quot;, # The state of the accelerator
&quot;state&quot;: &quot;A String&quot;, # The state of the accelerator.
},
],
&quot;apiEndpoint&quot;: &quot;A String&quot;, # Output only. Endpoint on which the REST APIs is accessible.
Expand All @@ -516,6 +519,7 @@ <h3>Method Details</h3>
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
&quot;enableZoneSeparation&quot;: True or False, # Option to enable granular zone separation.
&quot;eventPublishConfig&quot;: { # Confirguration of PubSubEventWriter. # Option to enable and pass metadata for event publishing.
&quot;enabled&quot;: True or False, # Required. Option to enable Event Publishing.
&quot;topic&quot;: &quot;A String&quot;, # Required. The resource name of the Pub/Sub topic. Format: projects/{project_id}/topics/{topic_id}
Expand Down
8 changes: 8 additions & 0 deletions docs/dyn/datafusion_v1beta1.projects.locations.instances.html
Expand Up @@ -139,6 +139,7 @@ <h3>Method Details</h3>
&quot;accelerators&quot;: [ # List of accelerators enabled for this CDF instance.
{ # Identifies Data Fusion accelerators for an instance.
&quot;acceleratorType&quot;: &quot;A String&quot;, # The type of an accelator for a CDF instance.
&quot;state&quot;: &quot;A String&quot;, # The state of the accelerator.
},
],
&quot;apiEndpoint&quot;: &quot;A String&quot;, # Output only. Endpoint on which the REST APIs is accessible.
Expand All @@ -165,6 +166,7 @@ <h3>Method Details</h3>
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
&quot;enableZoneSeparation&quot;: True or False, # Option to enable zone separation.
&quot;eventPublishConfig&quot;: { # Confirguration of PubSubEventWriter. # Option to enable and pass metadata for event publishing.
&quot;enabled&quot;: True or False, # Required. Option to enable Event Publishing.
&quot;topic&quot;: &quot;A String&quot;, # Required. The resource name of the Pub/Sub topic. Format: projects/{project_id}/topics/{topic_id}
Expand Down Expand Up @@ -277,6 +279,7 @@ <h3>Method Details</h3>
&quot;accelerators&quot;: [ # List of accelerators enabled for this CDF instance.
{ # Identifies Data Fusion accelerators for an instance.
&quot;acceleratorType&quot;: &quot;A String&quot;, # The type of an accelator for a CDF instance.
&quot;state&quot;: &quot;A String&quot;, # The state of the accelerator.
},
],
&quot;apiEndpoint&quot;: &quot;A String&quot;, # Output only. Endpoint on which the REST APIs is accessible.
Expand All @@ -303,6 +306,7 @@ <h3>Method Details</h3>
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
&quot;enableZoneSeparation&quot;: True or False, # Option to enable zone separation.
&quot;eventPublishConfig&quot;: { # Confirguration of PubSubEventWriter. # Option to enable and pass metadata for event publishing.
&quot;enabled&quot;: True or False, # Required. Option to enable Event Publishing.
&quot;topic&quot;: &quot;A String&quot;, # Required. The resource name of the Pub/Sub topic. Format: projects/{project_id}/topics/{topic_id}
Expand Down Expand Up @@ -405,6 +409,7 @@ <h3>Method Details</h3>
&quot;accelerators&quot;: [ # List of accelerators enabled for this CDF instance.
{ # Identifies Data Fusion accelerators for an instance.
&quot;acceleratorType&quot;: &quot;A String&quot;, # The type of an accelator for a CDF instance.
&quot;state&quot;: &quot;A String&quot;, # The state of the accelerator.
},
],
&quot;apiEndpoint&quot;: &quot;A String&quot;, # Output only. Endpoint on which the REST APIs is accessible.
Expand All @@ -431,6 +436,7 @@ <h3>Method Details</h3>
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
&quot;enableZoneSeparation&quot;: True or False, # Option to enable zone separation.
&quot;eventPublishConfig&quot;: { # Confirguration of PubSubEventWriter. # Option to enable and pass metadata for event publishing.
&quot;enabled&quot;: True or False, # Required. Option to enable Event Publishing.
&quot;topic&quot;: &quot;A String&quot;, # Required. The resource name of the Pub/Sub topic. Format: projects/{project_id}/topics/{topic_id}
Expand Down Expand Up @@ -494,6 +500,7 @@ <h3>Method Details</h3>
&quot;accelerators&quot;: [ # List of accelerators enabled for this CDF instance.
{ # Identifies Data Fusion accelerators for an instance.
&quot;acceleratorType&quot;: &quot;A String&quot;, # The type of an accelator for a CDF instance.
&quot;state&quot;: &quot;A String&quot;, # The state of the accelerator.
},
],
&quot;apiEndpoint&quot;: &quot;A String&quot;, # Output only. Endpoint on which the REST APIs is accessible.
Expand All @@ -520,6 +527,7 @@ <h3>Method Details</h3>
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
&quot;enableZoneSeparation&quot;: True or False, # Option to enable zone separation.
&quot;eventPublishConfig&quot;: { # Confirguration of PubSubEventWriter. # Option to enable and pass metadata for event publishing.
&quot;enabled&quot;: True or False, # Required. Option to enable Event Publishing.
&quot;topic&quot;: &quot;A String&quot;, # Required. The resource name of the Pub/Sub topic. Format: projects/{project_id}/topics/{topic_id}
Expand Down
16 changes: 10 additions & 6 deletions googleapiclient/discovery_cache/documents/datafusion.v1.json
Expand Up @@ -737,7 +737,7 @@
}
}
},
"revision": "20220908",
"revision": "20221213",
"rootUrl": "https://datafusion.googleapis.com/",
"schemas": {
"Accelerator": {
Expand All @@ -761,18 +761,18 @@
"type": "string"
},
"state": {
"description": "The state of the accelerator",
"description": "The state of the accelerator.",
"enum": [
"STATE_UNSPECIFIED",
"ENABLED",
"DISABLED",
"UNKNOWN"
],
"enumDescriptions": [
"Default value, do not use",
"Indicates that the accelerator is enabled and available to use",
"Indicates that the accelerator is disabled and not available to use",
"Indicates that accelerator state is currently unknown. Requests for enable, disable could be retried while in this state"
"Default value, do not use.",
"Indicates that the accelerator is enabled and available to use.",
"Indicates that the accelerator is disabled and not available to use.",
"Indicates that accelerator state is currently unknown. Requests for enable, disable could be retried while in this state."
],
"type": "string"
}
Expand Down Expand Up @@ -1010,6 +1010,10 @@
"description": "Option to enable Stackdriver Monitoring.",
"type": "boolean"
},
"enableZoneSeparation": {
"description": "Option to enable granular zone separation.",
"type": "boolean"
},
"eventPublishConfig": {
"$ref": "EventPublishConfig",
"description": "Option to enable and pass metadata for event publishing."
Expand Down
35 changes: 32 additions & 3 deletions googleapiclient/discovery_cache/documents/datafusion.v1beta1.json
Expand Up @@ -935,7 +935,7 @@
}
}
},
"revision": "20220908",
"revision": "20221213",
"rootUrl": "https://datafusion.googleapis.com/",
"schemas": {
"Accelerator": {
Expand All @@ -947,12 +947,30 @@
"enum": [
"ACCELERATOR_TYPE_UNSPECIFIED",
"CDC",
"HEALTHCARE"
"HEALTHCARE",
"CCAI_INSIGHTS"
],
"enumDescriptions": [
"Default value, if unspecified.",
"Change Data Capture accelerator for CDF.",
"Cloud Healthcare accelerator for CDF. This accelerator is to enable Cloud Healthcare specific CDF plugins developed by Healthcare team."
"Cloud Healthcare accelerator for CDF. This accelerator is to enable Cloud Healthcare specific CDF plugins developed by Healthcare team.",
"Contact Center AI Insights This accelerator is used to enable import and export pipelines custom built to streamline CCAI Insights processing."
],
"type": "string"
},
"state": {
"description": "The state of the accelerator.",
"enum": [
"STATE_UNSPECIFIED",
"ENABLED",
"DISABLED",
"UNKNOWN"
],
"enumDescriptions": [
"Default value, do not use.",
"Indicates that the accelerator is enabled and available to use.",
"Indicates that the accelerator is disabled and not available to use.",
"Indicates that accelerator state is currently unknown. Requests for enable, disable could be retried while in this state."
],
"type": "string"
}
Expand Down Expand Up @@ -1205,6 +1223,10 @@
"description": "Option to enable Stackdriver Monitoring.",
"type": "boolean"
},
"enableZoneSeparation": {
"description": "Option to enable zone separation.",
"type": "boolean"
},
"eventPublishConfig": {
"$ref": "EventPublishConfig",
"description": "Option to enable and pass metadata for event publishing."
Expand Down Expand Up @@ -1548,6 +1570,13 @@
"description": "Represents the metadata of a long-running operation.",
"id": "OperationMetadata",
"properties": {
"additionalStatus": {
"additionalProperties": {
"type": "string"
},
"description": "Map to hold any additional status info for the operation If there is an accelerator being enabled/disabled/deleted, this will be populated with accelerator name as key and status as ENABLING, DISABLING or DELETING",
"type": "object"
},
"apiVersion": {
"description": "API version used to start the operation.",
"type": "string"
Expand Down

0 comments on commit db1dddc

Please sign in to comment.