Skip to content
Merged
602 changes: 421 additions & 181 deletions aiplatform/apiv1beta1/aiplatformpb/vertex_rag_data.pb.go

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions batch/apiv1/batchpb/job.pb.go

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

22 changes: 13 additions & 9 deletions batch/apiv1/batchpb/task.pb.go

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

2 changes: 2 additions & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,11 @@ golang.org/x/mod v0.9.0 h1:KENHtAZL2y3NLMYZeHY9DW8HW8V+kQyJsY/V9JlKvCs=
golang.org/x/mod v0.11.0 h1:bUO06HqtnRcc/7l71XBe4WcqTZ+3AH1J59zWDDwLKgU=
golang.org/x/mod v0.16.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/telemetry v0.0.0-20240208230135-b75ee8823808/go.mod h1:KG1lNk5ZFNssSZLrpVb4sMXKMpGwGXOxSG3rnu2gZQQ=
golang.org/x/term v0.21.0/go.mod h1:ooXLefLobQVslOqselCNF4SxFAaoS6KujMbsGzSDmX0=
golang.org/x/tools v0.7.0 h1:W4OVu8VVOaIO0yzWMNdepAulS7YfoS3Zabrm8DOXXU4=
golang.org/x/tools v0.10.0 h1:tvDr/iQoUqNdohiYm0LmmKcBk+q86lb9EprIUFhHHGg=
golang.org/x/tools v0.19.0/go.mod h1:qoJWxmGSIBmAeriMx19ogtrEPrGtDbPK634QFIcLAhc=
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk=
google.golang.org/api v0.174.0/go.mod h1:aC7tB6j0HR1Nl0ni5ghpx6iLasmAX78Zkh/wgxAAjLg=
google.golang.org/genproto v0.0.0-20230725213213-b022f6e96895/go.mod h1:0ggbjUrZYpy1q+ANUS30SEoGZ53cdfwtbuG7Ptgy108=
google.golang.org/genproto/googleapis/api v0.0.0-20230725213213-b022f6e96895/go.mod h1:rsr7RhLuwsDKL7RmgDDCUc6yaGr1iqceVb5Wv6f6YvQ=
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,52 @@
}
]
},
{
"regionTag": "redis_v1_generated_CloudRedisCluster_GetClusterCertificateAuthority_sync",
"title": "redis GetClusterCertificateAuthority Sample",
"description": "GetClusterCertificateAuthority gets the details of certificate authority information for Redis cluster.",
"file": "CloudRedisClusterClient/GetClusterCertificateAuthority/main.go",
"language": "GO",
"clientMethod": {
"shortName": "GetClusterCertificateAuthority",
"fullName": "google.cloud.redis.cluster.v1.CloudRedisClusterClient.GetClusterCertificateAuthority",
"parameters": [
{
"type": "context.Context",
"name": "ctx"
},
{
"type": "clusterpb.GetClusterCertificateAuthorityRequest",
"name": "req"
},
{
"type": "...gax.CallOption",
"name": "opts"
}
],
"resultType": "*clusterpb.CertificateAuthority",
"client": {
"shortName": "CloudRedisClusterClient",
"fullName": "google.cloud.redis.cluster.v1.CloudRedisClusterClient"
},
"method": {
"shortName": "GetClusterCertificateAuthority",
"fullName": "google.cloud.redis.cluster.v1.CloudRedisCluster.GetClusterCertificateAuthority",
"service": {
"shortName": "CloudRedisCluster",
"fullName": "google.cloud.redis.cluster.v1.CloudRedisCluster"
}
}
},
"origin": "API_DEFINITION",
"segments": [
{
"start": 18,
"end": 53,
"type": "FULL"
}
]
},
{
"regionTag": "redis_v1_generated_CloudRedisCluster_GetLocation_sync",
"title": "redis GetLocation Sample",
Expand Down
113 changes: 102 additions & 11 deletions redis/cluster/apiv1/cloud_redis_cluster_client.go

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

25 changes: 25 additions & 0 deletions redis/cluster/apiv1/cloud_redis_cluster_client_example_test.go

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

Loading