Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(datacatalog): Add RANGE type to Data Catalog #9573

Merged
merged 17 commits into from Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1,935 changes: 1,137 additions & 798 deletions cloudbuild/apiv2/cloudbuildpb/repositories.pb.go

Large diffs are not rendered by default.

190 changes: 139 additions & 51 deletions datacatalog/apiv1/datacatalogpb/schema.pb.go

Large diffs are not rendered by default.

342 changes: 183 additions & 159 deletions dialogflow/apiv2beta1/dialogflowpb/answer_record.pb.go

Large diffs are not rendered by default.

317 changes: 167 additions & 150 deletions dialogflow/apiv2beta1/dialogflowpb/audio_config.pb.go

Large diffs are not rendered by default.

1,809 changes: 936 additions & 873 deletions dialogflow/apiv2beta1/dialogflowpb/participant.pb.go

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dialogflow/apiv2beta1/dialogflowpb/session.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/aiplatform/apiv1",
"version": "1.62.2",
"version": "1.63.0",
"language": "GO",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/aiplatform/apiv1beta1",
"version": "1.62.2",
"version": "1.63.0",
"language": "GO",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/apphub/apiv1",
"version": "0.0.0",
"version": "0.1.0",
"language": "GO",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/apps/events/subscriptions/apiv1",
"version": "0.4.0",
"version": "0.4.1",
"language": "GO",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/apps/meet/apiv2",
"version": "0.4.0",
"version": "0.4.1",
"language": "GO",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/apps/meet/apiv2beta",
"version": "0.4.0",
"version": "0.4.1",
"language": "GO",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/cloudcontrolspartner/apiv1",
"version": "0.0.0",
"version": "0.1.0",
"language": "GO",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/dialogflow/apiv2",
"version": "1.49.0",
"version": "1.50.0",
"language": "GO",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/dialogflow/apiv2beta1",
"version": "1.49.0",
"version": "1.50.0",
"language": "GO",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/dialogflow/cx/apiv3",
"version": "1.49.0",
"version": "1.50.0",
"language": "GO",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/dialogflow/cx/apiv3beta1",
"version": "1.49.0",
"version": "1.50.0",
"language": "GO",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/discoveryengine/apiv1",
"version": "1.5.0",
"version": "1.6.0",
"language": "GO",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/discoveryengine/apiv1alpha",
"version": "1.5.0",
"version": "1.6.0",
"language": "GO",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/discoveryengine/apiv1beta",
"version": "1.5.0",
"version": "1.6.0",
"language": "GO",
"apis": [
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.