-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit dd298cf
feat(datafusion)!: update the API
BREAKING CHANGE: This release has breaking changes.
#### datafusion:v1beta1
The following keys were deleted:
- schemas.AssetLocation.description
- schemas.AssetLocation.id
- schemas.AssetLocation.properties.expected.$ref
- schemas.AssetLocation.properties.expected.description
- schemas.AssetLocation.properties.extraParameters.description
- schemas.AssetLocation.properties.extraParameters.items.$ref
- schemas.AssetLocation.properties.extraParameters.type
- schemas.AssetLocation.properties.locationData.description
- schemas.AssetLocation.properties.locationData.items.$ref
- schemas.AssetLocation.properties.locationData.type
- schemas.AssetLocation.properties.parentAsset.description
- schemas.AssetLocation.properties.parentAsset.items.$ref
- schemas.AssetLocation.properties.parentAsset.type
- schemas.AssetLocation.type
- schemas.BlobstoreLocation.description
- schemas.BlobstoreLocation.id
- schemas.BlobstoreLocation.properties.policyId.items.type
- schemas.BlobstoreLocation.properties.policyId.type
- schemas.BlobstoreLocation.type
- schemas.CloudAsset.id
- schemas.CloudAsset.properties.assetName.type
- schemas.CloudAsset.properties.assetType.type
- schemas.CloudAsset.type
- schemas.CloudAssetComposition.id
- schemas.CloudAssetComposition.properties.childAsset.items.$ref
- schemas.CloudAssetComposition.properties.childAsset.type
- schemas.CloudAssetComposition.type
- schemas.DirectLocationAssignment.id
- schemas.DirectLocationAssignment.properties.location.items.$ref
- schemas.DirectLocationAssignment.properties.location.type
- schemas.DirectLocationAssignment.type
- schemas.ExtraParameter.description
- schemas.ExtraParameter.id
- schemas.ExtraParameter.properties.regionalMigDistributionPolicy.$ref
- schemas.ExtraParameter.properties.regionalMigDistributionPolicy.description
- schemas.ExtraParameter.type
- schemas.IsolationExpectations.id
- schemas.IsolationExpectations.properties.ziOrgPolicy.enum
- schemas.IsolationExpectations.properties.ziOrgPolicy.enumDescriptions
- schemas.IsolationExpectations.properties.ziOrgPolicy.type
- schemas.IsolationExpectations.properties.ziRegionPolicy.enum
- schemas.IsolationExpectations.properties.ziRegionPolicy.enumDescriptions
- schemas.IsolationExpectations.properties.ziRegionPolicy.type
- schemas.IsolationExpectations.properties.ziRegionState.enum
- schemas.IsolationExpectations.properties.ziRegionState.enumDescriptions
- schemas.IsolationExpectations.properties.ziRegionState.type
- schemas.IsolationExpectations.properties.zoneIsolation.deprecated
- schemas.IsolationExpectations.properties.zoneIsolation.description
- schemas.IsolationExpectations.properties.zoneIsolation.enum
- schemas.IsolationExpectations.properties.zoneIsolation.enumDescriptions
- schemas.IsolationExpectations.properties.zoneIsolation.type
- schemas.IsolationExpectations.properties.zoneSeparation.deprecated
- schemas.IsolationExpectations.properties.zoneSeparation.description
- schemas.IsolationExpectations.properties.zoneSeparation.enum
- schemas.IsolationExpectations.properties.zoneSeparation.enumDescriptions
- schemas.IsolationExpectations.properties.zoneSeparation.type
- schemas.IsolationExpectations.properties.zsOrgPolicy.enum
- schemas.IsolationExpectations.properties.zsOrgPolicy.enumDescriptions
- schemas.IsolationExpectations.properties.zsOrgPolicy.type
- schemas.IsolationExpectations.properties.zsRegionState.enum
- schemas.IsolationExpectations.properties.zsRegionState.enumDescriptions
- schemas.IsolationExpectations.properties.zsRegionState.type
- schemas.IsolationExpectations.type
- schemas.LocationAssignment.id
- schemas.LocationAssignment.properties.location.type
- schemas.LocationAssignment.properties.locationType.enum
- schemas.LocationAssignment.properties.locationType.enumDescriptions
- schemas.LocationAssignment.properties.locationType.type
- schemas.LocationAssignment.type
- schemas.LocationData.id
- schemas.LocationData.properties.blobstoreLocation.$ref
- schemas.LocationData.properties.childAssetLocation.$ref
- schemas.LocationData.properties.directLocation.$ref
- schemas.LocationData.properties.gcpProjectProxy.$ref
- schemas.LocationData.properties.placerLocation.$ref
- schemas.LocationData.properties.spannerLocation.$ref
- schemas.LocationData.type
- schemas.PlacerLocation.description
- schemas.PlacerLocation.id
- schemas.PlacerLocation.properties.placerConfig.description
- schemas.PlacerLocation.properties.placerConfig.type
- schemas.PlacerLocation.type
- schemas.RegionalMigDistributionPolicy.description
- schemas.RegionalMigDistributionPolicy.id
- schemas.RegionalMigDistributionPolicy.properties.targetShape.description
- schemas.RegionalMigDistributionPolicy.properties.targetShape.format
- schemas.RegionalMigDistributionPolicy.properties.targetShape.type
- schemas.RegionalMigDistributionPolicy.properties.zones.description
- schemas.RegionalMigDistributionPolicy.properties.zones.items.$ref
- schemas.RegionalMigDistributionPolicy.properties.zones.type
- schemas.RegionalMigDistributionPolicy.type
- schemas.SpannerLocation.id
- schemas.SpannerLocation.properties.backupName.description
- schemas.SpannerLocation.properties.backupName.items.type
- schemas.SpannerLocation.properties.backupName.type
- schemas.SpannerLocation.properties.dbName.description
- schemas.SpannerLocation.properties.dbName.items.type
- schemas.SpannerLocation.properties.dbName.type
- schemas.SpannerLocation.type
- schemas.TenantProjectProxy.id
- schemas.TenantProjectProxy.properties.projectNumbers.items.type
- schemas.TenantProjectProxy.properties.projectNumbers.type
- schemas.TenantProjectProxy.type
- schemas.ZoneConfiguration.id
- schemas.ZoneConfiguration.properties.zone.type
- schemas.ZoneConfiguration.type
The following keys were added:
- schemas.Instance.properties.maintenanceEvents.description
- schemas.Instance.properties.maintenanceEvents.items.$ref
- schemas.Instance.properties.maintenanceEvents.readOnly
- schemas.Instance.properties.maintenanceEvents.type
- schemas.ListAvailableVersionsResponse.properties.availableVersions.deprecated
- schemas.ListAvailableVersionsResponse.properties.versions.description
- schemas.ListAvailableVersionsResponse.properties.versions.items.$ref
- schemas.ListAvailableVersionsResponse.properties.versions.type
- schemas.MaintenanceEvent.description
- schemas.MaintenanceEvent.id
- schemas.MaintenanceEvent.properties.endTime.description
- schemas.MaintenanceEvent.properties.endTime.format
- schemas.MaintenanceEvent.properties.endTime.readOnly
- schemas.MaintenanceEvent.properties.endTime.type
- schemas.MaintenanceEvent.properties.startTime.description
- schemas.MaintenanceEvent.properties.startTime.format
- schemas.MaintenanceEvent.properties.startTime.readOnly
- schemas.MaintenanceEvent.properties.startTime.type
- schemas.MaintenanceEvent.properties.state.description
- schemas.MaintenanceEvent.properties.state.enum
- schemas.MaintenanceEvent.properties.state.enumDescriptions
- schemas.MaintenanceEvent.properties.state.readOnly
- schemas.MaintenanceEvent.properties.state.type
- schemas.MaintenanceEvent.type
The following keys were changed:
- resources.projects.resources.locations.resources.operations.methods.cancel.description
- schemas.ListAvailableVersionsResponse.properties.availableVersions.description
- schemas.Version.properties.type.enum
- schemas.Version.properties.type.enumDescriptions
#### datafusion:v1
The following keys were deleted:
- schemas.AssetLocation.description
- schemas.AssetLocation.id
- schemas.AssetLocation.properties.expected.$ref
- schemas.AssetLocation.properties.expected.description
- schemas.AssetLocation.properties.extraParameters.description
- schemas.AssetLocation.properties.extraParameters.items.$ref
- schemas.AssetLocation.properties.extraParameters.type
- schemas.AssetLocation.properties.locationData.description
- schemas.AssetLocation.properties.locationData.items.$ref
- schemas.AssetLocation.properties.locationData.type
- schemas.AssetLocation.properties.parentAsset.description
- schemas.AssetLocation.properties.parentAsset.items.$ref
- schemas.AssetLocation.properties.parentAsset.type
- schemas.AssetLocation.type
- schemas.BlobstoreLocation.description
- schemas.BlobstoreLocation.id
- schemas.BlobstoreLocation.properties.policyId.items.type
- schemas.BlobstoreLocation.properties.policyId.type
- schemas.BlobstoreLocation.type
- schemas.CloudAsset.id
- schemas.CloudAsset.properties.assetName.type
- schemas.CloudAsset.properties.assetType.type
- schemas.CloudAsset.type
- schemas.CloudAssetComposition.id
- schemas.CloudAssetComposition.properties.childAsset.items.$ref
- schemas.CloudAssetComposition.properties.childAsset.type
- schemas.CloudAssetComposition.type
- schemas.DirectLocationAssignment.id
- schemas.DirectLocationAssignment.properties.location.items.$ref
- schemas.DirectLocationAssignment.properties.location.type
- schemas.DirectLocationAssignment.type
- schemas.ExtraParameter.description
- schemas.ExtraParameter.id
- schemas.ExtraParameter.properties.regionalMigDistributionPolicy.$ref
- schemas.ExtraParameter.properties.regionalMigDistributionPolicy.description
- schemas.ExtraParameter.type
- schemas.IsolationExpectations.id
- schemas.IsolationExpectations.properties.ziOrgPolicy.enum
- schemas.IsolationExpectations.properties.ziOrgPolicy.enumDescriptions
- schemas.IsolationExpectations.properties.ziOrgPolicy.type
- schemas.IsolationExpectations.properties.ziRegionPolicy.enum
- schemas.IsolationExpectations.properties.ziRegionPolicy.enumDescriptions
- schemas.IsolationExpectations.properties.ziRegionPolicy.type
- schemas.IsolationExpectations.properties.ziRegionState.enum
- schemas.IsolationExpectations.properties.ziRegionState.enumDescriptions
- schemas.IsolationExpectations.properties.ziRegionState.type
- schemas.IsolationExpectations.properties.zoneIsolation.deprecated
- schemas.IsolationExpectations.properties.zoneIsolation.description
- schemas.IsolationExpectations.properties.zoneIsolation.enum
- schemas.IsolationExpectations.properties.zoneIsolation.enumDescriptions
- schemas.IsolationExpectations.properties.zoneIsolation.type
- schemas.IsolationExpectations.properties.zoneSeparation.deprecated
- schemas.IsolationExpectations.properties.zoneSeparation.description
- schemas.IsolationExpectations.properties.zoneSeparation.enum
- schemas.IsolationExpectations.properties.zoneSeparation.enumDescriptions
- schemas.IsolationExpectations.properties.zoneSeparation.type
- schemas.IsolationExpectations.properties.zsOrgPolicy.enum
- schemas.IsolationExpectations.properties.zsOrgPolicy.enumDescriptions
- schemas.IsolationExpectations.properties.zsOrgPolicy.type
- schemas.IsolationExpectations.properties.zsRegionState.enum
- schemas.IsolationExpectations.properties.zsRegionState.enumDescriptions
- schemas.IsolationExpectations.properties.zsRegionState.type
- schemas.IsolationExpectations.type
- schemas.LocationAssignment.id
- schemas.LocationAssignment.properties.location.type
- schemas.LocationAssignment.properties.locationType.enum
- schemas.LocationAssignment.properties.locationType.enumDescriptions
- schemas.LocationAssignment.properties.locationType.type
- schemas.LocationAssignment.type
- schemas.LocationData.id
- schemas.LocationData.properties.blobstoreLocation.$ref
- schemas.LocationData.properties.childAssetLocation.$ref
- schemas.LocationData.properties.directLocation.$ref
- schemas.LocationData.properties.gcpProjectProxy.$ref
- schemas.LocationData.properties.placerLocation.$ref
- schemas.LocationData.properties.spannerLocation.$ref
- schemas.LocationData.type
- schemas.PlacerLocation.description
- schemas.PlacerLocation.id
- schemas.PlacerLocation.properties.placerConfig.description
- schemas.PlacerLocation.properties.placerConfig.type
- schemas.PlacerLocation.type
- schemas.RegionalMigDistributionPolicy.description
- schemas.RegionalMigDistributionPolicy.id
- schemas.RegionalMigDistributionPolicy.properties.targetShape.description
- schemas.RegionalMigDistributionPolicy.properties.targetShape.format
- schemas.RegionalMigDistributionPolicy.properties.targetShape.type
- schemas.RegionalMigDistributionPolicy.properties.zones.description
- schemas.RegionalMigDistributionPolicy.properties.zones.items.$ref
- schemas.RegionalMigDistributionPolicy.properties.zones.type
- schemas.RegionalMigDistributionPolicy.type
- schemas.SpannerLocation.id
- schemas.SpannerLocation.properties.backupName.description
- schemas.SpannerLocation.properties.backupName.items.type
- schemas.SpannerLocation.properties.backupName.type
- schemas.SpannerLocation.properties.dbName.description
- schemas.SpannerLocation.properties.dbName.items.type
- schemas.SpannerLocation.properties.dbName.type
- schemas.SpannerLocation.type
- schemas.TenantProjectProxy.id
- schemas.TenantProjectProxy.properties.projectNumbers.items.type
- schemas.TenantProjectProxy.properties.projectNumbers.type
- schemas.TenantProjectProxy.type
- schemas.ZoneConfiguration.id
- schemas.ZoneConfiguration.properties.zone.type
- schemas.ZoneConfiguration.type
The following keys were added:
- schemas.Instance.properties.enableZoneSeparation.readOnly
- schemas.Instance.properties.maintenanceEvents.description
- schemas.Instance.properties.maintenanceEvents.items.$ref
- schemas.Instance.properties.maintenanceEvents.readOnly
- schemas.Instance.properties.maintenanceEvents.type
- schemas.ListAvailableVersionsResponse.properties.availableVersions.deprecated
- schemas.ListAvailableVersionsResponse.properties.versions.description
- schemas.ListAvailableVersionsResponse.properties.versions.items.$ref
- schemas.ListAvailableVersionsResponse.properties.versions.type
- schemas.MaintenanceEvent.description
- schemas.MaintenanceEvent.id
- schemas.MaintenanceEvent.properties.endTime.description
- schemas.MaintenanceEvent.properties.endTime.format
- schemas.MaintenanceEvent.properties.endTime.readOnly
- schemas.MaintenanceEvent.properties.endTime.type
- schemas.MaintenanceEvent.properties.startTime.description
- schemas.MaintenanceEvent.properties.startTime.format
- schemas.MaintenanceEvent.properties.startTime.readOnly
- schemas.MaintenanceEvent.properties.startTime.type
- schemas.MaintenanceEvent.properties.state.description
- schemas.MaintenanceEvent.properties.state.enum
- schemas.MaintenanceEvent.properties.state.enumDescriptions
- schemas.MaintenanceEvent.properties.state.readOnly
- schemas.MaintenanceEvent.properties.state.type
- schemas.MaintenanceEvent.type
The following keys were changed:
- resources.projects.resources.locations.resources.operations.methods.cancel.description
- schemas.CryptoKeyConfig.properties.keyReference.description
- schemas.DnsPeering.properties.name.description
- schemas.Instance.properties.cryptoKeyConfig.description
- schemas.Instance.properties.dataprocServiceAccount.description
- schemas.Instance.properties.description.description
- schemas.Instance.properties.displayName.description
- schemas.Instance.properties.enableRbac.description
- schemas.Instance.properties.enableStackdriverLogging.description
- schemas.Instance.properties.enableStackdriverMonitoring.description
- schemas.Instance.properties.enableZoneSeparation.description
- schemas.Instance.properties.eventPublishConfig.description
- schemas.Instance.properties.networkConfig.description
- schemas.Instance.properties.options.description
- schemas.Instance.properties.privateInstance.description
- schemas.Instance.properties.version.description
- schemas.Instance.properties.zone.description
- schemas.ListAvailableVersionsResponse.properties.availableVersions.description
- schemas.OperationMetadata.properties.requestedCancellation.description
- schemas.Version.properties.type.enum
- schemas.Version.properties.type.enumDescriptions1 parent c18a12f commit dd298cfCopy full SHA for dd298cf
File tree
Expand file treeCollapse file tree
4 files changed
+181
-928
lines changedFilter options
- discovery
- src/apis/datafusion
Expand file treeCollapse file tree
4 files changed
+181
-928
lines changed
0 commit comments