diff --git a/config/tests/samples/create/harness.go b/config/tests/samples/create/harness.go index 70ebc7347e..d680a0e3b3 100644 --- a/config/tests/samples/create/harness.go +++ b/config/tests/samples/create/harness.go @@ -16,6 +16,8 @@ package create import ( "context" + "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/gcp" + "golang.org/x/oauth2/google" "net/http" "os" "path/filepath" @@ -27,7 +29,6 @@ import ( "github.com/go-logr/logr" transport_tpg "github.com/hashicorp/terraform-provider-google-beta/google-beta/transport" "golang.org/x/oauth2" - "golang.org/x/oauth2/google" cloudresourcemanagerv1 "google.golang.org/api/cloudresourcemanager/v1" "google.golang.org/api/option" "gopkg.in/dnaeon/go-vcr.v3/recorder" @@ -52,7 +53,6 @@ import ( "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/controller/kccmanager/nocache" "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/controller/registration" "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/crd/crdloader" - "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/gcp" "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/k8s" "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/logging" "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/test" @@ -297,6 +297,22 @@ func NewHarness(ctx context.Context, t *testing.T) *Harness { } testgcp.TestKCCAttachedClusterProject.Set("mock-project") h.Project = project + } else if os.Getenv("E2E_GCP_TARGET") == "vcr" && os.Getenv("VCR_MODE") == "replay" { + h.Project = testgcp.GCPProject{ + ProjectID: "example-project", + ProjectNumber: 12345678, + } + mockCloud := mockgcp.NewMockRoundTripper(t, h.client, storage.NewInMemoryStorage()) + + roundTripper := http.RoundTripper(mockCloud) + + kccConfig.HTTPClient = &http.Client{Transport: roundTripper} + + // Also hook the oauth2 library + ctx = context.WithValue(ctx, oauth2.HTTPClient, kccConfig.HTTPClient) + h.Ctx = ctx + h.gcpAccessToken = "dummytoken" + kccConfig.GCPAccessToken = h.gcpAccessToken } else { h.Project = testgcp.GetDefaultProject(t) } @@ -346,7 +362,7 @@ func NewHarness(ctx context.Context, t *testing.T) *Harness { if t := ctx.Value(httpRoundTripperKey); t != nil { ret = &http.Client{Transport: t.(http.RoundTripper)} } - dir := "pkg/test/resourcefixture/testdata/vcr/cassette/" + dir := "./testdata/vcr-cassette/" testName := strings.ReplaceAll(t.Name(), "/", "_") opts := &recorder.Options{ CassetteName: filepath.Join(dir, testName), @@ -527,6 +543,28 @@ func MaybeSkip(t *testing.T, name string, resources []*unstructured.Unstructured } } } + if os.Getenv("E2E_GCP_TARGET") == "vcr" { + switch name { + case "basicalloydbbackup": + //case "fullalloydbbackup": + case "basicalloydbcluster": + case "basicalloydbsecondarycluster": + case "fullalloydbcluster": + case "restorebackupalloydbcluster": + case "basicalloydbinstance": + //case "basicalloydbsecondaryinstance": + case "fullalloydbinstance": + case "readalloydbinstance": + case "zonalalloydbinstance": + case "databasealloydbuser": + case "iamalloydbuser": + + case "computenodegroup": + case "computenodetemplate": + default: + t.Skipf("test %v not suppported by vcr; skipping", name) + } + } } func (h *Harness) waitForCRDReady(obj client.Object) { diff --git a/scripts/github-actions/ga-vcr-test.sh b/scripts/github-actions/ga-vcr-test.sh index b1cb98c784..0e15f0d287 100755 --- a/scripts/github-actions/ga-vcr-test.sh +++ b/scripts/github-actions/ga-vcr-test.sh @@ -25,5 +25,5 @@ source ${REPO_ROOT}/scripts/fetch_ext_bins.sh && \ cd ${REPO_ROOT}/ echo "Running e2e vcr tests..." E2E_KUBE_TARGET=envtest \ - RUN_E2E=1 E2E_GCP_TARGET=vcr VCR_MODE=record \ - go test -test.count=1 -timeout 3600s -v ./tests/e2e -run TestAllInSeries/fixtures/computenodetemplate 2>&1 \ No newline at end of file + RUN_E2E=1 E2E_GCP_TARGET=vcr VCR_MODE=replay \ + go test -test.count=1 -timeout 3600s -v ./tests/e2e -run TestAllInSeries/fixtures 2>&1 \ No newline at end of file diff --git a/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_basicalloydbbackup.yaml b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_basicalloydbbackup.yaml new file mode 100644 index 0000000000..7e28795399 --- /dev/null +++ b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_basicalloydbbackup.yaml @@ -0,0 +1,4157 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 198 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"clusterType":"PRIMARY","initialUser":{"password":"alloydb-pg"},"labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"network":"projects/example-project/global/networks/computenetwork-2yc29d28ihx0b"} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters?alt=json&clusterId=alloydbcluster2yc29d28ihx0b + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652312765-614bd1c14d549-d229bd19-70d7555c", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T18:58:32.873358481Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 186.122886ms + - id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711652312765-614bd1c14d549-d229bd19-70d7555c?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652312765-614bd1c14d549-d229bd19-70d7555c", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T18:58:32.873358481Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 63.541502ms + - id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 135 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"autoCreateSubnetworks":false,"name":"computenetwork-2yc29d28ihx0b","networkFirewallPolicyEnforcementOrder":"AFTER_CLASSIC_FIREWALL"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "7610629021648814902", + "name": "operation-1711652312694-614bd1c13bfe4-026d94aa-41f1f621", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b", + "targetId": "5238894320691970870", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-03-28T11:58:33.176-07:00", + "startTime": "2024-03-28T11:58:33.184-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652312694-614bd1c13bfe4-026d94aa-41f1f621" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 623.51043ms + - id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652312694-614bd1c13bfe4-026d94aa-41f1f621?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"7610629021648814902","name":"operation-1711652312694-614bd1c13bfe4-026d94aa-41f1f621","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b","targetId":"5238894320691970870","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-03-28T11:58:33.176-07:00","startTime":"2024-03-28T11:58:33.184-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652312694-614bd1c13bfe4-026d94aa-41f1f621"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 149.277922ms + - id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711652312765-614bd1c14d549-d229bd19-70d7555c?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652312765-614bd1c14d549-d229bd19-70d7555c", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T18:58:32.873358481Z", + "endTime": "2024-03-28T18:58:38.673763825Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Cluster", + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "uid": "75ea5af7-bdc7-4604-93b6-a05f9b4a7f37", + "createTime": "2024-03-28T18:58:32.870476899Z", + "updateTime": "2024-03-28T18:58:32.870476899Z", + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T18:58:32.772638312Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b" + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 45.347055ms + - id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "uid": "75ea5af7-bdc7-4604-93b6-a05f9b4a7f37", + "createTime": "2024-03-28T18:58:32.870476899Z", + "updateTime": "2024-03-28T18:58:38.687407254Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T18:58:32.772638312Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 26.504509ms + - id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "uid": "75ea5af7-bdc7-4604-93b6-a05f9b4a7f37", + "createTime": "2024-03-28T18:58:32.870476899Z", + "updateTime": "2024-03-28T18:58:38.687407254Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T18:58:32.772638312Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 42.450984ms + - id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances?alt=json&instanceId=alloydbinstance2yc29d28ihx0b + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652323560-614bd1cb98d07-dc033b5b-553e7136", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T18:58:43.745880173Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 270.320473ms + - id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711652323560-614bd1cb98d07-dc033b5b-553e7136?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652323560-614bd1cb98d07-dc033b5b-553e7136", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T18:58:43.745880173Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 26.371668ms + - id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652312694-614bd1c13bfe4-026d94aa-41f1f621?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"7610629021648814902","name":"operation-1711652312694-614bd1c13bfe4-026d94aa-41f1f621","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b","targetId":"5238894320691970870","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T11:58:33.176-07:00","startTime":"2024-03-28T11:58:33.184-07:00","endTime":"2024-03-28T11:58:43.503-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652312694-614bd1c13bfe4-026d94aa-41f1f621"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 171.832289ms + - id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "5238894320691970870", + "creationTimestamp": "2024-03-28T11:58:33.173-07:00", + "name": "computenetwork-2yc29d28ihx0b", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/5238894320691970870", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 154.256093ms + - id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "5238894320691970870", + "creationTimestamp": "2024-03-28T11:58:33.173-07:00", + "name": "computenetwork-2yc29d28ihx0b", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/5238894320691970870", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 180.185232ms + - id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 238 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"addressType":"INTERNAL","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"name":"computeaddress2yc29d28ihx0b","network":"projects/example-project/global/networks/computenetwork-2yc29d28ihx0b","prefixLength":16,"purpose":"VPC_PEERING"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "1929419296667599626", + "name": "operation-1711652325241-614bd1cd333a2-1d6e048a-57b7fa3e", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b", + "targetId": "1802169057888699146", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-03-28T11:58:45.679-07:00", + "startTime": "2024-03-28T11:58:45.690-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652325241-614bd1cd333a2-1d6e048a-57b7fa3e" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 598.271046ms + - id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652325241-614bd1cd333a2-1d6e048a-57b7fa3e?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"1929419296667599626","name":"operation-1711652325241-614bd1cd333a2-1d6e048a-57b7fa3e","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b","targetId":"1802169057888699146","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-03-28T11:58:45.679-07:00","startTime":"2024-03-28T11:58:45.690-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652325241-614bd1cd333a2-1d6e048a-57b7fa3e"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 182.549453ms + - id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711652323560-614bd1cb98d07-dc033b5b-553e7136?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652323560-614bd1cb98d07-dc033b5b-553e7136", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T18:58:43.745880173Z", + "endTime": "2024-03-28T18:58:51.850135570Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b\": service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b", + "description": "service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "44a6963ea756e231" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "44a6963ea756e231" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 43.840375ms + - id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances?alt=json&instanceId=alloydbinstance2yc29d28ihx0b + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652336381-614bd1d7d2f2d-0708b39b-aca4a366", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T18:58:56.479802533Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 165.476305ms + - id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711652336381-614bd1d7d2f2d-0708b39b-aca4a366?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652336381-614bd1d7d2f2d-0708b39b-aca4a366", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T18:58:56.479802533Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 22.821398ms + - id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652325241-614bd1cd333a2-1d6e048a-57b7fa3e?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"1929419296667599626","name":"operation-1711652325241-614bd1cd333a2-1d6e048a-57b7fa3e","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b","targetId":"1802169057888699146","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T11:58:45.679-07:00","startTime":"2024-03-28T11:58:45.690-07:00","endTime":"2024-03-28T11:58:46.937-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652325241-614bd1cd333a2-1d6e048a-57b7fa3e"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 158.129693ms + - id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "1802169057888699146", + "creationTimestamp": "2024-03-28T11:58:45.674-07:00", + "name": "computeaddress2yc29d28ihx0b", + "description": "", + "address": "10.14.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b", + "networkTier": "PREMIUM", + "labelFingerprint": "42WmSpB8rSM=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 266.484169ms + - id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 91 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"labelFingerprint":"42WmSpB8rSM=","labels":{"cnrm-test":"true","managed-by-cnrm":"true"}} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b/setLabels?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "6776299661254198046", + "name": "operation-1711652337655-614bd1d909e45-88020360-1e1071dd", + "operationType": "setLabels", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b", + "targetId": "1802169057888699146", + "status": "DONE", + "user": "user@google.com", + "progress": 100, + "insertTime": "2024-03-28T11:58:58.015-07:00", + "startTime": "2024-03-28T11:58:58.015-07:00", + "endTime": "2024-03-28T11:58:58.015-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652337655-614bd1d909e45-88020360-1e1071dd" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 757.318844ms + - id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "1802169057888699146", + "creationTimestamp": "2024-03-28T11:58:45.674-07:00", + "name": "computeaddress2yc29d28ihx0b", + "description": "", + "address": "10.14.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 234.476928ms + - id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"402887772785","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=102 + status: 200 OK + code: 200 + duration: 110.593537ms + - id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "1802169057888699146", + "creationTimestamp": "2024-03-28T11:58:45.674-07:00", + "name": "computeaddress2yc29d28ihx0b", + "description": "", + "address": "10.14.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 270.40133ms + - id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F402887772785%2Fglobal%2Fnetworks%2Fcomputenetwork-2yc29d28ihx0b&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 315.646265ms + - id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"402887772785","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=94 + status: 200 OK + code: 200 + duration: 95.716822ms + - id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 137 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"network":"projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b","reservedPeeringRanges":["computeaddress2yc29d28ihx0b"]} + form: {} + headers: + Content-Type: + - application/json + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections/-?alt=json&force=true&prettyPrint=false&updateMask=reservedPeeringRanges + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-402887772785-42f97d32-d5b2-4dad-9412-27abe9bddde9"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 399.124673ms + - id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-402887772785-42f97d32-d5b2-4dad-9412-27abe9bddde9?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-402887772785-42f97d32-d5b2-4dad-9412-27abe9bddde9"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 135.402185ms + - id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711652336381-614bd1d7d2f2d-0708b39b-aca4a366?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652336381-614bd1d7d2f2d-0708b39b-aca4a366", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T18:58:56.479802533Z", + "endTime": "2024-03-28T18:59:04.323745821Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b\": service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b", + "description": "service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "eb385c83e9fdc56d" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "eb385c83e9fdc56d" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 52.032987ms + - id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances?alt=json&instanceId=alloydbinstance2yc29d28ihx0b + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652350983-614bd1e5bfe95-1663c4b8-dd33afdf", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T18:59:11.064585335Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 129.394952ms + - id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711652350983-614bd1e5bfe95-1663c4b8-dd33afdf?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652350983-614bd1e5bfe95-1663c4b8-dd33afdf", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T18:59:11.064585335Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 31.415971ms + - id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711652350983-614bd1e5bfe95-1663c4b8-dd33afdf?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652350983-614bd1e5bfe95-1663c4b8-dd33afdf", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T18:59:11.064585335Z", + "endTime": "2024-03-28T18:59:18.533411644Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b\": service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b", + "description": "service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "5053bcdca0bf7310" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "5053bcdca0bf7310" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 26.617938ms + - id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances?alt=json&instanceId=alloydbinstance2yc29d28ihx0b + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652369438-614bd1f7596de-4bc9774d-c3223600", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T18:59:29.514841804Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 118.298207ms + - id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711652369438-614bd1f7596de-4bc9774d-c3223600?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652369438-614bd1f7596de-4bc9774d-c3223600", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T18:59:29.514841804Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 20.501647ms + - id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-402887772785-42f97d32-d5b2-4dad-9412-27abe9bddde9?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-402887772785-42f97d32-d5b2-4dad-9412-27abe9bddde9","done":true,"response":{"@type":"type.googleapis.com/google.cloud.servicenetworking.v1.Connection","network":"projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b","reservedPeeringRanges":["computeaddress2yc29d28ihx0b"],"peering":"servicenetworking-googleapis-com"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 86.655196ms + - id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"402887772785","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=71 + status: 200 OK + code: 200 + duration: 74.998633ms + - id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F402887772785%2Fglobal%2Fnetworks%2Fcomputenetwork-2yc29d28ihx0b&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b","reservedPeeringRanges":["computeaddress2yc29d28ihx0b"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 275.999623ms + - id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "1802169057888699146", + "creationTimestamp": "2024-03-28T11:58:45.674-07:00", + "name": "computeaddress2yc29d28ihx0b", + "description": "", + "address": "10.14.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 231.640241ms + - id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711652369438-614bd1f7596de-4bc9774d-c3223600?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652369438-614bd1f7596de-4bc9774d-c3223600", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T18:59:29.514841804Z", + "endTime": "2024-03-28T19:05:58.722741207Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Instance", + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "uid": "0ad37ddd-319b-45cd-b91c-c5b1fec420f8", + "createTime": "2024-03-28T18:59:29.511025950Z", + "updateTime": "2024-03-28T18:59:29.511025950Z", + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.14.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-east1-c" + }, + "nodes": [ + { + "zoneId": "us-east1-d" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 40.153796ms + - id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "uid": "0ad37ddd-319b-45cd-b91c-c5b1fec420f8", + "createTime": "2024-03-28T18:59:29.511025950Z", + "updateTime": "2024-03-28T19:05:58.738359283Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.14.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-east1-c" + }, + "nodes": [ + { + "zoneId": "us-east1-d" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 32.332605ms + - id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "uid": "0ad37ddd-319b-45cd-b91c-c5b1fec420f8", + "createTime": "2024-03-28T18:59:29.511025950Z", + "updateTime": "2024-03-28T19:05:58.738359283Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.14.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-east1-c" + }, + "nodes": [ + { + "zoneId": "us-east1-d" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 28.494044ms + - id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 168 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"clusterName":"projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"type":"ON_DEMAND"} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/backups?alt=json&backupId=alloydbbackup2yc29d28ihx0b + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652812361-614bd39dc10c8-ac3b1a48-0541d296", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:06:52.445121823Z", + "target": "projects/example-project/locations/us-east1/backups/alloydbbackup2yc29d28ihx0b", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 133.999417ms + - id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711652812361-614bd39dc10c8-ac3b1a48-0541d296?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652812361-614bd39dc10c8-ac3b1a48-0541d296", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:06:52.445121823Z", + "target": "projects/example-project/locations/us-east1/backups/alloydbbackup2yc29d28ihx0b", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 42.312605ms + - id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711652812361-614bd39dc10c8-ac3b1a48-0541d296?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652812361-614bd39dc10c8-ac3b1a48-0541d296", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:06:52.445121823Z", + "endTime": "2024-03-28T19:07:22.642816763Z", + "target": "projects/example-project/locations/us-east1/backups/alloydbbackup2yc29d28ihx0b", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Backup", + "name": "projects/example-project/locations/us-east1/backups/alloydbbackup2yc29d28ihx0b", + "uid": "4710ccb9-622a-4b89-a194-bd49f346f189", + "createTime": "2024-03-28T19:06:52.442054873Z", + "updateTime": "2024-03-28T19:06:52.442054873Z", + "state": "READY", + "type": "ON_DEMAND", + "clusterName": "projects/402887772785/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "reconciling": false, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "sizeBytes": "41389852", + "clusterUid": "75ea5af7-bdc7-4604-93b6-a05f9b4a7f37", + "expiryTime": "2025-03-28T19:06:53.679051Z", + "databaseVersion": "POSTGRES_15" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 14.120511ms + - id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/backups/alloydbbackup2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/backups/alloydbbackup2yc29d28ihx0b", + "uid": "4710ccb9-622a-4b89-a194-bd49f346f189", + "createTime": "2024-03-28T19:06:52.442054873Z", + "updateTime": "2024-03-28T19:07:22.679479644Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "type": "ON_DEMAND", + "clusterName": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "reconciling": false, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "sizeBytes": "41389852", + "clusterUid": "75ea5af7-bdc7-4604-93b6-a05f9b4a7f37", + "expiryTime": "2025-03-28T19:06:53.679051Z", + "databaseVersion": "POSTGRES_15" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 23.411183ms + - id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "uid": "0ad37ddd-319b-45cd-b91c-c5b1fec420f8", + "createTime": "2024-03-28T18:59:29.511025950Z", + "updateTime": "2024-03-28T19:06:15.733574459Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.14.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-east1-c" + }, + "nodes": [ + { + "zoneId": "us-east1-d" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 30.588043ms + - id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/backups/alloydbbackup2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/backups/alloydbbackup2yc29d28ihx0b", + "uid": "4710ccb9-622a-4b89-a194-bd49f346f189", + "createTime": "2024-03-28T19:06:52.442054873Z", + "updateTime": "2024-03-28T19:07:22.679479644Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "type": "ON_DEMAND", + "clusterName": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "reconciling": false, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "sizeBytes": "41389852", + "clusterUid": "75ea5af7-bdc7-4604-93b6-a05f9b4a7f37", + "expiryTime": "2025-03-28T19:06:53.679051Z", + "databaseVersion": "POSTGRES_15" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 54.022407ms + - id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "uid": "75ea5af7-bdc7-4604-93b6-a05f9b4a7f37", + "createTime": "2024-03-28T18:58:32.870476899Z", + "updateTime": "2024-03-28T19:07:19.410912306Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T18:58:32.772638312Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 61.928447ms + - id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"402887772785","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=98 + status: 200 OK + code: 200 + duration: 109.671832ms + - id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "5238894320691970870", + "creationTimestamp": "2024-03-28T11:58:33.173-07:00", + "name": "computenetwork-2yc29d28ihx0b", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/5238894320691970870", + "autoCreateSubnetworks": false, + "peerings": [ + { + "name": "servicenetworking-googleapis-com", + "network": "https://www.googleapis.com/compute/beta/projects/o2dccc3d683d161c9p-tp/global/networks/servicenetworking", + "state": "ACTIVE", + "stateDetails": "[2024-03-28T12:00:03.789-07:00]: Connected.", + "autoCreateRoutes": true, + "exportCustomRoutes": false, + "importCustomRoutes": false, + "exchangeSubnetRoutes": true, + "exportSubnetRoutesWithPublicIp": false, + "importSubnetRoutesWithPublicIp": false, + "stackType": "IPV4_ONLY" + } + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 163.721969ms + - id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652843281-614bd3bb3dcba-3076da62-3bcb64c4", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:07:23.332770141Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 104.676502ms + - id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "1802169057888699146", + "creationTimestamp": "2024-03-28T11:58:45.674-07:00", + "name": "computeaddress2yc29d28ihx0b", + "description": "", + "address": "10.14.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 239.162187ms + - id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/backups/alloydbbackup2yc29d28ihx0b?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652843343-614bd3bb4ce56-651b0eab-d14cccf6", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:07:23.402878557Z", + "target": "projects/example-project/locations/us-east1/backups/alloydbbackup2yc29d28ihx0b", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 143.165566ms + - id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711652843281-614bd3bb3dcba-3076da62-3bcb64c4?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652843281-614bd3bb3dcba-3076da62-3bcb64c4", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:07:23.332770141Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 30.517184ms + - id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711652843343-614bd3bb4ce56-651b0eab-d14cccf6?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652843343-614bd3bb4ce56-651b0eab-d14cccf6", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:07:23.402878557Z", + "target": "projects/example-project/locations/us-east1/backups/alloydbbackup2yc29d28ihx0b", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 21.746482ms + - id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F402887772785%2Fglobal%2Fnetworks%2Fcomputenetwork-2yc29d28ihx0b&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b","reservedPeeringRanges":["computeaddress2yc29d28ihx0b"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 277.272883ms + - id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"402887772785","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=88 + status: 200 OK + code: 200 + duration: 89.14502ms + - id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "7309749112111890691", + "name": "operation-1711652843650-614bd3bb97e5c-491c1c77-ee34cf54", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b", + "targetId": "1802169057888699146", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-03-28T12:07:24.012-07:00", + "startTime": "2024-03-28T12:07:24.023-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652843650-614bd3bb97e5c-491c1c77-ee34cf54" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 507.840119ms + - id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "1594300869919637763", + "name": "operation-1711652843484-614bd3bb6f3c1-dcc7cc78-aa4dbc41", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b", + "targetId": "5238894320691970870", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-03-28T12:07:24.076-07:00", + "startTime": "2024-03-28T12:07:24.090-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652843484-614bd3bb6f3c1-dcc7cc78-aa4dbc41" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 791.894691ms + - id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652843650-614bd3bb97e5c-491c1c77-ee34cf54?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"7309749112111890691","name":"operation-1711652843650-614bd3bb97e5c-491c1c77-ee34cf54","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b","targetId":"1802169057888699146","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-03-28T12:07:24.012-07:00","startTime":"2024-03-28T12:07:24.023-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652843650-614bd3bb97e5c-491c1c77-ee34cf54"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 186.355741ms + - id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "uid": "75ea5af7-bdc7-4604-93b6-a05f9b4a7f37", + "createTime": "2024-03-28T18:58:32.870476899Z", + "updateTime": "2024-03-28T19:07:19.410912306Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T18:58:32.772638312Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 30.684164ms + - id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 44 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"name":"servicenetworking-googleapis-com"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b/removePeering?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "6732631461740413187", + "name": "operation-1711652844135-614bd3bc0e3c6-bab87afe-79eb4db3", + "operationType": "removePeering", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b", + "targetId": "5238894320691970870", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-03-28T12:07:24.532-07:00", + "startTime": "2024-03-28T12:07:24.544-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652844135-614bd3bc0e3c6-bab87afe-79eb4db3" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 1.103663507s + - id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652843484-614bd3bb6f3c1-dcc7cc78-aa4dbc41?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"1594300869919637763","name":"operation-1711652843484-614bd3bb6f3c1-dcc7cc78-aa4dbc41","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b","targetId":"5238894320691970870","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-03-28T12:07:24.076-07:00","startTime":"2024-03-28T12:07:24.090-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652843484-614bd3bb6f3c1-dcc7cc78-aa4dbc41"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 170.530609ms + - id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652844135-614bd3bc0e3c6-bab87afe-79eb4db3?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"6732631461740413187","name":"operation-1711652844135-614bd3bc0e3c6-bab87afe-79eb4db3","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b","targetId":"5238894320691970870","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-03-28T12:07:24.532-07:00","startTime":"2024-03-28T12:07:24.544-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652844135-614bd3bc0e3c6-bab87afe-79eb4db3"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 169.62819ms + - id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "uid": "75ea5af7-bdc7-4604-93b6-a05f9b4a7f37", + "createTime": "2024-03-28T18:58:32.870476899Z", + "updateTime": "2024-03-28T19:07:19.410912306Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T18:58:32.772638312Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 31.513664ms + - id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711652843343-614bd3bb4ce56-651b0eab-d14cccf6?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652843343-614bd3bb4ce56-651b0eab-d14cccf6", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:07:23.402878557Z", + "endTime": "2024-03-28T19:07:31.810379247Z", + "target": "projects/example-project/locations/us-east1/backups/alloydbbackup2yc29d28ihx0b", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 18.236443ms + - id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652843650-614bd3bb97e5c-491c1c77-ee34cf54?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"7309749112111890691","name":"operation-1711652843650-614bd3bb97e5c-491c1c77-ee34cf54","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress2yc29d28ihx0b","targetId":"1802169057888699146","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T12:07:24.012-07:00","startTime":"2024-03-28T12:07:24.023-07:00","endTime":"2024-03-28T12:07:26.297-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652843650-614bd3bb97e5c-491c1c77-ee34cf54"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 143.076016ms + - id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652844135-614bd3bc0e3c6-bab87afe-79eb4db3?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"6732631461740413187","name":"operation-1711652844135-614bd3bc0e3c6-bab87afe-79eb4db3","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b","targetId":"5238894320691970870","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T12:07:24.532-07:00","startTime":"2024-03-28T12:07:24.544-07:00","endTime":"2024-03-28T12:07:36.608-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652844135-614bd3bc0e3c6-bab87afe-79eb4db3"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 161.332488ms + - id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652843484-614bd3bb6f3c1-dcc7cc78-aa4dbc41?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"1594300869919637763","name":"operation-1711652843484-614bd3bb6f3c1-dcc7cc78-aa4dbc41","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2yc29d28ihx0b","targetId":"5238894320691970870","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T12:07:24.076-07:00","startTime":"2024-03-28T12:07:24.090-07:00","endTime":"2024-03-28T12:07:39.960-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711652843484-614bd3bb6f3c1-dcc7cc78-aa4dbc41"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 148.226666ms + - id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "uid": "75ea5af7-bdc7-4604-93b6-a05f9b4a7f37", + "createTime": "2024-03-28T18:58:32.870476899Z", + "updateTime": "2024-03-28T19:07:19.410912306Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T18:58:32.772638312Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 23.951463ms + - id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "uid": "75ea5af7-bdc7-4604-93b6-a05f9b4a7f37", + "createTime": "2024-03-28T18:58:32.870476899Z", + "updateTime": "2024-03-28T19:07:19.410912306Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T18:58:32.772638312Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 30.894753ms + - id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "uid": "75ea5af7-bdc7-4604-93b6-a05f9b4a7f37", + "createTime": "2024-03-28T18:58:32.870476899Z", + "updateTime": "2024-03-28T19:07:19.410912306Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T18:58:32.772638312Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 65.522016ms + - id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "uid": "75ea5af7-bdc7-4604-93b6-a05f9b4a7f37", + "createTime": "2024-03-28T18:58:32.870476899Z", + "updateTime": "2024-03-28T19:07:19.410912306Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T18:58:32.772638312Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 49.605113ms + - id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711652843281-614bd3bb3dcba-3076da62-3bcb64c4?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711652843281-614bd3bb3dcba-3076da62-3bcb64c4", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:07:23.332770141Z", + "endTime": "2024-03-28T19:11:45.382180630Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b/instances/alloydbinstance2yc29d28ihx0b", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 48.890122ms + - id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "uid": "75ea5af7-bdc7-4604-93b6-a05f9b4a7f37", + "createTime": "2024-03-28T18:58:32.870476899Z", + "updateTime": "2024-03-28T19:07:19.410912306Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T18:58:32.772638312Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-2yc29d28ihx0b" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 74.229204ms + - id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711653206700-614bd515d3220-d7605b63-312702ef", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:13:26.710250284Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 96.499874ms + - id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711653206700-614bd515d3220-d7605b63-312702ef?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711653206700-614bd515d3220-d7605b63-312702ef", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:13:26.710250284Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 35.105852ms + - id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711653206700-614bd515d3220-d7605b63-312702ef?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711653206700-614bd515d3220-d7605b63-312702ef", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:13:26.710250284Z", + "endTime": "2024-03-28T19:13:42.931456315Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster2yc29d28ihx0b", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 63.530043ms diff --git a/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_basicalloydbcluster.yaml b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_basicalloydbcluster.yaml new file mode 100644 index 0000000000..7555e5073f --- /dev/null +++ b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_basicalloydbcluster.yaml @@ -0,0 +1,1223 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/default?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "908864840150306123", + "creationTimestamp": "2023-07-11T17:28:20.541-07:00", + "name": "default", + "description": "Default network for the project", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/default", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/908864840150306123", + "autoCreateSubnetworks": true, + "subnetworks": [ + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west8/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west4/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-central2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east4/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-east2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west3/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west9/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west3/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west8/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-west1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/northamerica-northeast1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west12/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-south1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-east1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-north1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/africa-south1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/southamerica-east1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-central2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-south2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/australia-southeast1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/northamerica-northeast2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east5/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-south1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west10/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west6/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/australia-southeast2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/subnetworks/aet-uscentral1-vpcacmo56tx4ydtkd3nifvrvq-sbnt", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east7/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-southwest1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-central1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-southeast2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast3/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west4/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/southamerica-west1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-southeast1/subnetworks/default" + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 279.146432ms + - id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/default?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "908864840150306123", + "creationTimestamp": "2023-07-11T17:28:20.541-07:00", + "name": "default", + "description": "Default network for the project", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/default", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/908864840150306123", + "autoCreateSubnetworks": true, + "subnetworks": [ + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west8/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west4/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-central2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east4/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-east2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west3/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west9/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west3/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west8/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-west1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/northamerica-northeast1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west12/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-south1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-east1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-north1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/africa-south1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/southamerica-east1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-central2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-south2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/australia-southeast1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/northamerica-northeast2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east5/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-south1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west10/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west6/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/australia-southeast2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/subnetworks/aet-uscentral1-vpcacmo56tx4ydtkd3nifvrvq-sbnt", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east7/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-southwest1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-central1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-southeast2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west2/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast3/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west4/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/southamerica-west1/subnetworks/default", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-southeast1/subnetworks/default" + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 148.770858ms + - id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 248 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"clusterType":"PRIMARY","displayName":"test alloydb cluster","initialUser":{"password":"postgres","user":"postgres"},"labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"networkConfig":{"network":"projects/example-project/global/networks/default"}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters?alt=json&clusterId=alloydbclusterlbk8ncs6abe1 + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1711654170257-614bd8acbe7d2-b6ecafa2-a5a1a79a", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:29:30.366634553Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 400.844629ms + - id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/operations/operation-1711654170257-614bd8acbe7d2-b6ecafa2-a5a1a79a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1711654170257-614bd8acbe7d2-b6ecafa2-a5a1a79a", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:29:30.366634553Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 251.675611ms + - id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/operations/operation-1711654170257-614bd8acbe7d2-b6ecafa2-a5a1a79a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1711654170257-614bd8acbe7d2-b6ecafa2-a5a1a79a", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:29:30.366634553Z", + "endTime": "2024-03-28T19:29:36.107539590Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Cluster", + "name": "projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1", + "uid": "40fc7410-c464-40a4-9b18-b92624b8f178", + "createTime": "2024-03-28T19:29:30.362379636Z", + "updateTime": "2024-03-28T19:29:30.362379636Z", + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/default", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-central1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:29:30.262643101Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/default" + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 205.351725ms + - id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1", + "uid": "40fc7410-c464-40a4-9b18-b92624b8f178", + "createTime": "2024-03-28T19:29:30.362379636Z", + "updateTime": "2024-03-28T19:29:36.126345971Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/default", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-central1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:29:30.262643101Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/default" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 266.388868ms + - id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1", + "uid": "40fc7410-c464-40a4-9b18-b92624b8f178", + "createTime": "2024-03-28T19:29:30.362379636Z", + "updateTime": "2024-03-28T19:29:36.126345971Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/default", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-central1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:29:30.262643101Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/default" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 218.823864ms + - id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1", + "uid": "40fc7410-c464-40a4-9b18-b92624b8f178", + "createTime": "2024-03-28T19:29:30.362379636Z", + "updateTime": "2024-03-28T19:29:36.126345971Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/default", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-central1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:29:30.262643101Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/default" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 212.89227ms + - id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 666 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"automatedBackupPolicy":{"backupWindow":"3600s","labels":{"source":"kcc-test"},"location":"us-central1","timeBasedRetention":{"retentionPeriod":"1209600s"},"weeklySchedule":{"daysOfWeek":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"],"startTimes":[{"hours":23}]}},"clusterType":"PRIMARY","continuousBackupConfig":{"enabled":true,"recoveryWindowDays":14},"displayName":"test alloydb cluster 2","initialUser":{"password":"postgres","user":"postgres"},"labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"network":"projects/402887772785/global/networks/default","networkConfig":{"network":"projects/402887772785/global/networks/default"}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1?alt=json&updateMask=displayName%2CautomatedBackupPolicy + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1711654183674-614bd8b98a2f4-57f9b90d-386877fe", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:29:43.711232005Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1", + "verb": "update", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 282.815689ms + - id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/operations/operation-1711654183674-614bd8b98a2f4-57f9b90d-386877fe?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1711654183674-614bd8b98a2f4-57f9b90d-386877fe", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:29:43.711232005Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1", + "verb": "update", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 246.387683ms + - id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/operations/operation-1711654183674-614bd8b98a2f4-57f9b90d-386877fe?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1711654183674-614bd8b98a2f4-57f9b90d-386877fe", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:29:43.711232005Z", + "endTime": "2024-03-28T19:29:56.091634418Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1", + "verb": "update", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Cluster", + "name": "projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1", + "uid": "40fc7410-c464-40a4-9b18-b92624b8f178", + "createTime": "2024-03-28T19:29:30.362379636Z", + "updateTime": "2024-03-28T19:29:43.713411464Z", + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/default", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-central1", + "labels": { + "source": "kcc-test" + } + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:29:30.262643101Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/default" + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 307.71736ms + - id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1", + "uid": "40fc7410-c464-40a4-9b18-b92624b8f178", + "createTime": "2024-03-28T19:29:30.362379636Z", + "updateTime": "2024-03-28T19:29:56.114861305Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/default", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-central1", + "labels": { + "source": "kcc-test" + } + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:29:30.262643101Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/default" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 269.441813ms + - id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1", + "uid": "40fc7410-c464-40a4-9b18-b92624b8f178", + "createTime": "2024-03-28T19:29:30.362379636Z", + "updateTime": "2024-03-28T19:29:56.114861305Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/default", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-central1", + "labels": { + "source": "kcc-test" + } + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:29:30.262643101Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/default" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 275.458416ms + - id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1711654207848-614bd8d09816e-0788172c-8fbd0f70", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:30:07.860079393Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 286.514675ms + - id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/operations/operation-1711654207848-614bd8d09816e-0788172c-8fbd0f70?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1711654207848-614bd8d09816e-0788172c-8fbd0f70", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:30:07.860079393Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 246.333696ms + - id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/operations/operation-1711654207848-614bd8d09816e-0788172c-8fbd0f70?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1711654207848-614bd8d09816e-0788172c-8fbd0f70", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:30:07.860079393Z", + "endTime": "2024-03-28T19:30:20.888513727Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbclusterlbk8ncs6abe1", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 413.79847ms diff --git a/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_basicalloydbinstance.yaml b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_basicalloydbinstance.yaml new file mode 100644 index 0000000000..69e772dd27 --- /dev/null +++ b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_basicalloydbinstance.yaml @@ -0,0 +1,4045 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 134 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"autoCreateSubnetworks":false,"name":"computenetwork-qc16y57kt12u","networkFirewallPolicyEnforcementOrder":"AFTER_CLASSIC_FIREWALL"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "5452171912596190203", + "name": "operation-1711656211945-614be047d9924-45836036-5f2a2125", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u", + "targetId": "3491319514323776507", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-03-28T13:03:32.485-07:00", + "startTime": "2024-03-28T13:03:32.497-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656211945-614be047d9924-45836036-5f2a2125" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 727.109382ms + - id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656211945-614be047d9924-45836036-5f2a2125?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"5452171912596190203","name":"operation-1711656211945-614be047d9924-45836036-5f2a2125","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u","targetId":"3491319514323776507","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-03-28T13:03:32.485-07:00","startTime":"2024-03-28T13:03:32.497-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656211945-614be047d9924-45836036-5f2a2125"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 184.768509ms + - id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656211945-614be047d9924-45836036-5f2a2125?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"5452171912596190203","name":"operation-1711656211945-614be047d9924-45836036-5f2a2125","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u","targetId":"3491319514323776507","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T13:03:32.485-07:00","startTime":"2024-03-28T13:03:32.497-07:00","endTime":"2024-03-28T13:03:44.984-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656211945-614be047d9924-45836036-5f2a2125"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 137.563535ms + - id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "3491319514323776507", + "creationTimestamp": "2024-03-28T13:03:32.453-07:00", + "name": "computenetwork-qc16y57kt12u", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/3491319514323776507", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 141.957589ms + - id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "3491319514323776507", + "creationTimestamp": "2024-03-28T13:03:32.453-07:00", + "name": "computenetwork-qc16y57kt12u", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/3491319514323776507", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 162.37572ms + - id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 237 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"addressType":"INTERNAL","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"name":"computeaddress-qc16y57kt12u","network":"projects/example-project/global/networks/computenetwork-qc16y57kt12u","prefixLength":16,"purpose":"VPC_PEERING"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "8922439706045084612", + "name": "operation-1711656234899-614be05dbd931-23113fa7-72c23a0f", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-qc16y57kt12u", + "targetId": "2281793690830140356", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-03-28T13:03:55.579-07:00", + "startTime": "2024-03-28T13:03:55.592-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656234899-614be05dbd931-23113fa7-72c23a0f" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 920.764081ms + - id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 215 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"clusterType":"PRIMARY","initialUser":{"password":"alloydb-pg"},"labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"networkConfig":{"network":"projects/example-project/global/networks/computenetwork-qc16y57kt12u"}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters?alt=json&clusterId=alloydbcluster-qc16y57kt12u + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711656235894-614be05eb0546-4aea547b-62e906ab", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:03:55.979355859Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 537.802682ms + - id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656234899-614be05dbd931-23113fa7-72c23a0f?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"8922439706045084612","name":"operation-1711656234899-614be05dbd931-23113fa7-72c23a0f","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-qc16y57kt12u","targetId":"2281793690830140356","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-03-28T13:03:55.579-07:00","startTime":"2024-03-28T13:03:55.592-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656234899-614be05dbd931-23113fa7-72c23a0f"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 122.445447ms + - id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1711656235894-614be05eb0546-4aea547b-62e906ab?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711656235894-614be05eb0546-4aea547b-62e906ab", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:03:55.979355859Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 446.462121ms + - id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656234899-614be05dbd931-23113fa7-72c23a0f?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"8922439706045084612","name":"operation-1711656234899-614be05dbd931-23113fa7-72c23a0f","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-qc16y57kt12u","targetId":"2281793690830140356","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T13:03:55.579-07:00","startTime":"2024-03-28T13:03:55.592-07:00","endTime":"2024-03-28T13:03:57.542-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656234899-614be05dbd931-23113fa7-72c23a0f"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 235.155335ms + - id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "2281793690830140356", + "creationTimestamp": "2024-03-28T13:03:55.502-07:00", + "name": "computeaddress-qc16y57kt12u", + "description": "", + "address": "10.167.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-qc16y57kt12u", + "networkTier": "PREMIUM", + "labelFingerprint": "42WmSpB8rSM=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 279.638403ms + - id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1711656235894-614be05eb0546-4aea547b-62e906ab?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711656235894-614be05eb0546-4aea547b-62e906ab", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:03:55.979355859Z", + "endTime": "2024-03-28T20:04:00.985128695Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Cluster", + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u", + "uid": "153f89fb-2b49-40a6-a9d9-b44757c6527f", + "createTime": "2024-03-28T20:03:55.976006461Z", + "updateTime": "2024-03-28T20:03:55.976006461Z", + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T20:03:55.900569235Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u" + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 423.367855ms + - id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 91 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"labelFingerprint":"42WmSpB8rSM=","labels":{"cnrm-test":"true","managed-by-cnrm":"true"}} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-qc16y57kt12u/setLabels?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "111742141468275671", + "name": "operation-1711656248021-614be06a41289-a1691555-6b2a0ac6", + "operationType": "setLabels", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-qc16y57kt12u", + "targetId": "2281793690830140356", + "status": "DONE", + "user": "user@google.com", + "progress": 100, + "insertTime": "2024-03-28T13:04:08.457-07:00", + "startTime": "2024-03-28T13:04:08.459-07:00", + "endTime": "2024-03-28T13:04:08.459-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656248021-614be06a41289-a1691555-6b2a0ac6" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 602.13009ms + - id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u", + "uid": "153f89fb-2b49-40a6-a9d9-b44757c6527f", + "createTime": "2024-03-28T20:03:55.976006461Z", + "updateTime": "2024-03-28T20:04:01.006592235Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T20:03:55.900569235Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 448.993511ms + - id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "2281793690830140356", + "creationTimestamp": "2024-03-28T13:03:55.502-07:00", + "name": "computeaddress-qc16y57kt12u", + "description": "", + "address": "10.167.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-qc16y57kt12u", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 214.034655ms + - id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u", + "uid": "153f89fb-2b49-40a6-a9d9-b44757c6527f", + "createTime": "2024-03-28T20:03:55.976006461Z", + "updateTime": "2024-03-28T20:04:01.006592235Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T20:03:55.900569235Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 428.592941ms + - id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"402887772785","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=105 + status: 200 OK + code: 200 + duration: 114.716173ms + - id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "2281793690830140356", + "creationTimestamp": "2024-03-28T13:03:55.502-07:00", + "name": "computeaddress-qc16y57kt12u", + "description": "", + "address": "10.167.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-qc16y57kt12u", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 210.625889ms + - id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F402887772785%2Fglobal%2Fnetworks%2Fcomputenetwork-qc16y57kt12u&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 255.208959ms + - id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"402887772785","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=92 + status: 200 OK + code: 200 + duration: 93.422342ms + - id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 143 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"availabilityType":"REGIONAL","instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances?alt=json&instanceId=alloydbinstance-qc16y57kt12u + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711656250562-614be06cad713-7fed54dd-a57d89da", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:04:10.913175762Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 800.97583ms + - id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 136 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"network":"projects/402887772785/global/networks/computenetwork-qc16y57kt12u","reservedPeeringRanges":["computeaddress-qc16y57kt12u"]} + form: {} + headers: + Content-Type: + - application/json + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections/-?alt=json&force=true&prettyPrint=false&updateMask=reservedPeeringRanges + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-402887772785-b04fca08-ebc0-4297-8b23-d0fde784c5ac"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 356.756091ms + - id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-402887772785-b04fca08-ebc0-4297-8b23-d0fde784c5ac?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-402887772785-b04fca08-ebc0-4297-8b23-d0fde784c5ac"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 136.276183ms + - id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1711656250562-614be06cad713-7fed54dd-a57d89da?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711656250562-614be06cad713-7fed54dd-a57d89da", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:04:10.913175762Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 419.918005ms + - id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1711656250562-614be06cad713-7fed54dd-a57d89da?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711656250562-614be06cad713-7fed54dd-a57d89da", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:04:10.913175762Z", + "endTime": "2024-03-28T20:04:19.092103413Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/402887772785/global/networks/computenetwork-qc16y57kt12u\": service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u", + "description": "service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "b326925504efd954" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "b326925504efd954" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 429.712792ms + - id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 143 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"availabilityType":"REGIONAL","instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances?alt=json&instanceId=alloydbinstance-qc16y57kt12u + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711656266825-614be07c30075-c968a016-184a26b1", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:04:26.888885262Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 520.648615ms + - id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1711656266825-614be07c30075-c968a016-184a26b1?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711656266825-614be07c30075-c968a016-184a26b1", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:04:26.888885262Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 427.006701ms + - id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1711656266825-614be07c30075-c968a016-184a26b1?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711656266825-614be07c30075-c968a016-184a26b1", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:04:26.888885262Z", + "endTime": "2024-03-28T20:04:34.643776223Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/402887772785/global/networks/computenetwork-qc16y57kt12u\": service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u", + "description": "service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "a53d6fe9c98b8f50" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "a53d6fe9c98b8f50" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 440.250105ms + - id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 143 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"availabilityType":"REGIONAL","instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances?alt=json&instanceId=alloydbinstance-qc16y57kt12u + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711656283514-614be08c1a5df-59fda062-e7c401be", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:04:43.592291507Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 192.50338ms + - id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1711656283514-614be08c1a5df-59fda062-e7c401be?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711656283514-614be08c1a5df-59fda062-e7c401be", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:04:43.592291507Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 115.96916ms + - id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-402887772785-b04fca08-ebc0-4297-8b23-d0fde784c5ac?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-402887772785-b04fca08-ebc0-4297-8b23-d0fde784c5ac","done":true,"response":{"@type":"type.googleapis.com/google.cloud.servicenetworking.v1.Connection","network":"projects/402887772785/global/networks/computenetwork-qc16y57kt12u","reservedPeeringRanges":["computeaddress-qc16y57kt12u"],"peering":"servicenetworking-googleapis-com"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 73.181008ms + - id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"402887772785","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=98 + status: 200 OK + code: 200 + duration: 100.609874ms + - id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F402887772785%2Fglobal%2Fnetworks%2Fcomputenetwork-qc16y57kt12u&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/402887772785/global/networks/computenetwork-qc16y57kt12u","reservedPeeringRanges":["computeaddress-qc16y57kt12u"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 203.992884ms + - id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u", + "uid": "153f89fb-2b49-40a6-a9d9-b44757c6527f", + "createTime": "2024-03-28T20:03:55.976006461Z", + "updateTime": "2024-03-28T20:04:44.812290983Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T20:03:55.900569235Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 135.28221ms + - id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"402887772785","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=90 + status: 200 OK + code: 200 + duration: 100.567956ms + - id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F402887772785%2Fglobal%2Fnetworks%2Fcomputenetwork-qc16y57kt12u&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/402887772785/global/networks/computenetwork-qc16y57kt12u","reservedPeeringRanges":["computeaddress-qc16y57kt12u"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 273.414089ms + - id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1711656283514-614be08c1a5df-59fda062-e7c401be?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711656283514-614be08c1a5df-59fda062-e7c401be", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:04:43.592291507Z", + "endTime": "2024-03-28T20:11:29.121862075Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Instance", + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "uid": "9872968f-83ee-4a3d-8f9a-c0155c25e792", + "createTime": "2024-03-28T20:04:43.584914565Z", + "updateTime": "2024-03-28T20:04:43.584914565Z", + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.167.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-b" + }, + "nodes": [ + { + "zoneId": "us-west1-c" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 489.989799ms + - id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "uid": "9872968f-83ee-4a3d-8f9a-c0155c25e792", + "createTime": "2024-03-28T20:04:43.584914565Z", + "updateTime": "2024-03-28T20:11:34.086243592Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.167.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-b" + }, + "nodes": [ + { + "zoneId": "us-west1-c" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 143.907965ms + - id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "uid": "9872968f-83ee-4a3d-8f9a-c0155c25e792", + "createTime": "2024-03-28T20:04:43.584914565Z", + "updateTime": "2024-03-28T20:11:34.086243592Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.167.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-b" + }, + "nodes": [ + { + "zoneId": "us-west1-c" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 131.678174ms + - id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "uid": "9872968f-83ee-4a3d-8f9a-c0155c25e792", + "createTime": "2024-03-28T20:04:43.584914565Z", + "updateTime": "2024-03-28T20:11:34.086243592Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.167.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-b" + }, + "nodes": [ + { + "zoneId": "us-west1-c" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 95.677088ms + - id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 178 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"availabilityType":"REGIONAL","databaseFlags":{"enable_google_adaptive_autovacuum":"off"},"labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u?alt=json&updateMask=databaseFlags + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711656700677-614be219f0dc7-23e00332-e8ffd659", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:11:40.728120922Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "verb": "update", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 181.894311ms + - id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1711656700677-614be219f0dc7-23e00332-e8ffd659?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711656700677-614be219f0dc7-23e00332-e8ffd659", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:11:40.728120922Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "verb": "update", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 96.964337ms + - id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1711656700677-614be219f0dc7-23e00332-e8ffd659?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711656700677-614be219f0dc7-23e00332-e8ffd659", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:11:40.728120922Z", + "endTime": "2024-03-28T20:13:29.109659503Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "verb": "update", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Instance", + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "uid": "9872968f-83ee-4a3d-8f9a-c0155c25e792", + "createTime": "2024-03-28T20:04:43.584914565Z", + "updateTime": "2024-03-28T20:13:27.828771822Z", + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "databaseFlags": { + "enable_google_adaptive_autovacuum": "off" + }, + "ipAddress": "10.167.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-b" + }, + "nodes": [ + { + "zoneId": "us-west1-c" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 400.820459ms + - id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "uid": "9872968f-83ee-4a3d-8f9a-c0155c25e792", + "createTime": "2024-03-28T20:04:43.584914565Z", + "updateTime": "2024-03-28T20:13:29.125304159Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "databaseFlags": { + "enable_google_adaptive_autovacuum": "off" + }, + "ipAddress": "10.167.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-b" + }, + "nodes": [ + { + "zoneId": "us-west1-c" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 121.939253ms + - id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "uid": "9872968f-83ee-4a3d-8f9a-c0155c25e792", + "createTime": "2024-03-28T20:04:43.584914565Z", + "updateTime": "2024-03-28T20:13:29.125304159Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "databaseFlags": { + "enable_google_adaptive_autovacuum": "off" + }, + "ipAddress": "10.167.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-b" + }, + "nodes": [ + { + "zoneId": "us-west1-c" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 90.98793ms + - id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u", + "uid": "153f89fb-2b49-40a6-a9d9-b44757c6527f", + "createTime": "2024-03-28T20:03:55.976006461Z", + "updateTime": "2024-03-28T20:11:26.851622236Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T20:03:55.900569235Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 121.426903ms + - id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"402887772785","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=123 + status: 200 OK + code: 200 + duration: 131.506347ms + - id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "3491319514323776507", + "creationTimestamp": "2024-03-28T13:03:32.453-07:00", + "name": "computenetwork-qc16y57kt12u", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/3491319514323776507", + "autoCreateSubnetworks": false, + "peerings": [ + { + "name": "servicenetworking-googleapis-com", + "network": "https://www.googleapis.com/compute/beta/projects/mcef6caa645efa493p-tp/global/networks/servicenetworking", + "state": "ACTIVE", + "stateDetails": "[2024-03-28T13:05:21.316-07:00]: Connected.", + "autoCreateRoutes": true, + "exportCustomRoutes": false, + "importCustomRoutes": false, + "exchangeSubnetRoutes": true, + "exportSubnetRoutesWithPublicIp": false, + "importSubnetRoutesWithPublicIp": false, + "stackType": "IPV4_ONLY" + } + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 158.607063ms + - id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "2281793690830140356", + "creationTimestamp": "2024-03-28T13:03:55.502-07:00", + "name": "computeaddress-qc16y57kt12u", + "description": "", + "address": "10.167.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-qc16y57kt12u", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 234.03634ms + - id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711656814696-614be286ad8ba-fe3e6292-522f5710", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:13:34.749687228Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 167.179728ms + - id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F402887772785%2Fglobal%2Fnetworks%2Fcomputenetwork-qc16y57kt12u&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/402887772785/global/networks/computenetwork-qc16y57kt12u","reservedPeeringRanges":["computeaddress-qc16y57kt12u"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 231.042412ms + - id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1711656814696-614be286ad8ba-fe3e6292-522f5710?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711656814696-614be286ad8ba-fe3e6292-522f5710", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:13:34.749687228Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 92.604709ms + - id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"402887772785","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=79 + status: 200 OK + code: 200 + duration: 81.340355ms + - id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "2424470545898172800", + "name": "operation-1711656814744-614be286b92e1-9365e182-1a0a0f04", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u", + "targetId": "3491319514323776507", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-03-28T13:13:35.128-07:00", + "startTime": "2024-03-28T13:13:35.140-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656814744-614be286b92e1-9365e182-1a0a0f04" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 562.90938ms + - id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-qc16y57kt12u?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "1736213993903124864", + "name": "operation-1711656814911-614be286e1fe2-392d95a1-7635956e", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-qc16y57kt12u", + "targetId": "2281793690830140356", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-03-28T13:13:35.323-07:00", + "startTime": "2024-03-28T13:13:35.336-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656814911-614be286e1fe2-392d95a1-7635956e" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 563.75992ms + - id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 44 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"name":"servicenetworking-googleapis-com"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/402887772785/global/networks/computenetwork-qc16y57kt12u/removePeering?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "447860535386993024", + "name": "operation-1711656815342-614be2874b28f-0c4a2886-12ed377c", + "operationType": "removePeering", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u", + "targetId": "3491319514323776507", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-03-28T13:13:35.774-07:00", + "startTime": "2024-03-28T13:13:35.786-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656815342-614be2874b28f-0c4a2886-12ed377c" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 613.519623ms + - id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656814744-614be286b92e1-9365e182-1a0a0f04?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"2424470545898172800","name":"operation-1711656814744-614be286b92e1-9365e182-1a0a0f04","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u","targetId":"3491319514323776507","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-03-28T13:13:35.128-07:00","startTime":"2024-03-28T13:13:35.140-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656814744-614be286b92e1-9365e182-1a0a0f04"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 145.68162ms + - id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656814911-614be286e1fe2-392d95a1-7635956e?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"1736213993903124864","name":"operation-1711656814911-614be286e1fe2-392d95a1-7635956e","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-qc16y57kt12u","targetId":"2281793690830140356","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-03-28T13:13:35.323-07:00","startTime":"2024-03-28T13:13:35.336-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656814911-614be286e1fe2-392d95a1-7635956e"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 142.701011ms + - id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u", + "uid": "153f89fb-2b49-40a6-a9d9-b44757c6527f", + "createTime": "2024-03-28T20:03:55.976006461Z", + "updateTime": "2024-03-28T20:11:26.851622236Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T20:03:55.900569235Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 96.740277ms + - id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656815342-614be2874b28f-0c4a2886-12ed377c?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"447860535386993024","name":"operation-1711656815342-614be2874b28f-0c4a2886-12ed377c","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u","targetId":"3491319514323776507","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-03-28T13:13:35.774-07:00","startTime":"2024-03-28T13:13:35.786-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656815342-614be2874b28f-0c4a2886-12ed377c"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 126.790691ms + - id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u", + "uid": "153f89fb-2b49-40a6-a9d9-b44757c6527f", + "createTime": "2024-03-28T20:03:55.976006461Z", + "updateTime": "2024-03-28T20:11:26.851622236Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T20:03:55.900569235Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 146.070981ms + - id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656814911-614be286e1fe2-392d95a1-7635956e?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"1736213993903124864","name":"operation-1711656814911-614be286e1fe2-392d95a1-7635956e","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-qc16y57kt12u","targetId":"2281793690830140356","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T13:13:35.323-07:00","startTime":"2024-03-28T13:13:35.336-07:00","endTime":"2024-03-28T13:13:37.259-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656814911-614be286e1fe2-392d95a1-7635956e"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 159.826733ms + - id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656814744-614be286b92e1-9365e182-1a0a0f04?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"2424470545898172800","name":"operation-1711656814744-614be286b92e1-9365e182-1a0a0f04","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u","targetId":"3491319514323776507","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T13:13:35.128-07:00","startTime":"2024-03-28T13:13:35.140-07:00","endTime":"2024-03-28T13:13:53.435-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656814744-614be286b92e1-9365e182-1a0a0f04"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 207.586199ms + - id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656815342-614be2874b28f-0c4a2886-12ed377c?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"447860535386993024","name":"operation-1711656815342-614be2874b28f-0c4a2886-12ed377c","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-qc16y57kt12u","targetId":"3491319514323776507","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T13:13:35.774-07:00","startTime":"2024-03-28T13:13:35.786-07:00","endTime":"2024-03-28T13:13:47.575-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711656815342-614be2874b28f-0c4a2886-12ed377c"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 137.967466ms + - id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u", + "uid": "153f89fb-2b49-40a6-a9d9-b44757c6527f", + "createTime": "2024-03-28T20:03:55.976006461Z", + "updateTime": "2024-03-28T20:11:26.851622236Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T20:03:55.900569235Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 435.62346ms + - id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u", + "uid": "153f89fb-2b49-40a6-a9d9-b44757c6527f", + "createTime": "2024-03-28T20:03:55.976006461Z", + "updateTime": "2024-03-28T20:11:26.851622236Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T20:03:55.900569235Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 115.411042ms + - id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u", + "uid": "153f89fb-2b49-40a6-a9d9-b44757c6527f", + "createTime": "2024-03-28T20:03:55.976006461Z", + "updateTime": "2024-03-28T20:11:26.851622236Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T20:03:55.900569235Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 122.568813ms + - id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u", + "uid": "153f89fb-2b49-40a6-a9d9-b44757c6527f", + "createTime": "2024-03-28T20:03:55.976006461Z", + "updateTime": "2024-03-28T20:11:26.851622236Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T20:03:55.900569235Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 141.377764ms + - id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1711656814696-614be286ad8ba-fe3e6292-522f5710?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711656814696-614be286ad8ba-fe3e6292-522f5710", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:13:34.749687228Z", + "endTime": "2024-03-28T20:17:52.872803497Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u/instances/alloydbinstance-qc16y57kt12u", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 99.436041ms + - id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u", + "uid": "153f89fb-2b49-40a6-a9d9-b44757c6527f", + "createTime": "2024-03-28T20:03:55.976006461Z", + "updateTime": "2024-03-28T20:11:26.851622236Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T20:03:55.900569235Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-qc16y57kt12u" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 460.161163ms + - id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711657181751-614be3e4ba90c-b9b7c978-8a8d50e9", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:19:41.762951983Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 523.541131ms + - id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1711657181751-614be3e4ba90c-b9b7c978-8a8d50e9?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711657181751-614be3e4ba90c-b9b7c978-8a8d50e9", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:19:41.762951983Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 423.964576ms + - id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1711657181751-614be3e4ba90c-b9b7c978-8a8d50e9?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1711657181751-614be3e4ba90c-b9b7c978-8a8d50e9", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:19:41.762951983Z", + "endTime": "2024-03-28T20:19:57.077650785Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-qc16y57kt12u", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 453.345229ms diff --git a/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_basicalloydbsecondarycluster.yaml b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_basicalloydbsecondarycluster.yaml new file mode 100644 index 0000000000..bc5abc6e48 --- /dev/null +++ b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_basicalloydbsecondarycluster.yaml @@ -0,0 +1,4857 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 135 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"autoCreateSubnetworks":false,"name":"computenetwork-1kbjhjcgq43ud","networkFirewallPolicyEnforcementOrder":"AFTER_CLASSIC_FIREWALL"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "7875570062191943545", + "name": "operation-1712021910181-6151329cdd848-0cc82355-605c8bb3", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud", + "targetId": "5881298583518895993", + "status": "RUNNING", + "user": "yuhou@google.com", + "progress": 0, + "insertTime": "2024-04-01T18:38:30.683-07:00", + "startTime": "2024-04-01T18:38:30.698-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712021910181-6151329cdd848-0cc82355-605c8bb3" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 775.419698ms + - id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712021910181-6151329cdd848-0cc82355-605c8bb3?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"7875570062191943545","name":"operation-1712021910181-6151329cdd848-0cc82355-605c8bb3","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud","targetId":"5881298583518895993","status":"RUNNING","user":"yuhou@google.com","progress":0,"insertTime":"2024-04-01T18:38:30.683-07:00","startTime":"2024-04-01T18:38:30.698-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712021910181-6151329cdd848-0cc82355-605c8bb3"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 213.938213ms + - id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712021910181-6151329cdd848-0cc82355-605c8bb3?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"7875570062191943545","name":"operation-1712021910181-6151329cdd848-0cc82355-605c8bb3","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud","targetId":"5881298583518895993","status":"DONE","user":"yuhou@google.com","progress":100,"insertTime":"2024-04-01T18:38:30.683-07:00","startTime":"2024-04-01T18:38:30.698-07:00","endTime":"2024-04-01T18:38:42.338-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712021910181-6151329cdd848-0cc82355-605c8bb3"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 141.493396ms + - id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "5881298583518895993", + "creationTimestamp": "2024-04-01T18:38:30.644-07:00", + "name": "computenetwork-1kbjhjcgq43ud", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/5881298583518895993", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 126.923536ms + - id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "5881298583518895993", + "creationTimestamp": "2024-04-01T18:38:30.644-07:00", + "name": "computenetwork-1kbjhjcgq43ud", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/5881298583518895993", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 194.355234ms + - id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 239 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"addressType":"INTERNAL","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"name":"computeaddress-1kbjhjcgq43ud","network":"projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud","prefixLength":16,"purpose":"VPC_PEERING"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "815157462706872130", + "name": "operation-1712021933288-615132b2e6c20-c23f2940-ba4a7c82", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-1kbjhjcgq43ud", + "targetId": "8260250019238960962", + "status": "RUNNING", + "user": "yuhou@google.com", + "progress": 0, + "insertTime": "2024-04-01T18:38:53.923-07:00", + "startTime": "2024-04-01T18:38:53.936-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712021933288-615132b2e6c20-c23f2940-ba4a7c82" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 868.622124ms + - id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 216 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"clusterType":"PRIMARY","initialUser":{"password":"alloydb-pg"},"labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"networkConfig":{"network":"projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud"}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters?alt=json&clusterId=alloydbcluster-1-1kbjhjcgq43ud + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712021934297-615132b3dd236-4f2c8624-38b00fcb", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:38:54.612922790Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 766.928128ms + - id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712021933288-615132b2e6c20-c23f2940-ba4a7c82?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"815157462706872130","name":"operation-1712021933288-615132b2e6c20-c23f2940-ba4a7c82","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-1kbjhjcgq43ud","targetId":"8260250019238960962","status":"RUNNING","user":"yuhou@google.com","progress":0,"insertTime":"2024-04-01T18:38:53.923-07:00","startTime":"2024-04-01T18:38:53.936-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712021933288-615132b2e6c20-c23f2940-ba4a7c82"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 168.207595ms + - id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712021934297-615132b3dd236-4f2c8624-38b00fcb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712021934297-615132b3dd236-4f2c8624-38b00fcb", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:38:54.612922790Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 424.165658ms + - id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712021933288-615132b2e6c20-c23f2940-ba4a7c82?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"815157462706872130","name":"operation-1712021933288-615132b2e6c20-c23f2940-ba4a7c82","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-1kbjhjcgq43ud","targetId":"8260250019238960962","status":"DONE","user":"yuhou@google.com","progress":100,"insertTime":"2024-04-01T18:38:53.923-07:00","startTime":"2024-04-01T18:38:53.936-07:00","endTime":"2024-04-01T18:38:56.781-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712021933288-615132b2e6c20-c23f2940-ba4a7c82"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 168.657655ms + - id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "8260250019238960962", + "creationTimestamp": "2024-04-01T18:38:53.890-07:00", + "name": "computeaddress-1kbjhjcgq43ud", + "description": "", + "address": "10.154.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-1kbjhjcgq43ud", + "networkTier": "PREMIUM", + "labelFingerprint": "42WmSpB8rSM=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 170.644105ms + - id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 91 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"labelFingerprint":"42WmSpB8rSM=","labels":{"cnrm-test":"true","managed-by-cnrm":"true"}} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-1kbjhjcgq43ud/setLabels?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "2151263192253652821", + "name": "operation-1712021946046-615132bf11776-7401964c-d0e92e82", + "operationType": "setLabels", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-1kbjhjcgq43ud", + "targetId": "8260250019238960962", + "status": "DONE", + "user": "yuhou@google.com", + "progress": 100, + "insertTime": "2024-04-01T18:39:06.443-07:00", + "startTime": "2024-04-01T18:39:06.445-07:00", + "endTime": "2024-04-01T18:39:06.445-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712021946046-615132bf11776-7401964c-d0e92e82" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 570.324194ms + - id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712021934297-615132b3dd236-4f2c8624-38b00fcb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712021934297-615132b3dd236-4f2c8624-38b00fcb", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:38:54.612922790Z", + "endTime": "2024-04-02T01:39:00.237250100Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Cluster", + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud", + "uid": "9140910b-6206-455c-8839-ae5b7b54283b", + "createTime": "2024-04-02T01:38:54.608589044Z", + "updateTime": "2024-04-02T01:38:54.608589044Z", + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:38:54.305388654Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 431.690907ms + - id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "8260250019238960962", + "creationTimestamp": "2024-04-01T18:38:53.890-07:00", + "name": "computeaddress-1kbjhjcgq43ud", + "description": "", + "address": "10.154.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-1kbjhjcgq43ud", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 226.529543ms + - id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud", + "uid": "9140910b-6206-455c-8839-ae5b7b54283b", + "createTime": "2024-04-02T01:38:54.608589044Z", + "updateTime": "2024-04-02T01:39:00.255610643Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:38:54.305388654Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 433.487607ms + - id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=84 + status: 200 OK + code: 200 + duration: 91.647137ms + - id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "8260250019238960962", + "creationTimestamp": "2024-04-01T18:38:53.890-07:00", + "name": "computeaddress-1kbjhjcgq43ud", + "description": "", + "address": "10.154.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-1kbjhjcgq43ud", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 219.070673ms + - id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-1kbjhjcgq43ud&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 222.104684ms + - id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=92 + status: 200 OK + code: 200 + duration: 94.354617ms + - id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud", + "uid": "9140910b-6206-455c-8839-ae5b7b54283b", + "createTime": "2024-04-02T01:38:54.608589044Z", + "updateTime": "2024-04-02T01:39:00.255610643Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:38:54.305388654Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 408.532208ms + - id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 138 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"network":"projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud","reservedPeeringRanges":["computeaddress-1kbjhjcgq43ud"]} + form: {} + headers: + Content-Type: + - application/json + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections/-?alt=json&force=true&prettyPrint=false&updateMask=reservedPeeringRanges + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-67460bb7-9714-482a-9b61-62e5f377da68"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 387.354569ms + - id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 300 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"clusterType":"SECONDARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"networkConfig":{"network":"projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud"},"secondaryConfig":{"primaryClusterName":"projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud"}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters:createsecondary?alt=json&cluster_id=alloydbcluster-2-1kbjhjcgq43ud + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1712021948772-615132c1ab182-2b6479ef-9bfd1b49", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:39:08.957400424Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud", + "verb": "createsecondary", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 445.559937ms + - id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-123456789-67460bb7-9714-482a-9b61-62e5f377da68?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-67460bb7-9714-482a-9b61-62e5f377da68"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 147.691806ms + - id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 143 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"availabilityType":"REGIONAL","instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances?alt=json&instanceId=alloydbinstance-1kbjhjcgq43ud + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712021949377-615132c23eae4-9c138141-53062545", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:39:09.447806497Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 558.550684ms + - id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/operations/operation-1712021948772-615132c1ab182-2b6479ef-9bfd1b49?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1712021948772-615132c1ab182-2b6479ef-9bfd1b49", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:39:08.957400424Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud", + "verb": "createsecondary", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 226.121484ms + - id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712021949377-615132c23eae4-9c138141-53062545?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712021949377-615132c23eae4-9c138141-53062545", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:39:09.447806497Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 427.513908ms + - id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/operations/operation-1712021948772-615132c1ab182-2b6479ef-9bfd1b49?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1712021948772-615132c1ab182-2b6479ef-9bfd1b49", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:39:08.957400424Z", + "endTime": "2024-04-02T01:39:15.376791179Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud", + "verb": "createsecondary", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Cluster", + "name": "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud", + "uid": "66fa7060-3a55-4f9e-b694-2ec70fc1ebfb", + "createTime": "2024-04-02T01:39:08.951969709Z", + "updateTime": "2024-04-02T01:39:08.951969709Z", + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-central1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "secondaryConfig": { + "primaryClusterName": "projects/123456789/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud" + }, + "clusterType": "SECONDARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:39:08.859134606Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 242.808242ms + - id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud", + "uid": "66fa7060-3a55-4f9e-b694-2ec70fc1ebfb", + "createTime": "2024-04-02T01:39:08.951969709Z", + "updateTime": "2024-04-02T01:39:15.398449827Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-central1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "secondaryConfig": { + "primaryClusterName": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud" + }, + "clusterType": "SECONDARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:39:08.859134606Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 212.475564ms + - id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712021949377-615132c23eae4-9c138141-53062545?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712021949377-615132c23eae4-9c138141-53062545", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:39:09.447806497Z", + "endTime": "2024-04-02T01:39:17.257460920Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud\": service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "description": "service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "8ece56ff68e9ef17" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "8ece56ff68e9ef17" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 96.426987ms + - id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud", + "uid": "66fa7060-3a55-4f9e-b694-2ec70fc1ebfb", + "createTime": "2024-04-02T01:39:08.951969709Z", + "updateTime": "2024-04-02T01:39:15.398449827Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-central1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "secondaryConfig": { + "primaryClusterName": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud" + }, + "clusterType": "SECONDARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:39:08.859134606Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 258.158403ms + - id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 143 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"availabilityType":"REGIONAL","instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances?alt=json&instanceId=alloydbinstance-1kbjhjcgq43ud + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712021964026-615132d03734d-3c07e88a-2e1753ce", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:39:24.093417111Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 207.717984ms + - id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712021964026-615132d03734d-3c07e88a-2e1753ce?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712021964026-615132d03734d-3c07e88a-2e1753ce", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:39:24.093417111Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 87.504547ms + - id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-123456789-67460bb7-9714-482a-9b61-62e5f377da68?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-67460bb7-9714-482a-9b61-62e5f377da68","done":true,"response":{"@type":"type.googleapis.com/google.cloud.servicenetworking.v1.Connection","network":"projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud","reservedPeeringRanges":["computeaddress-1kbjhjcgq43ud"],"peering":"servicenetworking-googleapis-com"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 75.030438ms + - id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=88 + status: 200 OK + code: 200 + duration: 91.592177ms + - id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-1kbjhjcgq43ud&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud","reservedPeeringRanges":["computeaddress-1kbjhjcgq43ud"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 258.308963ms + - id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=100 + status: 200 OK + code: 200 + duration: 110.101037ms + - id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-1kbjhjcgq43ud&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud","reservedPeeringRanges":["computeaddress-1kbjhjcgq43ud"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 334.22857ms + - id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712021964026-615132d03734d-3c07e88a-2e1753ce?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712021964026-615132d03734d-3c07e88a-2e1753ce", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:39:24.093417111Z", + "endTime": "2024-04-02T01:45:06.325938447Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Instance", + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud", + "uid": "9eb72c18-d995-4562-ab2b-b0af283a106b", + "createTime": "2024-04-02T01:39:24.086156036Z", + "updateTime": "2024-04-02T01:39:24.086156036Z", + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.68.0.8", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 113.098147ms + - id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud", + "uid": "9eb72c18-d995-4562-ab2b-b0af283a106b", + "createTime": "2024-04-02T01:39:24.086156036Z", + "updateTime": "2024-04-02T01:45:06.348708672Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.68.0.8", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 114.881526ms + - id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud", + "uid": "9eb72c18-d995-4562-ab2b-b0af283a106b", + "createTime": "2024-04-02T01:39:24.086156036Z", + "updateTime": "2024-04-02T01:45:06.348708672Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.68.0.8", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 120.368496ms + - id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud", + "uid": "66fa7060-3a55-4f9e-b694-2ec70fc1ebfb", + "createTime": "2024-04-02T01:39:08.951969709Z", + "updateTime": "2024-04-02T01:39:15.398449827Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-central1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "secondaryConfig": { + "primaryClusterName": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud" + }, + "clusterType": "SECONDARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:39:08.859134606Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 236.465973ms + - id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 737 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"automatedBackupPolicy":{"backupWindow":"3600s","labels":{"source":"kcc-test"},"location":"us-central1","timeBasedRetention":{"retentionPeriod":"1209600s"},"weeklySchedule":{"daysOfWeek":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"],"startTimes":[{"hours":23}]}},"clusterType":"SECONDARY","continuousBackupConfig":{"enabled":true,"recoveryWindowDays":14},"labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"network":"projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud","networkConfig":{"network":"projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud"},"secondaryConfig":{"primaryClusterName":"projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud"}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud?alt=json&updateMask=automatedBackupPolicy + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1712022316447-615134204f570-4f8df665-a6253ea2", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:45:16.490021323Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud", + "verb": "update", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 296.419731ms + - id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/operations/operation-1712022316447-615134204f570-4f8df665-a6253ea2?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1712022316447-615134204f570-4f8df665-a6253ea2", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:45:16.490021323Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud", + "verb": "update", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 52.904039ms + - id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/operations/operation-1712022316447-615134204f570-4f8df665-a6253ea2?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1712022316447-615134204f570-4f8df665-a6253ea2", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:45:16.490021323Z", + "endTime": "2024-04-02T01:45:28.958099661Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud", + "verb": "update", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Cluster", + "name": "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud", + "uid": "66fa7060-3a55-4f9e-b694-2ec70fc1ebfb", + "createTime": "2024-04-02T01:39:08.951969709Z", + "updateTime": "2024-04-02T01:45:16.491577998Z", + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-central1", + "labels": { + "source": "kcc-test" + } + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "secondaryConfig": { + "primaryClusterName": "projects/123456789/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud" + }, + "clusterType": "SECONDARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:39:08.859134606Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 254.692233ms + - id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud", + "uid": "66fa7060-3a55-4f9e-b694-2ec70fc1ebfb", + "createTime": "2024-04-02T01:39:08.951969709Z", + "updateTime": "2024-04-02T01:45:28.975452951Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-central1", + "labels": { + "source": "kcc-test" + } + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "secondaryConfig": { + "primaryClusterName": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud" + }, + "clusterType": "SECONDARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:39:08.859134606Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 267.841772ms + - id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud", + "uid": "66fa7060-3a55-4f9e-b694-2ec70fc1ebfb", + "createTime": "2024-04-02T01:39:08.951969709Z", + "updateTime": "2024-04-02T01:45:28.975452951Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-central1", + "labels": { + "source": "kcc-test" + } + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "secondaryConfig": { + "primaryClusterName": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud" + }, + "clusterType": "SECONDARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:39:08.859134606Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 242.800063ms + - id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=103 + status: 200 OK + code: 200 + duration: 105.503407ms + - id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud", + "uid": "9140910b-6206-455c-8839-ae5b7b54283b", + "createTime": "2024-04-02T01:38:54.608589044Z", + "updateTime": "2024-04-02T01:45:03.716310361Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "primaryConfig": { + "secondaryClusterNames": [ + "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud" + ] + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:38:54.305388654Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 129.963587ms + - id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud", + "uid": "9eb72c18-d995-4562-ab2b-b0af283a106b", + "createTime": "2024-04-02T01:39:24.086156036Z", + "updateTime": "2024-04-02T01:45:29.215875265Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.68.0.8", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 129.985156ms + - id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "5881298583518895993", + "creationTimestamp": "2024-04-01T18:38:30.644-07:00", + "name": "computenetwork-1kbjhjcgq43ud", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/5881298583518895993", + "autoCreateSubnetworks": false, + "peerings": [ + { + "name": "servicenetworking-googleapis-com", + "network": "https://www.googleapis.com/compute/beta/projects/ab1b15361d0d7d783p-tp/global/networks/servicenetworking", + "state": "ACTIVE", + "stateDetails": "[2024-04-01T18:39:16.707-07:00]: Connected.", + "autoCreateRoutes": true, + "exportCustomRoutes": false, + "importCustomRoutes": false, + "exchangeSubnetRoutes": true, + "exportSubnetRoutesWithPublicIp": false, + "importSubnetRoutesWithPublicIp": false, + "stackType": "IPV4_ONLY" + } + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 181.057205ms + - id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "8260250019238960962", + "creationTimestamp": "2024-04-01T18:38:53.890-07:00", + "name": "computeaddress-1kbjhjcgq43ud", + "description": "", + "address": "10.154.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-1kbjhjcgq43ud", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 189.449664ms + - id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-1kbjhjcgq43ud&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud","reservedPeeringRanges":["computeaddress-1kbjhjcgq43ud"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 247.863303ms + - id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud", + "uid": "66fa7060-3a55-4f9e-b694-2ec70fc1ebfb", + "createTime": "2024-04-02T01:39:08.951969709Z", + "updateTime": "2024-04-02T01:45:28.975452951Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-central1", + "labels": { + "source": "kcc-test" + } + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "secondaryConfig": { + "primaryClusterName": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud" + }, + "clusterType": "SECONDARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:39:08.859134606Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 213.244134ms + - id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=106 + status: 200 OK + code: 200 + duration: 107.233727ms + - id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud?alt=json&force=true + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1712022339712-615134367f780-0d76f926-751d4bbc", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:45:39.759931615Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 323.420491ms + - id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "4956260286926871980", + "name": "operation-1712022339125-61513435f0267-a72260fc-8c678607", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud", + "targetId": "5881298583518895993", + "status": "RUNNING", + "user": "yuhou@google.com", + "progress": 0, + "insertTime": "2024-04-01T18:45:39.658-07:00", + "startTime": "2024-04-01T18:45:39.669-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712022339125-61513435f0267-a72260fc-8c678607" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 812.089487ms + - id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-1kbjhjcgq43ud?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "8067252464042565036", + "name": "operation-1712022339155-61513435f76a5-1d5b4190-8bc40e8a", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-1kbjhjcgq43ud", + "targetId": "8260250019238960962", + "status": "RUNNING", + "user": "yuhou@google.com", + "progress": 0, + "insertTime": "2024-04-01T18:45:39.770-07:00", + "startTime": "2024-04-01T18:45:39.783-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712022339155-61513435f76a5-1d5b4190-8bc40e8a" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 853.825425ms + - id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 44 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"name":"servicenetworking-googleapis-com"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud/removePeering?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "1090240974030298539", + "name": "operation-1712022339701-615134367cbe7-3f04b4fc-13912402", + "operationType": "removePeering", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud", + "targetId": "5881298583518895993", + "status": "RUNNING", + "user": "yuhou@google.com", + "progress": 0, + "insertTime": "2024-04-01T18:45:40.149-07:00", + "startTime": "2024-04-01T18:45:40.164-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712022339701-615134367cbe7-3f04b4fc-13912402" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 610.850162ms + - id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/operations/operation-1712022339712-615134367f780-0d76f926-751d4bbc?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1712022339712-615134367f780-0d76f926-751d4bbc", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:45:39.759931615Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 233.482014ms + - id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712022339125-61513435f0267-a72260fc-8c678607?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"4956260286926871980","name":"operation-1712022339125-61513435f0267-a72260fc-8c678607","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud","targetId":"5881298583518895993","status":"RUNNING","user":"yuhou@google.com","progress":0,"insertTime":"2024-04-01T18:45:39.658-07:00","startTime":"2024-04-01T18:45:39.669-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712022339125-61513435f0267-a72260fc-8c678607"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 150.284866ms + - id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud", + "uid": "9eb72c18-d995-4562-ab2b-b0af283a106b", + "createTime": "2024-04-02T01:39:24.086156036Z", + "updateTime": "2024-04-02T01:45:29.215875265Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.68.0.8", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 126.574616ms + - id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712022339155-61513435f76a5-1d5b4190-8bc40e8a?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"8067252464042565036","name":"operation-1712022339155-61513435f76a5-1d5b4190-8bc40e8a","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-1kbjhjcgq43ud","targetId":"8260250019238960962","status":"RUNNING","user":"yuhou@google.com","progress":0,"insertTime":"2024-04-01T18:45:39.770-07:00","startTime":"2024-04-01T18:45:39.783-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712022339155-61513435f76a5-1d5b4190-8bc40e8a"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 157.490615ms + - id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712022339701-615134367cbe7-3f04b4fc-13912402?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"1090240974030298539","name":"operation-1712022339701-615134367cbe7-3f04b4fc-13912402","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud","targetId":"5881298583518895993","status":"RUNNING","user":"yuhou@google.com","progress":0,"insertTime":"2024-04-01T18:45:40.149-07:00","startTime":"2024-04-01T18:45:40.164-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712022339701-615134367cbe7-3f04b4fc-13912402"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 156.007615ms + - id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud", + "uid": "9140910b-6206-455c-8839-ae5b7b54283b", + "createTime": "2024-04-02T01:38:54.608589044Z", + "updateTime": "2024-04-02T01:45:03.716310361Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "primaryConfig": { + "secondaryClusterNames": [ + "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud" + ] + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:38:54.305388654Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 430.207798ms + - id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud", + "uid": "9eb72c18-d995-4562-ab2b-b0af283a106b", + "createTime": "2024-04-02T01:39:24.086156036Z", + "updateTime": "2024-04-02T01:45:29.215875265Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.68.0.8", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 94.965448ms + - id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud", + "uid": "9140910b-6206-455c-8839-ae5b7b54283b", + "createTime": "2024-04-02T01:38:54.608589044Z", + "updateTime": "2024-04-02T01:45:03.716310361Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "primaryConfig": { + "secondaryClusterNames": [ + "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud" + ] + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:38:54.305388654Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 91.498277ms + - id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712022339155-61513435f76a5-1d5b4190-8bc40e8a?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"8067252464042565036","name":"operation-1712022339155-61513435f76a5-1d5b4190-8bc40e8a","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-1kbjhjcgq43ud","targetId":"8260250019238960962","status":"DONE","user":"yuhou@google.com","progress":100,"insertTime":"2024-04-01T18:45:39.770-07:00","startTime":"2024-04-01T18:45:39.783-07:00","endTime":"2024-04-01T18:45:41.903-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712022339155-61513435f76a5-1d5b4190-8bc40e8a"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 156.438576ms + - id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/operations/operation-1712022339712-615134367f780-0d76f926-751d4bbc?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1712022339712-615134367f780-0d76f926-751d4bbc", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:45:39.759931615Z", + "endTime": "2024-04-02T01:45:58.305716645Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbcluster-2-1kbjhjcgq43ud", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 257.197412ms + - id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712022339125-61513435f0267-a72260fc-8c678607?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"4956260286926871980","name":"operation-1712022339125-61513435f0267-a72260fc-8c678607","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud","targetId":"5881298583518895993","status":"DONE","user":"yuhou@google.com","progress":100,"insertTime":"2024-04-01T18:45:39.658-07:00","startTime":"2024-04-01T18:45:39.669-07:00","endTime":"2024-04-01T18:45:59.450-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712022339125-61513435f0267-a72260fc-8c678607"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 134.897246ms + - id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712022339701-615134367cbe7-3f04b4fc-13912402?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"1090240974030298539","name":"operation-1712022339701-615134367cbe7-3f04b4fc-13912402","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-1kbjhjcgq43ud","targetId":"5881298583518895993","status":"DONE","user":"yuhou@google.com","progress":100,"insertTime":"2024-04-01T18:45:40.149-07:00","startTime":"2024-04-01T18:45:40.164-07:00","endTime":"2024-04-01T18:45:51.540-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712022339701-615134367cbe7-3f04b4fc-13912402"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 162.724076ms + - id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud", + "uid": "9eb72c18-d995-4562-ab2b-b0af283a106b", + "createTime": "2024-04-02T01:39:24.086156036Z", + "updateTime": "2024-04-02T01:45:29.215875265Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.68.0.8", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 120.680887ms + - id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712022366168-6151344fba42e-a98a7b94-170e460d", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:46:06.215789243Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 179.959405ms + - id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud", + "uid": "9140910b-6206-455c-8839-ae5b7b54283b", + "createTime": "2024-04-02T01:38:54.608589044Z", + "updateTime": "2024-04-02T01:45:55.850671396Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "primaryConfig": {}, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:38:54.305388654Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 105.019657ms + - id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712022366168-6151344fba42e-a98a7b94-170e460d?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712022366168-6151344fba42e-a98a7b94-170e460d", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:46:06.215789243Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 102.365816ms + - id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud", + "uid": "9140910b-6206-455c-8839-ae5b7b54283b", + "createTime": "2024-04-02T01:38:54.608589044Z", + "updateTime": "2024-04-02T01:45:55.850671396Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "primaryConfig": {}, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:38:54.305388654Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 101.133146ms + - id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud", + "uid": "9140910b-6206-455c-8839-ae5b7b54283b", + "createTime": "2024-04-02T01:38:54.608589044Z", + "updateTime": "2024-04-02T01:47:25.694444504Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "primaryConfig": {}, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:38:54.305388654Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 113.431926ms + - id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud", + "uid": "9140910b-6206-455c-8839-ae5b7b54283b", + "createTime": "2024-04-02T01:38:54.608589044Z", + "updateTime": "2024-04-02T01:47:25.694444504Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "primaryConfig": {}, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:38:54.305388654Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 475.303116ms + - id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712022366168-6151344fba42e-a98a7b94-170e460d?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712022366168-6151344fba42e-a98a7b94-170e460d", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:46:06.215789243Z", + "endTime": "2024-04-02T01:50:50.624047688Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud/instances/alloydbinstance-1kbjhjcgq43ud", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 107.768237ms + - id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud", + "uid": "9140910b-6206-455c-8839-ae5b7b54283b", + "createTime": "2024-04-02T01:38:54.608589044Z", + "updateTime": "2024-04-02T01:47:25.694444504Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "primaryConfig": {}, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T01:38:54.305388654Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-1kbjhjcgq43ud" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 453.211581ms + - id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712022705999-61513593d0d5a-e67d3dfc-25754c1a", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:51:46.012185582Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 126.910137ms + - id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712022705999-61513593d0d5a-e67d3dfc-25754c1a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712022705999-61513593d0d5a-e67d3dfc-25754c1a", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:51:46.012185582Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 428.948475ms + - id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712022705999-61513593d0d5a-e67d3dfc-25754c1a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712022705999-61513593d0d5a-e67d3dfc-25754c1a", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T01:51:46.012185582Z", + "endTime": "2024-04-02T01:52:02.108499205Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-1-1kbjhjcgq43ud", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 102.570465ms diff --git a/pkg/test/resourcefixture/testdata/vcr/cassette/TestAllInSeries_fixtures_computenodegroup.yaml b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_computenodegroup.yaml similarity index 100% rename from pkg/test/resourcefixture/testdata/vcr/cassette/TestAllInSeries_fixtures_computenodegroup.yaml rename to tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_computenodegroup.yaml diff --git a/pkg/test/resourcefixture/testdata/vcr/cassette/TestAllInSeries_fixtures_computenodetemplate.yaml b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_computenodetemplate.yaml similarity index 76% rename from pkg/test/resourcefixture/testdata/vcr/cassette/TestAllInSeries_fixtures_computenodetemplate.yaml rename to tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_computenodetemplate.yaml index b5ce97984b..e790d80db9 100644 --- a/pkg/test/resourcefixture/testdata/vcr/cassette/TestAllInSeries_fixtures_computenodetemplate.yaml +++ b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_computenodetemplate.yaml @@ -1,17 +1,3 @@ -# Copyright 2024 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - --- version: 2 interactions: @@ -45,17 +31,17 @@ interactions: body: | { "kind": "compute#operation", - "id": "8384382365164177958", - "name": "operation-1711584457349-614ad4f95580f-7d92979e-c0c0deef", + "id": "6539994838415957102", + "name": "operation-1711694465067-614c6ec8deb36-d11f083a-9fdabe20", "operationType": "compute.nodeTemplates.insert", "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/nodeTemplates/computenodetemplate-2avqvi66hp2d", - "targetId": "1988438877528459814", + "targetId": "8827554489678158958", "status": "RUNNING", "user": "user@google.com", "progress": 0, - "insertTime": "2024-03-27T17:07:37.672-07:00", - "startTime": "2024-03-27T17:07:37.712-07:00", - "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/operations/operation-1711584457349-614ad4f95580f-7d92979e-c0c0deef", + "insertTime": "2024-03-28T23:41:05.306-07:00", + "startTime": "2024-03-28T23:41:05.337-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/operations/operation-1711694465067-614c6ec8deb36-d11f083a-9fdabe20", "region": "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1" } headers: @@ -63,7 +49,7 @@ interactions: - application/json; charset=UTF-8 status: 200 OK code: 200 - duration: 503.333228ms + duration: 365.924774ms - id: 1 request: proto: HTTP/1.1 @@ -80,7 +66,7 @@ interactions: headers: X-Goog-Api-Client: - gl-go/1.21.5 gdcl/0.160.0 - url: https://compute.googleapis.com/compute/beta/projects/example-project/regions/us-central1/operations/operation-1711584457349-614ad4f95580f-7d92979e-c0c0deef?alt=json&prettyPrint=false + url: https://compute.googleapis.com/compute/beta/projects/example-project/regions/us-central1/operations/operation-1711694465067-614c6ec8deb36-d11f083a-9fdabe20?alt=json&prettyPrint=false method: GET response: proto: HTTP/2.0 @@ -90,13 +76,13 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"kind":"compute#operation","id":"8384382365164177958","name":"operation-1711584457349-614ad4f95580f-7d92979e-c0c0deef","operationType":"compute.nodeTemplates.insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/nodeTemplates/computenodetemplate-2avqvi66hp2d","targetId":"1988438877528459814","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-27T17:07:37.672-07:00","startTime":"2024-03-27T17:07:37.712-07:00","endTime":"2024-03-27T17:07:38.077-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/operations/operation-1711584457349-614ad4f95580f-7d92979e-c0c0deef","region":"https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1"}' + body: '{"kind":"compute#operation","id":"6539994838415957102","name":"operation-1711694465067-614c6ec8deb36-d11f083a-9fdabe20","operationType":"compute.nodeTemplates.insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/nodeTemplates/computenodetemplate-2avqvi66hp2d","targetId":"8827554489678158958","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T23:41:05.306-07:00","startTime":"2024-03-28T23:41:05.337-07:00","endTime":"2024-03-28T23:41:05.588-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/operations/operation-1711694465067-614c6ec8deb36-d11f083a-9fdabe20","region":"https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1"}' headers: Content-Type: - application/json; charset=UTF-8 status: 200 OK code: 200 - duration: 132.964901ms + duration: 151.829906ms - id: 2 request: proto: HTTP/1.1 @@ -126,14 +112,14 @@ interactions: body: | { "kind": "compute#nodeTemplate", - "id": "1988438877528459814", - "creationTimestamp": "2024-03-27T17:07:37.683-07:00", + "id": "8827554489678158958", + "creationTimestamp": "2024-03-28T23:41:05.314-07:00", "name": "computenodetemplate-2avqvi66hp2d", "description": "Node template for sole tenant nodes running in us-central1, with 96vCPUs and any amount of memory on any machine type.", "nodeAffinityLabels": { "memory_guarantee": "false", - "managed-by-cnrm": "true", - "cnrm-test": "true" + "cnrm-test": "true", + "managed-by-cnrm": "true" }, "status": "READY", "region": "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1", @@ -152,7 +138,7 @@ interactions: - application/json; charset=UTF-8 status: 200 OK code: 200 - duration: 110.104866ms + duration: 144.195068ms - id: 3 request: proto: HTTP/1.1 @@ -182,14 +168,14 @@ interactions: body: | { "kind": "compute#nodeTemplate", - "id": "1988438877528459814", - "creationTimestamp": "2024-03-27T17:07:37.683-07:00", + "id": "8827554489678158958", + "creationTimestamp": "2024-03-28T23:41:05.314-07:00", "name": "computenodetemplate-2avqvi66hp2d", "description": "Node template for sole tenant nodes running in us-central1, with 96vCPUs and any amount of memory on any machine type.", "nodeAffinityLabels": { "cnrm-test": "true", - "managed-by-cnrm": "true", - "memory_guarantee": "false" + "memory_guarantee": "false", + "managed-by-cnrm": "true" }, "status": "READY", "region": "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1", @@ -208,7 +194,7 @@ interactions: - application/json; charset=UTF-8 status: 200 OK code: 200 - duration: 137.374944ms + duration: 172.718424ms - id: 4 request: proto: HTTP/1.1 @@ -238,8 +224,8 @@ interactions: body: | { "kind": "compute#nodeTemplate", - "id": "1988438877528459814", - "creationTimestamp": "2024-03-27T17:07:37.683-07:00", + "id": "8827554489678158958", + "creationTimestamp": "2024-03-28T23:41:05.314-07:00", "name": "computenodetemplate-2avqvi66hp2d", "description": "Node template for sole tenant nodes running in us-central1, with 96vCPUs and any amount of memory on any machine type.", "nodeAffinityLabels": { @@ -264,7 +250,7 @@ interactions: - application/json; charset=UTF-8 status: 200 OK code: 200 - duration: 157.804199ms + duration: 161.359155ms - id: 5 request: proto: HTTP/1.1 @@ -294,17 +280,17 @@ interactions: body: | { "kind": "compute#operation", - "id": "1811968627070011939", - "name": "operation-1711584460266-614ad4fc1dd26-f04486e1-6b047212", + "id": "1282797363071278188", + "name": "operation-1711694467127-614c6ecad583c-1a202d27-0c663118", "operationType": "compute.nodeTemplates.delete", "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/nodeTemplates/computenodetemplate-2avqvi66hp2d", - "targetId": "1988438877528459814", + "targetId": "8827554489678158958", "status": "RUNNING", "user": "user@google.com", "progress": 0, - "insertTime": "2024-03-27T17:07:40.494-07:00", - "startTime": "2024-03-27T17:07:40.514-07:00", - "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/operations/operation-1711584460266-614ad4fc1dd26-f04486e1-6b047212", + "insertTime": "2024-03-28T23:41:07.363-07:00", + "startTime": "2024-03-28T23:41:07.386-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/operations/operation-1711694467127-614c6ecad583c-1a202d27-0c663118", "region": "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1" } headers: @@ -312,7 +298,7 @@ interactions: - application/json; charset=UTF-8 status: 200 OK code: 200 - duration: 344.070566ms + duration: 351.002797ms - id: 6 request: proto: HTTP/1.1 @@ -329,7 +315,7 @@ interactions: headers: X-Goog-Api-Client: - gl-go/1.21.5 gdcl/0.160.0 - url: https://compute.googleapis.com/compute/beta/projects/example-project/regions/us-central1/operations/operation-1711584460266-614ad4fc1dd26-f04486e1-6b047212?alt=json&prettyPrint=false + url: https://compute.googleapis.com/compute/beta/projects/example-project/regions/us-central1/operations/operation-1711694467127-614c6ecad583c-1a202d27-0c663118?alt=json&prettyPrint=false method: GET response: proto: HTTP/2.0 @@ -339,10 +325,10 @@ interactions: trailer: {} content_length: -1 uncompressed: true - body: '{"kind":"compute#operation","id":"1811968627070011939","name":"operation-1711584460266-614ad4fc1dd26-f04486e1-6b047212","operationType":"compute.nodeTemplates.delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/nodeTemplates/computenodetemplate-2avqvi66hp2d","targetId":"1988438877528459814","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-27T17:07:40.494-07:00","startTime":"2024-03-27T17:07:40.514-07:00","endTime":"2024-03-27T17:07:40.822-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/operations/operation-1711584460266-614ad4fc1dd26-f04486e1-6b047212","region":"https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1"}' + body: '{"kind":"compute#operation","id":"1282797363071278188","name":"operation-1711694467127-614c6ecad583c-1a202d27-0c663118","operationType":"compute.nodeTemplates.delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/nodeTemplates/computenodetemplate-2avqvi66hp2d","targetId":"8827554489678158958","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T23:41:07.363-07:00","startTime":"2024-03-28T23:41:07.386-07:00","endTime":"2024-03-28T23:41:07.714-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/operations/operation-1711694467127-614c6ecad583c-1a202d27-0c663118","region":"https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1"}' headers: Content-Type: - application/json; charset=UTF-8 status: 200 OK code: 200 - duration: 149.299712ms + duration: 122.148282ms diff --git a/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_databasealloydbuser.yaml b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_databasealloydbuser.yaml new file mode 100644 index 0000000000..2e410a0e73 --- /dev/null +++ b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_databasealloydbuser.yaml @@ -0,0 +1,4110 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 135 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"autoCreateSubnetworks":false,"name":"computenetwork-2zp4nziwygzyb","networkFirewallPolicyEnforcementOrder":"AFTER_CLASSIC_FIREWALL"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "4272850283402760368", + "name": "operation-1712041567413-61517bd77651b-eb427d71-524a3ed0", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb", + "targetId": "4948508742835900592", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-02T00:06:08.049-07:00", + "startTime": "2024-04-02T00:06:08.065-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712041567413-61517bd77651b-eb427d71-524a3ed0" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 890.280896ms + - id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712041567413-61517bd77651b-eb427d71-524a3ed0?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"4272850283402760368","name":"operation-1712041567413-61517bd77651b-eb427d71-524a3ed0","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb","targetId":"4948508742835900592","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-02T00:06:08.049-07:00","startTime":"2024-04-02T00:06:08.065-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712041567413-61517bd77651b-eb427d71-524a3ed0"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 179.487045ms + - id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712041567413-61517bd77651b-eb427d71-524a3ed0?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"4272850283402760368","name":"operation-1712041567413-61517bd77651b-eb427d71-524a3ed0","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb","targetId":"4948508742835900592","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-02T00:06:08.049-07:00","startTime":"2024-04-02T00:06:08.065-07:00","endTime":"2024-04-02T00:06:23.593-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712041567413-61517bd77651b-eb427d71-524a3ed0"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 183.435974ms + - id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "4948508742835900592", + "creationTimestamp": "2024-04-02T00:06:08.011-07:00", + "name": "computenetwork-2zp4nziwygzyb", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/4948508742835900592", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 148.936965ms + - id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "4948508742835900592", + "creationTimestamp": "2024-04-02T00:06:08.011-07:00", + "name": "computenetwork-2zp4nziwygzyb", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/4948508742835900592", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 153.674515ms + - id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 239 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"addressType":"INTERNAL","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"name":"computeaddress-2zp4nziwygzyb","network":"projects/example-project/global/networks/computenetwork-2zp4nziwygzyb","prefixLength":16,"purpose":"VPC_PEERING"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "357927003995115672", + "name": "operation-1712041590861-61517bedd2d3e-6e14271a-e3d6e801", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb", + "targetId": "3893935271978602648", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-02T00:06:31.406-07:00", + "startTime": "2024-04-02T00:06:31.419-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712041590861-61517bedd2d3e-6e14271a-e3d6e801" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 792.116366ms + - id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 216 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"clusterType":"PRIMARY","initialUser":{"password":"alloydb-pg"},"labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"networkConfig":{"network":"projects/example-project/global/networks/computenetwork-2zp4nziwygzyb"}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters?alt=json&clusterId=alloydbcluster-2zp4nziwygzyb + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712041591843-61517beec2b6c-36fb4c57-537e3fb3", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:06:31.958940625Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 570.387273ms + - id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712041590861-61517bedd2d3e-6e14271a-e3d6e801?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"357927003995115672","name":"operation-1712041590861-61517bedd2d3e-6e14271a-e3d6e801","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb","targetId":"3893935271978602648","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-02T00:06:31.406-07:00","startTime":"2024-04-02T00:06:31.419-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712041590861-61517bedd2d3e-6e14271a-e3d6e801"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 218.324174ms + - id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712041591843-61517beec2b6c-36fb4c57-537e3fb3?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712041591843-61517beec2b6c-36fb4c57-537e3fb3", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:06:31.958940625Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 431.780238ms + - id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712041590861-61517bedd2d3e-6e14271a-e3d6e801?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"357927003995115672","name":"operation-1712041590861-61517bedd2d3e-6e14271a-e3d6e801","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb","targetId":"3893935271978602648","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-02T00:06:31.406-07:00","startTime":"2024-04-02T00:06:31.419-07:00","endTime":"2024-04-02T00:06:34.295-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712041590861-61517bedd2d3e-6e14271a-e3d6e801"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 186.545105ms + - id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "3893935271978602648", + "creationTimestamp": "2024-04-02T00:06:31.369-07:00", + "name": "computeaddress-2zp4nziwygzyb", + "description": "", + "address": "10.203.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb", + "networkTier": "PREMIUM", + "labelFingerprint": "42WmSpB8rSM=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 255.501561ms + - id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712041591843-61517beec2b6c-36fb4c57-537e3fb3?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712041591843-61517beec2b6c-36fb4c57-537e3fb3", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:06:31.958940625Z", + "endTime": "2024-04-02T07:06:37.490789898Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Cluster", + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb", + "uid": "1671f44f-c14d-4b8f-b6d1-0da01ecbc5ea", + "createTime": "2024-04-02T07:06:31.954811746Z", + "updateTime": "2024-04-02T07:06:31.954811746Z", + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:06:31.848681534Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb" + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 436.554217ms + - id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 91 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"labelFingerprint":"42WmSpB8rSM=","labels":{"cnrm-test":"true","managed-by-cnrm":"true"}} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb/setLabels?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "5548596397997428843", + "name": "operation-1712041603771-61517bfa22c86-87ff2687-a2b363ed", + "operationType": "setLabels", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb", + "targetId": "3893935271978602648", + "status": "DONE", + "user": "user@google.com", + "progress": 100, + "insertTime": "2024-04-02T00:06:44.160-07:00", + "startTime": "2024-04-02T00:06:44.161-07:00", + "endTime": "2024-04-02T00:06:44.161-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712041603771-61517bfa22c86-87ff2687-a2b363ed" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 575.226362ms + - id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb", + "uid": "1671f44f-c14d-4b8f-b6d1-0da01ecbc5ea", + "createTime": "2024-04-02T07:06:31.954811746Z", + "updateTime": "2024-04-02T07:06:37.504730807Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:06:31.848681534Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 445.681157ms + - id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "3893935271978602648", + "creationTimestamp": "2024-04-02T00:06:31.369-07:00", + "name": "computeaddress-2zp4nziwygzyb", + "description": "", + "address": "10.203.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 213.595063ms + - id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=91 + status: 200 OK + code: 200 + duration: 98.216537ms + - id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "3893935271978602648", + "creationTimestamp": "2024-04-02T00:06:31.369-07:00", + "name": "computeaddress-2zp4nziwygzyb", + "description": "", + "address": "10.203.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 271.812471ms + - id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb", + "uid": "1671f44f-c14d-4b8f-b6d1-0da01ecbc5ea", + "createTime": "2024-04-02T07:06:31.954811746Z", + "updateTime": "2024-04-02T07:06:37.504730807Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:06:31.848681534Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 442.966726ms + - id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-2zp4nziwygzyb&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 236.547433ms + - id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=104 + status: 200 OK + code: 200 + duration: 105.326367ms + - id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 138 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"network":"projects/123456789/global/networks/computenetwork-2zp4nziwygzyb","reservedPeeringRanges":["computeaddress-2zp4nziwygzyb"]} + form: {} + headers: + Content-Type: + - application/json + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections/-?alt=json&force=true&prettyPrint=false&updateMask=reservedPeeringRanges + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-856ee9ef-2b47-4a9d-9466-9d070be9d352"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 468.188615ms + - id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 143 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"availabilityType":"REGIONAL","instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances?alt=json&instanceId=alloydbinstance-2zp4nziwygzyb + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712041606520-61517bfcc1d9b-75614cb5-553a0076", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:06:46.864353620Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 800.161016ms + - id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-123456789-856ee9ef-2b47-4a9d-9466-9d070be9d352?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-856ee9ef-2b47-4a9d-9466-9d070be9d352"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 135.904116ms + - id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712041606520-61517bfcc1d9b-75614cb5-553a0076?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712041606520-61517bfcc1d9b-75614cb5-553a0076", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:06:46.864353620Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 379.345789ms + - id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712041606520-61517bfcc1d9b-75614cb5-553a0076?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712041606520-61517bfcc1d9b-75614cb5-553a0076", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:06:46.864353620Z", + "endTime": "2024-04-02T07:06:56.656650441Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork-2zp4nziwygzyb\": service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb", + "description": "service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "a6566b05f96f4051" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "a6566b05f96f4051" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 394.191327ms + - id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 143 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"availabilityType":"REGIONAL","instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances?alt=json&instanceId=alloydbinstance-2zp4nziwygzyb + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712041622187-61517c0bb2cf7-d575ab20-6f2e42ef", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:07:02.271407890Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 237.637532ms + - id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712041622187-61517c0bb2cf7-d575ab20-6f2e42ef?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712041622187-61517c0bb2cf7-d575ab20-6f2e42ef", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:07:02.271407890Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 92.527847ms + - id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712041622187-61517c0bb2cf7-d575ab20-6f2e42ef?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712041622187-61517c0bb2cf7-d575ab20-6f2e42ef", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:07:02.271407890Z", + "endTime": "2024-04-02T07:07:11.072220671Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork-2zp4nziwygzyb\": service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb", + "description": "service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "fc2f16c691df8138" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "fc2f16c691df8138" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 82.364258ms + - id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 143 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"availabilityType":"REGIONAL","instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances?alt=json&instanceId=alloydbinstance-2zp4nziwygzyb + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712041637265-61517c1a141c3-005d6241-3c6b6b98", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:07:17.432574138Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 320.26861ms + - id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712041637265-61517c1a141c3-005d6241-3c6b6b98?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712041637265-61517c1a141c3-005d6241-3c6b6b98", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:07:17.432574138Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 94.125346ms + - id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-123456789-856ee9ef-2b47-4a9d-9466-9d070be9d352?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-856ee9ef-2b47-4a9d-9466-9d070be9d352","done":true,"response":{"@type":"type.googleapis.com/google.cloud.servicenetworking.v1.Connection","network":"projects/123456789/global/networks/computenetwork-2zp4nziwygzyb","reservedPeeringRanges":["computeaddress-2zp4nziwygzyb"],"peering":"servicenetworking-googleapis-com"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 79.081827ms + - id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=105 + status: 200 OK + code: 200 + duration: 107.508667ms + - id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-2zp4nziwygzyb&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork-2zp4nziwygzyb","reservedPeeringRanges":["computeaddress-2zp4nziwygzyb"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 242.205142ms + - id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "4948508742835900592", + "creationTimestamp": "2024-04-02T00:06:08.011-07:00", + "name": "computenetwork-2zp4nziwygzyb", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/4948508742835900592", + "autoCreateSubnetworks": false, + "peerings": [ + { + "name": "servicenetworking-googleapis-com", + "network": "https://www.googleapis.com/compute/beta/projects/m3c56f1b79b50b19fp-tp/global/networks/servicenetworking", + "state": "ACTIVE", + "stateDetails": "[2024-04-02T00:07:58.263-07:00]: Connected.", + "autoCreateRoutes": true, + "exportCustomRoutes": false, + "importCustomRoutes": false, + "exchangeSubnetRoutes": true, + "exportSubnetRoutesWithPublicIp": false, + "importSubnetRoutesWithPublicIp": false, + "stackType": "IPV4_ONLY" + } + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 171.165402ms + - id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "3893935271978602648", + "creationTimestamp": "2024-04-02T00:06:31.369-07:00", + "name": "computeaddress-2zp4nziwygzyb", + "description": "", + "address": "10.203.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 218.77013ms + - id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb", + "uid": "1671f44f-c14d-4b8f-b6d1-0da01ecbc5ea", + "createTime": "2024-04-02T07:06:31.954811746Z", + "updateTime": "2024-04-02T07:10:15.757596344Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:06:31.848681534Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 146.184493ms + - id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712041637265-61517c1a141c3-005d6241-3c6b6b98?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712041637265-61517c1a141c3-005d6241-3c6b6b98", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:07:17.432574138Z", + "endTime": "2024-04-02T07:14:11.494021176Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Instance", + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb", + "uid": "581d6d6c-0511-42e1-a5e5-53ae0356cb46", + "createTime": "2024-04-02T07:07:17.426650584Z", + "updateTime": "2024-04-02T07:07:17.426650584Z", + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.203.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west2-a" + }, + "nodes": [ + { + "zoneId": "us-west2-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 121.460334ms + - id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb", + "uid": "581d6d6c-0511-42e1-a5e5-53ae0356cb46", + "createTime": "2024-04-02T07:07:17.426650584Z", + "updateTime": "2024-04-02T07:14:11.514627852Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.203.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west2-a" + }, + "nodes": [ + { + "zoneId": "us-west2-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 390.93292ms + - id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb", + "uid": "581d6d6c-0511-42e1-a5e5-53ae0356cb46", + "createTime": "2024-04-02T07:07:17.426650584Z", + "updateTime": "2024-04-02T07:14:11.514627852Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.203.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west2-a" + }, + "nodes": [ + { + "zoneId": "us-west2-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 145.714502ms + - id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=103 + status: 200 OK + code: 200 + duration: 114.043235ms + - id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-2zp4nziwygzyb&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork-2zp4nziwygzyb","reservedPeeringRanges":["computeaddress-2zp4nziwygzyb"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 261.599826ms + - id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 108 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"databaseRoles":["pg_monitor","pg_signal_backend"],"password":"pg-built-in","userType":"ALLOYDB_BUILT_IN"} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/users?alt=json&userId=alloydbuser-2zp4nziwygzyb + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/users/alloydbuser-2zp4nziwygzyb", + "databaseRoles": [ + "pg_monitor", + "pg_signal_backend" + ], + "userType": "ALLOYDB_BUILT_IN" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 930.58555ms + - id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/users/alloydbuser-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/users/alloydbuser-2zp4nziwygzyb", + "databaseRoles": [ + "pg_monitor", + "pg_signal_backend" + ], + "userType": "ALLOYDB_BUILT_IN" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 549.560581ms + - id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/users/alloydbuser-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/users/alloydbuser-2zp4nziwygzyb", + "databaseRoles": [ + "pg_monitor", + "pg_signal_backend" + ], + "userType": "ALLOYDB_BUILT_IN" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 785.745158ms + - id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/users/alloydbuser-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/users/alloydbuser-2zp4nziwygzyb", + "databaseRoles": [ + "pg_monitor", + "pg_signal_backend" + ], + "userType": "ALLOYDB_BUILT_IN" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 603.284398ms + - id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 112 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"databaseRoles":["pg_monitor","pg_signal_backend"],"password":"pg-built-in-mod","userType":"ALLOYDB_BUILT_IN"} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/users?alt=json&userId=alloydbuser-2zp4nziwygzyb + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/users/alloydbuser-2zp4nziwygzyb", + "databaseRoles": [ + "pg_monitor", + "pg_signal_backend" + ], + "userType": "ALLOYDB_BUILT_IN" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 587.601149ms + - id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/users/alloydbuser-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/users/alloydbuser-2zp4nziwygzyb", + "databaseRoles": [ + "pg_monitor", + "pg_signal_backend" + ], + "userType": "ALLOYDB_BUILT_IN" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 493.568614ms + - id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=101 + status: 200 OK + code: 200 + duration: 104.966384ms + - id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb", + "uid": "1671f44f-c14d-4b8f-b6d1-0da01ecbc5ea", + "createTime": "2024-04-02T07:06:31.954811746Z", + "updateTime": "2024-04-02T07:14:08.475073797Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:06:31.848681534Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 135.403023ms + - id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "4948508742835900592", + "creationTimestamp": "2024-04-02T00:06:08.011-07:00", + "name": "computenetwork-2zp4nziwygzyb", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/4948508742835900592", + "autoCreateSubnetworks": false, + "peerings": [ + { + "name": "servicenetworking-googleapis-com", + "network": "https://www.googleapis.com/compute/beta/projects/m3c56f1b79b50b19fp-tp/global/networks/servicenetworking", + "state": "ACTIVE", + "stateDetails": "[2024-04-02T00:07:58.263-07:00]: Connected.", + "autoCreateRoutes": true, + "exportCustomRoutes": false, + "importCustomRoutes": false, + "exchangeSubnetRoutes": true, + "exportSubnetRoutesWithPublicIp": false, + "importSubnetRoutesWithPublicIp": false, + "stackType": "IPV4_ONLY" + } + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 169.445291ms + - id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb", + "uid": "581d6d6c-0511-42e1-a5e5-53ae0356cb46", + "createTime": "2024-04-02T07:07:17.426650584Z", + "updateTime": "2024-04-02T07:15:05.860001266Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.203.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west2-a" + }, + "nodes": [ + { + "zoneId": "us-west2-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 140.134003ms + - id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "3893935271978602648", + "creationTimestamp": "2024-04-02T00:06:31.369-07:00", + "name": "computeaddress-2zp4nziwygzyb", + "description": "", + "address": "10.203.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 212.398058ms + - id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/users/alloydbuser-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/users/alloydbuser-2zp4nziwygzyb", + "databaseRoles": [ + "pg_monitor", + "pg_signal_backend" + ], + "userType": "ALLOYDB_BUILT_IN" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 443.358447ms + - id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712042108366-61517ddb5af87-90d5575e-2d59049c", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:15:08.415747122Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 171.69509ms + - id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-2zp4nziwygzyb&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork-2zp4nziwygzyb","reservedPeeringRanges":["computeaddress-2zp4nziwygzyb"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 269.576656ms + - id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712042108366-61517ddb5af87-90d5575e-2d59049c?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712042108366-61517ddb5af87-90d5575e-2d59049c", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:15:08.415747122Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 80.889836ms + - id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=69 + status: 200 OK + code: 200 + duration: 70.974117ms + - id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "1243727050601533075", + "name": "operation-1712042108320-61517ddb4fad3-f3ae74f4-dbd29a66", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb", + "targetId": "4948508742835900592", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-02T00:15:08.748-07:00", + "startTime": "2024-04-02T00:15:08.761-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042108320-61517ddb4fad3-f3ae74f4-dbd29a66" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 581.108269ms + - id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "2589258463836507795", + "name": "operation-1712042108418-61517ddb677fe-870c8c50-909a9134", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb", + "targetId": "3893935271978602648", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-02T00:15:09.015-07:00", + "startTime": "2024-04-02T00:15:09.036-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042108418-61517ddb677fe-870c8c50-909a9134" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 869.992423ms + - id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042108320-61517ddb4fad3-f3ae74f4-dbd29a66?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"1243727050601533075","name":"operation-1712042108320-61517ddb4fad3-f3ae74f4-dbd29a66","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb","targetId":"4948508742835900592","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-02T00:15:08.748-07:00","startTime":"2024-04-02T00:15:08.761-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042108320-61517ddb4fad3-f3ae74f4-dbd29a66"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 139.745462ms + - id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 44 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"name":"servicenetworking-googleapis-com"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/123456789/global/networks/computenetwork-2zp4nziwygzyb/removePeering?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "660514296176184978", + "name": "operation-1712042108890-61517ddbdaeed-4c83951c-32f6eab0", + "operationType": "removePeering", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb", + "targetId": "4948508742835900592", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-02T00:15:09.429-07:00", + "startTime": "2024-04-02T00:15:09.448-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042108890-61517ddbdaeed-4c83951c-32f6eab0" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 802.425656ms + - id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb", + "uid": "1671f44f-c14d-4b8f-b6d1-0da01ecbc5ea", + "createTime": "2024-04-02T07:06:31.954811746Z", + "updateTime": "2024-04-02T07:14:08.475073797Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:06:31.848681534Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 139.816452ms + - id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042108418-61517ddb677fe-870c8c50-909a9134?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"2589258463836507795","name":"operation-1712042108418-61517ddb677fe-870c8c50-909a9134","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb","targetId":"3893935271978602648","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-02T00:15:09.015-07:00","startTime":"2024-04-02T00:15:09.036-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042108418-61517ddb677fe-870c8c50-909a9134"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 143.997792ms + - id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042108890-61517ddbdaeed-4c83951c-32f6eab0?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"660514296176184978","name":"operation-1712042108890-61517ddbdaeed-4c83951c-32f6eab0","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb","targetId":"4948508742835900592","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-02T00:15:09.429-07:00","startTime":"2024-04-02T00:15:09.448-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042108890-61517ddbdaeed-4c83951c-32f6eab0"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 133.521933ms + - id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb", + "uid": "1671f44f-c14d-4b8f-b6d1-0da01ecbc5ea", + "createTime": "2024-04-02T07:06:31.954811746Z", + "updateTime": "2024-04-02T07:14:08.475073797Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:06:31.848681534Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 83.601045ms + - id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042108418-61517ddb677fe-870c8c50-909a9134?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"2589258463836507795","name":"operation-1712042108418-61517ddb677fe-870c8c50-909a9134","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-2zp4nziwygzyb","targetId":"3893935271978602648","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-02T00:15:09.015-07:00","startTime":"2024-04-02T00:15:09.036-07:00","endTime":"2024-04-02T00:15:12.436-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042108418-61517ddb677fe-870c8c50-909a9134"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 141.977602ms + - id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042108320-61517ddb4fad3-f3ae74f4-dbd29a66?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"1243727050601533075","name":"operation-1712042108320-61517ddb4fad3-f3ae74f4-dbd29a66","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb","targetId":"4948508742835900592","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-02T00:15:08.748-07:00","startTime":"2024-04-02T00:15:08.761-07:00","endTime":"2024-04-02T00:15:26.738-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042108320-61517ddb4fad3-f3ae74f4-dbd29a66"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 158.613692ms + - id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042108890-61517ddbdaeed-4c83951c-32f6eab0?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"660514296176184978","name":"operation-1712042108890-61517ddbdaeed-4c83951c-32f6eab0","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-2zp4nziwygzyb","targetId":"4948508742835900592","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-02T00:15:09.429-07:00","startTime":"2024-04-02T00:15:09.448-07:00","endTime":"2024-04-02T00:15:21.484-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042108890-61517ddbdaeed-4c83951c-32f6eab0"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 110.378934ms + - id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb", + "uid": "1671f44f-c14d-4b8f-b6d1-0da01ecbc5ea", + "createTime": "2024-04-02T07:06:31.954811746Z", + "updateTime": "2024-04-02T07:14:08.475073797Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:06:31.848681534Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 85.838746ms + - id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb", + "uid": "1671f44f-c14d-4b8f-b6d1-0da01ecbc5ea", + "createTime": "2024-04-02T07:06:31.954811746Z", + "updateTime": "2024-04-02T07:14:08.475073797Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:06:31.848681534Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 127.892594ms + - id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb", + "uid": "1671f44f-c14d-4b8f-b6d1-0da01ecbc5ea", + "createTime": "2024-04-02T07:06:31.954811746Z", + "updateTime": "2024-04-02T07:14:08.475073797Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:06:31.848681534Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 137.973482ms + - id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb", + "uid": "1671f44f-c14d-4b8f-b6d1-0da01ecbc5ea", + "createTime": "2024-04-02T07:06:31.954811746Z", + "updateTime": "2024-04-02T07:14:08.475073797Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:06:31.848681534Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 139.495412ms + - id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712042108366-61517ddb5af87-90d5575e-2d59049c?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712042108366-61517ddb5af87-90d5575e-2d59049c", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:15:08.415747122Z", + "endTime": "2024-04-02T07:19:28.527164030Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb/instances/alloydbinstance-2zp4nziwygzyb", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 76.521145ms + - id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb", + "uid": "1671f44f-c14d-4b8f-b6d1-0da01ecbc5ea", + "createTime": "2024-04-02T07:06:31.954811746Z", + "updateTime": "2024-04-02T07:14:08.475073797Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:06:31.848681534Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-2zp4nziwygzyb" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 433.018333ms + - id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712042474250-61517f3849f2f-24667871-157f5a62", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:21:14.260744260Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 477.073701ms + - id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712042474250-61517f3849f2f-24667871-157f5a62?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712042474250-61517f3849f2f-24667871-157f5a62", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:21:14.260744260Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 429.155094ms + - id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712042474250-61517f3849f2f-24667871-157f5a62?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712042474250-61517f3849f2f-24667871-157f5a62", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:21:14.260744260Z", + "endTime": "2024-04-02T07:21:30.685259328Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-2zp4nziwygzyb", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 369.347887ms diff --git a/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_fullalloydbbackup.yaml b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_fullalloydbbackup.yaml new file mode 100644 index 0000000000..54a0c2e95f --- /dev/null +++ b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_fullalloydbbackup.yaml @@ -0,0 +1,4955 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a", + "createTime": "2024-03-28T19:14:06.564134984Z" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 120.364355ms + - id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a", + "createTime": "2024-03-28T19:14:06.564134984Z" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 58.491113ms + - id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a/cryptoKeys/kmscryptokey-315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a/cryptoKeys/kmscryptokey-315j6cucha58a", + "primary": { + "name": "projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a/cryptoKeys/kmscryptokey-315j6cucha58a/cryptoKeyVersions/1", + "state": "DESTROY_SCHEDULED", + "createTime": "2024-03-28T19:14:06.985081208Z", + "destroyTime": "2024-04-27T19:22:46.612153Z", + "protectionLevel": "SOFTWARE", + "algorithm": "GOOGLE_SYMMETRIC_ENCRYPTION", + "generateTime": "2024-03-28T19:14:06.985081208Z" + }, + "purpose": "ENCRYPT_DECRYPT", + "createTime": "2024-03-28T19:14:06.985081208Z", + "labels": { + "key-one": "value-one", + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "versionTemplate": { + "protectionLevel": "SOFTWARE", + "algorithm": "GOOGLE_SYMMETRIC_ENCRYPTION" + }, + "destroyScheduledDuration": "2592000s" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 63.539612ms + - id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a/cryptoKeys/kmscryptokey-315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a/cryptoKeys/kmscryptokey-315j6cucha58a", + "primary": { + "name": "projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a/cryptoKeys/kmscryptokey-315j6cucha58a/cryptoKeyVersions/1", + "state": "DESTROY_SCHEDULED", + "createTime": "2024-03-28T19:14:06.985081208Z", + "destroyTime": "2024-04-27T19:22:46.612153Z", + "protectionLevel": "SOFTWARE", + "algorithm": "GOOGLE_SYMMETRIC_ENCRYPTION", + "generateTime": "2024-03-28T19:14:06.985081208Z" + }, + "purpose": "ENCRYPT_DECRYPT", + "createTime": "2024-03-28T19:14:06.985081208Z", + "labels": { + "managed-by-cnrm": "true", + "key-one": "value-one", + "cnrm-test": "true" + }, + "versionTemplate": { + "protectionLevel": "SOFTWARE", + "algorithm": "GOOGLE_SYMMETRIC_ENCRYPTION" + }, + "destroyScheduledDuration": "2592000s" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 58.905893ms + - id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 198 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"clusterType":"PRIMARY","initialUser":{"password":"alloydb-pg"},"labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"network":"projects/example-project/global/networks/computenetwork-315j6cucha58a"} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters?alt=json&clusterId=alloydbcluster315j6cucha58a + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024431298-61513c0130629-1793e84a-9197fc28", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:20:31.428308587Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 207.001594ms + - id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: serviceusage.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://serviceusage.googleapis.com/v1beta1/projects/example-project/services/alloydb.googleapis.com:generateServiceIdentity?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "operations/finished.DONE_OPERATION", + "done": true, + "response": { + "@type": "type.googleapis.com/google.api.serviceusage.v1beta1.ServiceIdentity", + "email": "service-123456789@gcp-sa-alloydb.iam.gserviceaccount.com", + "uniqueId": "112468406547631776081" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 430.471866ms + - id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a/cryptoKeys/kmscryptokey-315j6cucha58a:getIamPolicy?alt=json&options.requestedPolicyVersion=3&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"version":1,"etag":"BwYVA7F32JA=","bindings":[{"role":"roles/cloudkms.cryptoKeyEncrypterDecrypter","members":["serviceAccount:service-123456789@gcp-sa-alloydb.iam.gserviceaccount.com"]},{"role":"roles/cloudkms.cryptoKeyEncrypterDecrypterViaDelegation","members":["serviceAccount:service-123456789@gcp-sa-alloydb.iam.gserviceaccount.com"]}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 165.729979ms + - id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1712024431298-61513c0130629-1793e84a-9197fc28?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024431298-61513c0130629-1793e84a-9197fc28", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:20:31.428308587Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 55.215353ms + - id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a/cryptoKeys/kmscryptokey-315j6cucha58a:getIamPolicy?alt=json&options.requestedPolicyVersion=3&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"version":1,"etag":"BwYVA7F32JA=","bindings":[{"role":"roles/cloudkms.cryptoKeyEncrypterDecrypter","members":["serviceAccount:service-123456789@gcp-sa-alloydb.iam.gserviceaccount.com"]},{"role":"roles/cloudkms.cryptoKeyEncrypterDecrypterViaDelegation","members":["serviceAccount:service-123456789@gcp-sa-alloydb.iam.gserviceaccount.com"]}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 123.653125ms + - id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 135 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"autoCreateSubnetworks":false,"name":"computenetwork-315j6cucha58a","networkFirewallPolicyEnforcementOrder":"AFTER_CLASSIC_FIREWALL"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "6670122520599254431", + "name": "operation-1712024431389-61513c0146bcc-5de58e2f-23880be0", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a", + "targetId": "9223007775186408863", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T19:20:32.852-07:00", + "startTime": "2024-04-01T19:20:32.862-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024431389-61513c0146bcc-5de58e2f-23880be0" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 1.635101556s + - id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024431389-61513c0146bcc-5de58e2f-23880be0?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"6670122520599254431","name":"operation-1712024431389-61513c0146bcc-5de58e2f-23880be0","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a","targetId":"9223007775186408863","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T19:20:32.852-07:00","startTime":"2024-04-01T19:20:32.862-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024431389-61513c0146bcc-5de58e2f-23880be0"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 135.947873ms + - id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1712024431298-61513c0130629-1793e84a-9197fc28?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024431298-61513c0130629-1793e84a-9197fc28", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:20:31.428308587Z", + "endTime": "2024-04-02T02:20:37.043427531Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Cluster", + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "uid": "085bcd79-7692-43eb-8d55-e22fb27f9546", + "createTime": "2024-04-02T02:20:31.424913732Z", + "updateTime": "2024-04-02T02:20:31.424913732Z", + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T02:20:31.303972807Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a" + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 64.049382ms + - id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "uid": "085bcd79-7692-43eb-8d55-e22fb27f9546", + "createTime": "2024-04-02T02:20:31.424913732Z", + "updateTime": "2024-04-02T02:20:37.061312444Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T02:20:31.303972807Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 71.867371ms + - id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "uid": "085bcd79-7692-43eb-8d55-e22fb27f9546", + "createTime": "2024-04-02T02:20:31.424913732Z", + "updateTime": "2024-04-02T02:20:37.061312444Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T02:20:31.303972807Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 22.731507ms + - id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances?alt=json&instanceId=alloydbinstance315j6cucha58a + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024442233-61513c0b9e41a-1ff74fd8-82131201", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:20:42.322389080Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 166.620789ms + - id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1712024442233-61513c0b9e41a-1ff74fd8-82131201?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024442233-61513c0b9e41a-1ff74fd8-82131201", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:20:42.322389080Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 26.551447ms + - id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1712024442233-61513c0b9e41a-1ff74fd8-82131201?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024442233-61513c0b9e41a-1ff74fd8-82131201", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:20:42.322389080Z", + "endTime": "2024-04-02T02:20:50.278411618Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork-315j6cucha58a\": service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork-315j6cucha58a", + "description": "service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "6ab2c33f62067081" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "6ab2c33f62067081" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 70.379702ms + - id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances?alt=json&instanceId=alloydbinstance315j6cucha58a + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024454846-61513c17a589b-f98a7a3c-a98ebe54", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:20:54.930281656Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 131.637094ms + - id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1712024454846-61513c17a589b-f98a7a3c-a98ebe54?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024454846-61513c17a589b-f98a7a3c-a98ebe54", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:20:54.930281656Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 36.903265ms + - id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024431389-61513c0146bcc-5de58e2f-23880be0?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"6670122520599254431","name":"operation-1712024431389-61513c0146bcc-5de58e2f-23880be0","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a","targetId":"9223007775186408863","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T19:20:32.852-07:00","startTime":"2024-04-01T19:20:32.862-07:00","endTime":"2024-04-01T19:20:55.274-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024431389-61513c0146bcc-5de58e2f-23880be0"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 205.438075ms + - id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "9223007775186408863", + "creationTimestamp": "2024-04-01T19:20:32.839-07:00", + "name": "computenetwork-315j6cucha58a", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/9223007775186408863", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 149.446291ms + - id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "9223007775186408863", + "creationTimestamp": "2024-04-01T19:20:32.839-07:00", + "name": "computenetwork-315j6cucha58a", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/9223007775186408863", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 294.630224ms + - id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 238 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"addressType":"INTERNAL","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"name":"computeaddress315j6cucha58a","network":"projects/example-project/global/networks/computenetwork-315j6cucha58a","prefixLength":16,"purpose":"VPC_PEERING"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "3025240344945415527", + "name": "operation-1712024456301-61513c1908a6e-fa96ee7d-9ecfce25", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a", + "targetId": "2500687304661063015", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T19:20:56.724-07:00", + "startTime": "2024-04-01T19:20:56.733-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024456301-61513c1908a6e-fa96ee7d-9ecfce25" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 583.056908ms + - id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024456301-61513c1908a6e-fa96ee7d-9ecfce25?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"3025240344945415527","name":"operation-1712024456301-61513c1908a6e-fa96ee7d-9ecfce25","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a","targetId":"2500687304661063015","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T19:20:56.724-07:00","startTime":"2024-04-01T19:20:56.733-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024456301-61513c1908a6e-fa96ee7d-9ecfce25"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 250.508959ms + - id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1712024454846-61513c17a589b-f98a7a3c-a98ebe54?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024454846-61513c17a589b-f98a7a3c-a98ebe54", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:20:54.930281656Z", + "endTime": "2024-04-02T02:21:03.566815032Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork-315j6cucha58a\": service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork-315j6cucha58a", + "description": "service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "b4b53be9d7d07e38" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "b4b53be9d7d07e38" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 37.636445ms + - id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024456301-61513c1908a6e-fa96ee7d-9ecfce25?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"3025240344945415527","name":"operation-1712024456301-61513c1908a6e-fa96ee7d-9ecfce25","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a","targetId":"2500687304661063015","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T19:20:56.724-07:00","startTime":"2024-04-01T19:20:56.733-07:00","endTime":"2024-04-01T19:20:58.077-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024456301-61513c1908a6e-fa96ee7d-9ecfce25"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 137.979324ms + - id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "2500687304661063015", + "creationTimestamp": "2024-04-01T19:20:56.720-07:00", + "name": "computeaddress315j6cucha58a", + "description": "", + "address": "10.58.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a", + "networkTier": "PREMIUM", + "labelFingerprint": "42WmSpB8rSM=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 260.167898ms + - id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 91 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"labelFingerprint":"42WmSpB8rSM=","labels":{"cnrm-test":"true","managed-by-cnrm":"true"}} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a/setLabels?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "2654945345769231738", + "name": "operation-1712024468769-61513c24ecb68-5eab5dbe-9c4d2a46", + "operationType": "setLabels", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a", + "targetId": "2500687304661063015", + "status": "DONE", + "user": "user@google.com", + "progress": 100, + "insertTime": "2024-04-01T19:21:09.248-07:00", + "startTime": "2024-04-01T19:21:09.249-07:00", + "endTime": "2024-04-01T19:21:09.249-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024468769-61513c24ecb68-5eab5dbe-9c4d2a46" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 652.876109ms + - id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances?alt=json&instanceId=alloydbinstance315j6cucha58a + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024469432-61513c258e975-b659ba08-902d6f0f", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:21:09.543195535Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 182.622017ms + - id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1712024469432-61513c258e975-b659ba08-902d6f0f?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024469432-61513c258e975-b659ba08-902d6f0f", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:21:09.543195535Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 40.951464ms + - id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "2500687304661063015", + "creationTimestamp": "2024-04-01T19:20:56.720-07:00", + "name": "computeaddress315j6cucha58a", + "description": "", + "address": "10.58.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 263.410407ms + - id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=87 + status: 200 OK + code: 200 + duration: 95.858378ms + - id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "2500687304661063015", + "creationTimestamp": "2024-04-01T19:20:56.720-07:00", + "name": "computeaddress315j6cucha58a", + "description": "", + "address": "10.58.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 284.374845ms + - id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-315j6cucha58a&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 327.617989ms + - id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=95 + status: 200 OK + code: 200 + duration: 99.937148ms + - id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 137 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"network":"projects/123456789/global/networks/computenetwork-315j6cucha58a","reservedPeeringRanges":["computeaddress315j6cucha58a"]} + form: {} + headers: + Content-Type: + - application/json + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections/-?alt=json&force=true&prettyPrint=false&updateMask=reservedPeeringRanges + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-b69b7a66-7f2b-4488-a646-bf7dcf85c5e4"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 440.363926ms + - id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-123456789-b69b7a66-7f2b-4488-a646-bf7dcf85c5e4?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-b69b7a66-7f2b-4488-a646-bf7dcf85c5e4"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 110.613216ms + - id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1712024469432-61513c258e975-b659ba08-902d6f0f?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024469432-61513c258e975-b659ba08-902d6f0f", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:21:09.543195535Z", + "endTime": "2024-04-02T02:21:17.473671259Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork-315j6cucha58a\": service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork-315j6cucha58a", + "description": "service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "7e36fdbee2ce78d6" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "7e36fdbee2ce78d6" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 56.843623ms + - id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances?alt=json&instanceId=alloydbinstance315j6cucha58a + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024488097-61513c375b891-6de0a740-03e7a7e6", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:21:28.206819231Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 168.193089ms + - id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1712024488097-61513c375b891-6de0a740-03e7a7e6?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024488097-61513c375b891-6de0a740-03e7a7e6", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:21:28.206819231Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 35.580045ms + - id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-123456789-b69b7a66-7f2b-4488-a646-bf7dcf85c5e4?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-b69b7a66-7f2b-4488-a646-bf7dcf85c5e4","done":true,"response":{"@type":"type.googleapis.com/google.cloud.servicenetworking.v1.Connection","network":"projects/123456789/global/networks/computenetwork-315j6cucha58a","reservedPeeringRanges":["computeaddress315j6cucha58a"],"peering":"servicenetworking-googleapis-com"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 120.860056ms + - id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=104 + status: 200 OK + code: 200 + duration: 106.840267ms + - id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-315j6cucha58a&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork-315j6cucha58a","reservedPeeringRanges":["computeaddress315j6cucha58a"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 208.098984ms + - id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=96 + status: 200 OK + code: 200 + duration: 105.994636ms + - id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-315j6cucha58a&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork-315j6cucha58a","reservedPeeringRanges":["computeaddress315j6cucha58a"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 244.614573ms + - id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "uid": "085bcd79-7692-43eb-8d55-e22fb27f9546", + "createTime": "2024-04-02T02:20:31.424913732Z", + "updateTime": "2024-04-02T02:21:29.452926669Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T02:20:31.303972807Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 52.414953ms + - id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "2500687304661063015", + "creationTimestamp": "2024-04-01T19:20:56.720-07:00", + "name": "computeaddress315j6cucha58a", + "description": "", + "address": "10.58.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 228.883289ms + - id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a", + "createTime": "2024-03-28T19:14:06.564134984Z" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 65.216368ms + - id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1712024488097-61513c375b891-6de0a740-03e7a7e6?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024488097-61513c375b891-6de0a740-03e7a7e6", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:21:28.206819231Z", + "endTime": "2024-04-02T02:27:10.026498771Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Instance", + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "uid": "681e37c0-a116-4c8f-89d7-59f0731eed30", + "createTime": "2024-04-02T02:21:28.202621102Z", + "updateTime": "2024-04-02T02:21:28.202621102Z", + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.120.0.14", + "reconciling": false, + "writableNode": { + "zoneId": "us-east1-b" + }, + "nodes": [ + { + "zoneId": "us-east1-c" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 40.862893ms + - id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "uid": "681e37c0-a116-4c8f-89d7-59f0731eed30", + "createTime": "2024-04-02T02:21:28.202621102Z", + "updateTime": "2024-04-02T02:27:10.043500389Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.120.0.14", + "reconciling": false, + "writableNode": { + "zoneId": "us-east1-b" + }, + "nodes": [ + { + "zoneId": "us-east1-c" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 103.834748ms + - id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "uid": "681e37c0-a116-4c8f-89d7-59f0731eed30", + "createTime": "2024-04-02T02:21:28.202621102Z", + "updateTime": "2024-04-02T02:27:10.043500389Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.120.0.14", + "reconciling": false, + "writableNode": { + "zoneId": "us-east1-b" + }, + "nodes": [ + { + "zoneId": "us-east1-c" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 50.952408ms + - id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "9223007775186408863", + "creationTimestamp": "2024-04-01T19:20:32.839-07:00", + "name": "computenetwork-315j6cucha58a", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/9223007775186408863", + "autoCreateSubnetworks": false, + "peerings": [ + { + "name": "servicenetworking-googleapis-com", + "network": "https://www.googleapis.com/compute/beta/projects/c8e5b49de605b12ddp-tp/global/networks/servicenetworking", + "state": "ACTIVE", + "stateDetails": "[2024-04-01T19:21:25.642-07:00]: Connected.", + "autoCreateRoutes": true, + "exportCustomRoutes": false, + "importCustomRoutes": false, + "exchangeSubnetRoutes": true, + "exportSubnetRoutesWithPublicIp": false, + "importSubnetRoutesWithPublicIp": false, + "stackType": "IPV4_ONLY" + } + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 148.322728ms + - id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a/cryptoKeys/kmscryptokey-315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a/cryptoKeys/kmscryptokey-315j6cucha58a", + "primary": { + "name": "projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a/cryptoKeys/kmscryptokey-315j6cucha58a/cryptoKeyVersions/1", + "state": "DESTROY_SCHEDULED", + "createTime": "2024-03-28T19:14:06.985081208Z", + "destroyTime": "2024-04-27T19:22:46.612153Z", + "protectionLevel": "SOFTWARE", + "algorithm": "GOOGLE_SYMMETRIC_ENCRYPTION", + "generateTime": "2024-03-28T19:14:06.985081208Z" + }, + "purpose": "ENCRYPT_DECRYPT", + "createTime": "2024-03-28T19:14:06.985081208Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true", + "key-one": "value-one" + }, + "versionTemplate": { + "protectionLevel": "SOFTWARE", + "algorithm": "GOOGLE_SYMMETRIC_ENCRYPTION" + }, + "destroyScheduledDuration": "2592000s" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 49.403945ms + - id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 168 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"clusterName":"projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"type":"ON_DEMAND"} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/backups?alt=json&backupId=alloydbbackup315j6cucha58a + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024920455-61513dd3af9fe-925917e7-ae6af8c6", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:28:40.542493436Z", + "target": "projects/example-project/locations/us-east1/backups/alloydbbackup315j6cucha58a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 154.126032ms + - id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1712024920455-61513dd3af9fe-925917e7-ae6af8c6?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024920455-61513dd3af9fe-925917e7-ae6af8c6", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:28:40.542493436Z", + "target": "projects/example-project/locations/us-east1/backups/alloydbbackup315j6cucha58a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 39.950848ms + - id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1712024920455-61513dd3af9fe-925917e7-ae6af8c6?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024920455-61513dd3af9fe-925917e7-ae6af8c6", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:28:40.542493436Z", + "endTime": "2024-04-02T02:29:09.616856760Z", + "target": "projects/example-project/locations/us-east1/backups/alloydbbackup315j6cucha58a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Backup", + "name": "projects/example-project/locations/us-east1/backups/alloydbbackup315j6cucha58a", + "uid": "0d06ba8b-e58b-417c-b080-bddd713a4b5a", + "createTime": "2024-04-02T02:28:40.539488116Z", + "updateTime": "2024-04-02T02:28:40.539488116Z", + "state": "READY", + "type": "ON_DEMAND", + "clusterName": "projects/123456789/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "reconciling": false, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "sizeBytes": "41636888", + "clusterUid": "085bcd79-7692-43eb-8d55-e22fb27f9546", + "expiryTime": "2025-04-02T02:28:41.792356Z", + "databaseVersion": "POSTGRES_15" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 66.101759ms + - id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/backups/alloydbbackup315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/backups/alloydbbackup315j6cucha58a", + "uid": "0d06ba8b-e58b-417c-b080-bddd713a4b5a", + "createTime": "2024-04-02T02:28:40.539488116Z", + "updateTime": "2024-04-02T02:29:09.626224647Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "type": "ON_DEMAND", + "clusterName": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "reconciling": false, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "sizeBytes": "41636888", + "clusterUid": "085bcd79-7692-43eb-8d55-e22fb27f9546", + "expiryTime": "2025-04-02T02:28:41.792356Z", + "databaseVersion": "POSTGRES_15" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 66.59386ms + - id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/backups/alloydbbackup315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/backups/alloydbbackup315j6cucha58a", + "uid": "0d06ba8b-e58b-417c-b080-bddd713a4b5a", + "createTime": "2024-04-02T02:28:40.539488116Z", + "updateTime": "2024-04-02T02:29:09.626224647Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "type": "ON_DEMAND", + "clusterName": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "reconciling": false, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "sizeBytes": "41636888", + "clusterUid": "085bcd79-7692-43eb-8d55-e22fb27f9546", + "expiryTime": "2025-04-02T02:28:41.792356Z", + "databaseVersion": "POSTGRES_15" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 59.341327ms + - id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "uid": "681e37c0-a116-4c8f-89d7-59f0731eed30", + "createTime": "2024-04-02T02:21:28.202621102Z", + "updateTime": "2024-04-02T02:27:21.482697734Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.120.0.14", + "reconciling": false, + "writableNode": { + "zoneId": "us-east1-b" + }, + "nodes": [ + { + "zoneId": "us-east1-c" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 34.216405ms + - id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/backups/alloydbbackup315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/backups/alloydbbackup315j6cucha58a", + "uid": "0d06ba8b-e58b-417c-b080-bddd713a4b5a", + "createTime": "2024-04-02T02:28:40.539488116Z", + "updateTime": "2024-04-02T02:29:09.626224647Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "type": "ON_DEMAND", + "clusterName": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "reconciling": false, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "sizeBytes": "41636888", + "clusterUid": "085bcd79-7692-43eb-8d55-e22fb27f9546", + "expiryTime": "2025-04-02T02:28:41.792356Z", + "databaseVersion": "POSTGRES_15" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 66.954749ms + - id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a", + "createTime": "2024-03-28T19:14:06.564134984Z" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 48.955351ms + - id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a/cryptoKeys/kmscryptokey-315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a/cryptoKeys/kmscryptokey-315j6cucha58a", + "primary": { + "name": "projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a/cryptoKeys/kmscryptokey-315j6cucha58a/cryptoKeyVersions/1", + "state": "DESTROY_SCHEDULED", + "createTime": "2024-03-28T19:14:06.985081208Z", + "destroyTime": "2024-04-27T19:22:46.612153Z", + "protectionLevel": "SOFTWARE", + "algorithm": "GOOGLE_SYMMETRIC_ENCRYPTION", + "generateTime": "2024-03-28T19:14:06.985081208Z" + }, + "purpose": "ENCRYPT_DECRYPT", + "createTime": "2024-03-28T19:14:06.985081208Z", + "labels": { + "key-one": "value-one", + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "versionTemplate": { + "protectionLevel": "SOFTWARE", + "algorithm": "GOOGLE_SYMMETRIC_ENCRYPTION" + }, + "destroyScheduledDuration": "2592000s" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 52.215123ms + - id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "uid": "085bcd79-7692-43eb-8d55-e22fb27f9546", + "createTime": "2024-04-02T02:20:31.424913732Z", + "updateTime": "2024-04-02T02:29:06.889675027Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T02:20:31.303972807Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 64.798199ms + - id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=124 + status: 200 OK + code: 200 + duration: 132.341828ms + - id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "9223007775186408863", + "creationTimestamp": "2024-04-01T19:20:32.839-07:00", + "name": "computenetwork-315j6cucha58a", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/9223007775186408863", + "autoCreateSubnetworks": false, + "peerings": [ + { + "name": "servicenetworking-googleapis-com", + "network": "https://www.googleapis.com/compute/beta/projects/c8e5b49de605b12ddp-tp/global/networks/servicenetworking", + "state": "ACTIVE", + "stateDetails": "[2024-04-01T19:21:25.642-07:00]: Connected.", + "autoCreateRoutes": true, + "exportCustomRoutes": false, + "importCustomRoutes": false, + "exchangeSubnetRoutes": true, + "exportSubnetRoutesWithPublicIp": false, + "importSubnetRoutesWithPublicIp": false, + "stackType": "IPV4_ONLY" + } + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 178.044298ms + - id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a/cryptoKeys/kmscryptokey-315j6cucha58a/cryptoKeyVersions?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"cryptoKeyVersions":[{"name":"projects/example-project/locations/us-east1/keyRings/kmskeyring-315j6cucha58a/cryptoKeys/kmscryptokey-315j6cucha58a/cryptoKeyVersions/1","state":"DESTROY_SCHEDULED","createTime":"2024-03-28T19:14:06.985081208Z","destroyTime":"2024-04-27T19:22:46.612153Z","protectionLevel":"SOFTWARE","algorithm":"GOOGLE_SYMMETRIC_ENCRYPTION","generateTime":"2024-03-28T19:14:06.985081208Z"}],"totalSize":1}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 49.480591ms + - id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024952043-61513df1cf6e0-99150029-14ddc546", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:29:12.101056126Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 115.678621ms + - id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "2500687304661063015", + "creationTimestamp": "2024-04-01T19:20:56.720-07:00", + "name": "computeaddress315j6cucha58a", + "description": "", + "address": "10.58.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 214.095524ms + - id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/backups/alloydbbackup315j6cucha58a?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024952074-61513df1d7063-0f63f32c-95536797", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:29:12.135575936Z", + "target": "projects/example-project/locations/us-east1/backups/alloydbbackup315j6cucha58a", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 111.382809ms + - id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1712024952043-61513df1cf6e0-99150029-14ddc546?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024952043-61513df1cf6e0-99150029-14ddc546", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:29:12.101056126Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 58.928376ms + - id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1712024952074-61513df1d7063-0f63f32c-95536797?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024952074-61513df1d7063-0f63f32c-95536797", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:29:12.135575936Z", + "target": "projects/example-project/locations/us-east1/backups/alloydbbackup315j6cucha58a", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 36.601756ms + - id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-315j6cucha58a&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork-315j6cucha58a","reservedPeeringRanges":["computeaddress315j6cucha58a"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 237.898184ms + - id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=178 + status: 200 OK + code: 200 + duration: 179.049729ms + - id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "7366911587768521623", + "name": "operation-1712024952351-61513df21aa73-17955bbc-256ce2c7", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a", + "targetId": "2500687304661063015", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T19:29:12.701-07:00", + "startTime": "2024-04-01T19:29:12.713-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024952351-61513df21aa73-17955bbc-256ce2c7" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 625.384713ms + - id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "5347583342905054103", + "name": "operation-1712024952260-61513df20471a-db2bef0b-c461e5b8", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a", + "targetId": "9223007775186408863", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T19:29:12.718-07:00", + "startTime": "2024-04-01T19:29:12.731-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024952260-61513df20471a-db2bef0b-c461e5b8" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 749.318328ms + - id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024952351-61513df21aa73-17955bbc-256ce2c7?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"7366911587768521623","name":"operation-1712024952351-61513df21aa73-17955bbc-256ce2c7","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a","targetId":"2500687304661063015","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T19:29:12.701-07:00","startTime":"2024-04-01T19:29:12.713-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024952351-61513df21aa73-17955bbc-256ce2c7"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 157.429579ms + - id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024952260-61513df20471a-db2bef0b-c461e5b8?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"5347583342905054103","name":"operation-1712024952260-61513df20471a-db2bef0b-c461e5b8","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a","targetId":"9223007775186408863","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T19:29:12.718-07:00","startTime":"2024-04-01T19:29:12.731-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024952260-61513df20471a-db2bef0b-c461e5b8"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 175.203386ms + - id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "uid": "085bcd79-7692-43eb-8d55-e22fb27f9546", + "createTime": "2024-04-02T02:20:31.424913732Z", + "updateTime": "2024-04-02T02:29:06.889675027Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T02:20:31.303972807Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 59.723926ms + - id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 44 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"name":"servicenetworking-googleapis-com"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/123456789/global/networks/computenetwork-315j6cucha58a/removePeering?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "97845976645424022", + "name": "operation-1712024953033-61513df2c123c-a3cc4d08-0d6b2faa", + "operationType": "removePeering", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a", + "targetId": "9223007775186408863", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T19:29:13.536-07:00", + "startTime": "2024-04-01T19:29:13.546-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024953033-61513df2c123c-a3cc4d08-0d6b2faa" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 1.44138427s + - id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024953033-61513df2c123c-a3cc4d08-0d6b2faa?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"97845976645424022","name":"operation-1712024953033-61513df2c123c-a3cc4d08-0d6b2faa","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a","targetId":"9223007775186408863","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T19:29:13.536-07:00","startTime":"2024-04-01T19:29:13.546-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024953033-61513df2c123c-a3cc4d08-0d6b2faa"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 152.765417ms + - id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "uid": "085bcd79-7692-43eb-8d55-e22fb27f9546", + "createTime": "2024-04-02T02:20:31.424913732Z", + "updateTime": "2024-04-02T02:29:06.889675027Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T02:20:31.303972807Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 66.968778ms + - id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1712024952074-61513df1d7063-0f63f32c-95536797?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024952074-61513df1d7063-0f63f32c-95536797", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:29:12.135575936Z", + "endTime": "2024-04-02T02:29:19.995294840Z", + "target": "projects/example-project/locations/us-east1/backups/alloydbbackup315j6cucha58a", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 22.711069ms + - id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024952351-61513df21aa73-17955bbc-256ce2c7?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"7366911587768521623","name":"operation-1712024952351-61513df21aa73-17955bbc-256ce2c7","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress315j6cucha58a","targetId":"2500687304661063015","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T19:29:12.701-07:00","startTime":"2024-04-01T19:29:12.713-07:00","endTime":"2024-04-01T19:29:15.846-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024952351-61513df21aa73-17955bbc-256ce2c7"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 188.349561ms + - id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024952260-61513df20471a-db2bef0b-c461e5b8?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"5347583342905054103","name":"operation-1712024952260-61513df20471a-db2bef0b-c461e5b8","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a","targetId":"9223007775186408863","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T19:29:12.718-07:00","startTime":"2024-04-01T19:29:12.731-07:00","endTime":"2024-04-01T19:29:28.989-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024952260-61513df20471a-db2bef0b-c461e5b8"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 143.56751ms + - id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024953033-61513df2c123c-a3cc4d08-0d6b2faa?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"97845976645424022","name":"operation-1712024953033-61513df2c123c-a3cc4d08-0d6b2faa","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-315j6cucha58a","targetId":"9223007775186408863","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T19:29:13.536-07:00","startTime":"2024-04-01T19:29:13.546-07:00","endTime":"2024-04-01T19:29:26.459-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712024953033-61513df2c123c-a3cc4d08-0d6b2faa"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 185.070297ms + - id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "uid": "085bcd79-7692-43eb-8d55-e22fb27f9546", + "createTime": "2024-04-02T02:20:31.424913732Z", + "updateTime": "2024-04-02T02:29:37.207847569Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a", + "reconciling": true, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T02:20:31.303972807Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 61.334746ms + - id: 86 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "uid": "085bcd79-7692-43eb-8d55-e22fb27f9546", + "createTime": "2024-04-02T02:20:31.424913732Z", + "updateTime": "2024-04-02T02:29:50.770597703Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T02:20:31.303972807Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 70.856217ms + - id: 87 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "uid": "085bcd79-7692-43eb-8d55-e22fb27f9546", + "createTime": "2024-04-02T02:20:31.424913732Z", + "updateTime": "2024-04-02T02:29:50.770597703Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T02:20:31.303972807Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 68.970164ms + - id: 88 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "uid": "085bcd79-7692-43eb-8d55-e22fb27f9546", + "createTime": "2024-04-02T02:20:31.424913732Z", + "updateTime": "2024-04-02T02:29:50.770597703Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T02:20:31.303972807Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 68.145818ms + - id: 89 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1712024952043-61513df1cf6e0-99150029-14ddc546?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712024952043-61513df1cf6e0-99150029-14ddc546", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:29:12.101056126Z", + "endTime": "2024-04-02T02:33:31.619960134Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a/instances/alloydbinstance315j6cucha58a", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 26.785847ms + - id: 90 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "uid": "085bcd79-7692-43eb-8d55-e22fb27f9546", + "createTime": "2024-04-02T02:20:31.424913732Z", + "updateTime": "2024-04-02T02:29:50.770597703Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T02:20:31.303972807Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-315j6cucha58a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 70.843834ms + - id: 91 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712025315880-61513f4ccad03-e1452fc4-c0c76afe", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:35:15.890490756Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 80.337596ms + - id: 92 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1712025315880-61513f4ccad03-e1452fc4-c0c76afe?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712025315880-61513f4ccad03-e1452fc4-c0c76afe", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:35:15.890490756Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 39.523398ms + - id: 93 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1712025315880-61513f4ccad03-e1452fc4-c0c76afe?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1712025315880-61513f4ccad03-e1452fc4-c0c76afe", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T02:35:15.890490756Z", + "endTime": "2024-04-02T02:35:32.210021103Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster315j6cucha58a", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 17.095123ms diff --git a/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_fullalloydbcluster.yaml b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_fullalloydbcluster.yaml new file mode 100644 index 0000000000..3a5b0d41ff --- /dev/null +++ b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_fullalloydbcluster.yaml @@ -0,0 +1,2044 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: serviceusage.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://serviceusage.googleapis.com/v1beta1/projects/example-project/services/alloydb.googleapis.com:generateServiceIdentity?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "operations/finished.DONE_OPERATION", + "done": true, + "response": { + "@type": "type.googleapis.com/google.api.serviceusage.v1beta1.ServiceIdentity", + "email": "service-402887772785@gcp-sa-alloydb.iam.gserviceaccount.com", + "uniqueId": "112468406547631776081" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 559.880819ms + - id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-central1/keyRings?alt=json&keyRingId=kmskeyring-dj55ohq2ivb2 + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2", + "createTime": "2024-03-28T19:45:25.327156536Z" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 221.846003ms + - id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 134 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"autoCreateSubnetworks":false,"name":"computenetwork-dj55ohq2ivb2","networkFirewallPolicyEnforcementOrder":"AFTER_CLASSIC_FIREWALL"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "5709260730720089658", + "name": "operation-1711655124988-614bdc3b3f329-1e342fca-fe60b32b", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-dj55ohq2ivb2", + "targetId": "8260364033440904762", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-03-28T12:45:25.460-07:00", + "startTime": "2024-03-28T12:45:25.472-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655124988-614bdc3b3f329-1e342fca-fe60b32b" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 708.865629ms + - id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2", + "createTime": "2024-03-28T19:45:25.327156536Z" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 157.707911ms + - id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2", + "createTime": "2024-03-28T19:45:25.327156536Z" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 84.123777ms + - id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655124988-614bdc3b3f329-1e342fca-fe60b32b?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"5709260730720089658","name":"operation-1711655124988-614bdc3b3f329-1e342fca-fe60b32b","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-dj55ohq2ivb2","targetId":"8260364033440904762","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-03-28T12:45:25.460-07:00","startTime":"2024-03-28T12:45:25.472-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655124988-614bdc3b3f329-1e342fca-fe60b32b"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 136.410997ms + - id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 107 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"labels":{"cnrm-test":"true","key-one":"value-one","managed-by-cnrm":"true"},"purpose":"ENCRYPT_DECRYPT"} + form: {} + headers: + Content-Type: + - application/json + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys?alt=json&cryptoKeyId=kmscryptokey-dj55ohq2ivb2&skipInitialVersionCreation=false + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2", + "primary": { + "name": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2/cryptoKeyVersions/1", + "state": "ENABLED", + "createTime": "2024-03-28T19:45:26.598108400Z", + "protectionLevel": "SOFTWARE", + "algorithm": "GOOGLE_SYMMETRIC_ENCRYPTION", + "generateTime": "2024-03-28T19:45:26.598108400Z" + }, + "purpose": "ENCRYPT_DECRYPT", + "createTime": "2024-03-28T19:45:26.598108400Z", + "labels": { + "key-one": "value-one", + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "versionTemplate": { + "protectionLevel": "SOFTWARE", + "algorithm": "GOOGLE_SYMMETRIC_ENCRYPTION" + }, + "destroyScheduledDuration": "2592000s" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 110.803062ms + - id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2", + "primary": { + "name": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2/cryptoKeyVersions/1", + "state": "ENABLED", + "createTime": "2024-03-28T19:45:26.598108400Z", + "protectionLevel": "SOFTWARE", + "algorithm": "GOOGLE_SYMMETRIC_ENCRYPTION", + "generateTime": "2024-03-28T19:45:26.598108400Z" + }, + "purpose": "ENCRYPT_DECRYPT", + "createTime": "2024-03-28T19:45:26.598108400Z", + "labels": { + "key-one": "value-one", + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "versionTemplate": { + "protectionLevel": "SOFTWARE", + "algorithm": "GOOGLE_SYMMETRIC_ENCRYPTION" + }, + "destroyScheduledDuration": "2592000s" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 84.479246ms + - id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2", + "primary": { + "name": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2/cryptoKeyVersions/1", + "state": "ENABLED", + "createTime": "2024-03-28T19:45:26.598108400Z", + "protectionLevel": "SOFTWARE", + "algorithm": "GOOGLE_SYMMETRIC_ENCRYPTION", + "generateTime": "2024-03-28T19:45:26.598108400Z" + }, + "purpose": "ENCRYPT_DECRYPT", + "createTime": "2024-03-28T19:45:26.598108400Z", + "labels": { + "managed-by-cnrm": "true", + "key-one": "value-one", + "cnrm-test": "true" + }, + "versionTemplate": { + "protectionLevel": "SOFTWARE", + "algorithm": "GOOGLE_SYMMETRIC_ENCRYPTION" + }, + "destroyScheduledDuration": "2592000s" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 77.894726ms + - id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2:getIamPolicy?alt=json&options.requestedPolicyVersion=3&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"etag":"ACAB"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 267.280992ms + - id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2:getIamPolicy?alt=json&options.requestedPolicyVersion=3&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"etag":"ACAB"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 122.597323ms + - id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 195 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"policy":{"bindings":[{"members":["serviceAccount:service-402887772785@gcp-sa-alloydb.iam.gserviceaccount.com"],"role":"roles/cloudkms.cryptoKeyEncrypterDecrypter"}],"etag":"ACAB","version":3}} + form: {} + headers: + Content-Type: + - application/json + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2:setIamPolicy?alt=json&prettyPrint=false + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"version":1,"etag":"BwYUvcPiriI=","bindings":[{"role":"roles/cloudkms.cryptoKeyEncrypterDecrypter","members":["serviceAccount:service-402887772785@gcp-sa-alloydb.iam.gserviceaccount.com"]}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 334.862515ms + - id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2:getIamPolicy?alt=json&options.requestedPolicyVersion=3&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"version":1,"etag":"BwYUvcPiriI=","bindings":[{"role":"roles/cloudkms.cryptoKeyEncrypterDecrypter","members":["serviceAccount:service-402887772785@gcp-sa-alloydb.iam.gserviceaccount.com"]}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 113.353941ms + - id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655124988-614bdc3b3f329-1e342fca-fe60b32b?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"5709260730720089658","name":"operation-1711655124988-614bdc3b3f329-1e342fca-fe60b32b","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-dj55ohq2ivb2","targetId":"8260364033440904762","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T12:45:25.460-07:00","startTime":"2024-03-28T12:45:25.472-07:00","endTime":"2024-03-28T12:45:36.848-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655124988-614bdc3b3f329-1e342fca-fe60b32b"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 170.748993ms + - id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-dj55ohq2ivb2?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "8260364033440904762", + "creationTimestamp": "2024-03-28T12:45:25.447-07:00", + "name": "computenetwork-dj55ohq2ivb2", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-dj55ohq2ivb2", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/8260364033440904762", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 199.730769ms + - id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-dj55ohq2ivb2?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "8260364033440904762", + "creationTimestamp": "2024-03-28T12:45:25.447-07:00", + "name": "computenetwork-dj55ohq2ivb2", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-dj55ohq2ivb2", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/8260364033440904762", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 171.790083ms + - id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 767 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"automatedBackupPolicy":{"backupWindow":"7200s","enabled":true,"encryptionConfig":{"kmsKeyName":"projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2"},"labels":{"source":"kcc-test"},"location":"us-central1","timeBasedRetention":{"retentionPeriod":"86400s"},"weeklySchedule":{"daysOfWeek":["MONDAY"],"startTimes":[{"hours":4}]}},"clusterType":"PRIMARY","encryptionConfig":{"kmsKeyName":"projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2"},"initialUser":{"password":"postgres","user":"postgres"},"labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"networkConfig":{"network":"projects/example-project/global/networks/computenetwork-dj55ohq2ivb2"}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters?alt=json&clusterId=alloydbcluster-dj55ohq2ivb2 + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1711655148570-614bdc51bc840-f390174d-3276aaee", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:45:48.691332794Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 370.075801ms + - id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/operations/operation-1711655148570-614bdc51bc840-f390174d-3276aaee?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1711655148570-614bdc51bc840-f390174d-3276aaee", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:45:48.691332794Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 262.91952ms + - id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/operations/operation-1711655148570-614bdc51bc840-f390174d-3276aaee?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1711655148570-614bdc51bc840-f390174d-3276aaee", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:45:48.691332794Z", + "endTime": "2024-03-28T19:45:54.203848741Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Cluster", + "name": "projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2", + "uid": "e08e75a6-0666-4ebb-8f92-f012f704c709", + "createTime": "2024-03-28T19:45:48.688012452Z", + "updateTime": "2024-03-28T19:45:48.688012452Z", + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-dj55ohq2ivb2", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": true, + "weeklySchedule": { + "startTimes": [ + { + "hours": 4 + } + ], + "daysOfWeek": [ + "MONDAY" + ] + }, + "backupWindow": "7200s", + "timeBasedRetention": { + "retentionPeriod": "86400s" + }, + "location": "us-central1", + "labels": { + "source": "kcc-test" + }, + "encryptionConfig": { + "kmsKeyName": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2" + } + }, + "encryptionConfig": { + "kmsKeyName": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2" + }, + "encryptionInfo": { + "encryptionType": "CUSTOMER_MANAGED_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:45:48.575693705Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-dj55ohq2ivb2" + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 213.1817ms + - id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2", + "uid": "e08e75a6-0666-4ebb-8f92-f012f704c709", + "createTime": "2024-03-28T19:45:48.688012452Z", + "updateTime": "2024-03-28T19:45:54.228777719Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-dj55ohq2ivb2", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": true, + "weeklySchedule": { + "startTimes": [ + { + "hours": 4 + } + ], + "daysOfWeek": [ + "MONDAY" + ] + }, + "backupWindow": "7200s", + "timeBasedRetention": { + "retentionPeriod": "86400s" + }, + "location": "us-central1", + "labels": { + "source": "kcc-test" + }, + "encryptionConfig": { + "kmsKeyName": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2" + } + }, + "encryptionConfig": { + "kmsKeyName": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2" + }, + "encryptionInfo": { + "encryptionType": "CUSTOMER_MANAGED_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:45:48.575693705Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-dj55ohq2ivb2" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 245.689586ms + - id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2", + "uid": "e08e75a6-0666-4ebb-8f92-f012f704c709", + "createTime": "2024-03-28T19:45:48.688012452Z", + "updateTime": "2024-03-28T19:45:54.228777719Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-dj55ohq2ivb2", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": true, + "weeklySchedule": { + "startTimes": [ + { + "hours": 4 + } + ], + "daysOfWeek": [ + "MONDAY" + ] + }, + "backupWindow": "7200s", + "timeBasedRetention": { + "retentionPeriod": "86400s" + }, + "location": "us-central1", + "labels": { + "source": "kcc-test" + }, + "encryptionConfig": { + "kmsKeyName": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2" + } + }, + "encryptionConfig": { + "kmsKeyName": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2" + }, + "encryptionInfo": { + "encryptionType": "CUSTOMER_MANAGED_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:45:48.575693705Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-dj55ohq2ivb2" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 217.733972ms + - id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2", + "uid": "e08e75a6-0666-4ebb-8f92-f012f704c709", + "createTime": "2024-03-28T19:45:48.688012452Z", + "updateTime": "2024-03-28T19:45:54.228777719Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-dj55ohq2ivb2", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": true, + "weeklySchedule": { + "startTimes": [ + { + "hours": 4 + } + ], + "daysOfWeek": [ + "MONDAY" + ] + }, + "backupWindow": "7200s", + "timeBasedRetention": { + "retentionPeriod": "86400s" + }, + "location": "us-central1", + "labels": { + "source": "kcc-test" + }, + "encryptionConfig": { + "kmsKeyName": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2" + } + }, + "encryptionConfig": { + "kmsKeyName": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2" + }, + "encryptionInfo": { + "encryptionType": "CUSTOMER_MANAGED_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:45:48.575693705Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-dj55ohq2ivb2" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 216.531551ms + - id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 957 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"automatedBackupPolicy":{"backupWindow":"3600s","enabled":true,"encryptionConfig":{"kmsKeyName":"projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2"},"labels":{"source":"kcc-test"},"location":"us-central1","timeBasedRetention":{"retentionPeriod":"43200s"},"weeklySchedule":{"daysOfWeek":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY"],"startTimes":[{"hours":10}]}},"clusterType":"PRIMARY","continuousBackupConfig":{"enabled":false,"recoveryWindowDays":14},"encryptionConfig":{"kmsKeyName":"projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2"},"initialUser":{"password":"postgres","user":"postgres"},"labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"network":"projects/402887772785/global/networks/computenetwork-dj55ohq2ivb2","networkConfig":{"network":"projects/402887772785/global/networks/computenetwork-dj55ohq2ivb2"}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2?alt=json&updateMask=continuousBackupConfig%2CautomatedBackupPolicy + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1711655162174-614bdc5eb5d65-d30977a7-6210c85f", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:46:02.220608370Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2", + "verb": "update", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 304.883157ms + - id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/operations/operation-1711655162174-614bdc5eb5d65-d30977a7-6210c85f?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1711655162174-614bdc5eb5d65-d30977a7-6210c85f", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:46:02.220608370Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2", + "verb": "update", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 235.955345ms + - id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/operations/operation-1711655162174-614bdc5eb5d65-d30977a7-6210c85f?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1711655162174-614bdc5eb5d65-d30977a7-6210c85f", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:46:02.220608370Z", + "endTime": "2024-03-28T19:46:15.064459112Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2", + "verb": "update", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Cluster", + "name": "projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2", + "uid": "e08e75a6-0666-4ebb-8f92-f012f704c709", + "createTime": "2024-03-28T19:45:48.688012452Z", + "updateTime": "2024-03-28T19:46:02.223297353Z", + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-dj55ohq2ivb2", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": true, + "weeklySchedule": { + "startTimes": [ + { + "hours": 10 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "43200s" + }, + "location": "us-central1", + "labels": { + "source": "kcc-test" + }, + "encryptionConfig": { + "kmsKeyName": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2" + } + }, + "encryptionConfig": { + "kmsKeyName": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2" + }, + "encryptionInfo": { + "encryptionType": "CUSTOMER_MANAGED_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": false, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-dj55ohq2ivb2" + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 255.325768ms + - id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2", + "uid": "e08e75a6-0666-4ebb-8f92-f012f704c709", + "createTime": "2024-03-28T19:45:48.688012452Z", + "updateTime": "2024-03-28T19:46:15.079978311Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-dj55ohq2ivb2", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": true, + "weeklySchedule": { + "startTimes": [ + { + "hours": 10 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "43200s" + }, + "location": "us-central1", + "labels": { + "source": "kcc-test" + }, + "encryptionConfig": { + "kmsKeyName": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2" + } + }, + "encryptionConfig": { + "kmsKeyName": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2" + }, + "encryptionInfo": { + "encryptionType": "CUSTOMER_MANAGED_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": false, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-dj55ohq2ivb2" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 277.709881ms + - id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2", + "createTime": "2024-03-28T19:45:25.327156536Z" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 82.184815ms + - id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-dj55ohq2ivb2?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "8260364033440904762", + "creationTimestamp": "2024-03-28T12:45:25.447-07:00", + "name": "computenetwork-dj55ohq2ivb2", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-dj55ohq2ivb2", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/8260364033440904762", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 153.282378ms + - id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2", + "primary": { + "name": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2/cryptoKeyVersions/1", + "state": "ENABLED", + "createTime": "2024-03-28T19:45:26.598108400Z", + "protectionLevel": "SOFTWARE", + "algorithm": "GOOGLE_SYMMETRIC_ENCRYPTION", + "generateTime": "2024-03-28T19:45:26.598108400Z" + }, + "purpose": "ENCRYPT_DECRYPT", + "createTime": "2024-03-28T19:45:26.598108400Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true", + "key-one": "value-one" + }, + "versionTemplate": { + "protectionLevel": "SOFTWARE", + "algorithm": "GOOGLE_SYMMETRIC_ENCRYPTION" + }, + "destroyScheduledDuration": "2592000s" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 210.697619ms + - id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2", + "uid": "e08e75a6-0666-4ebb-8f92-f012f704c709", + "createTime": "2024-03-28T19:45:48.688012452Z", + "updateTime": "2024-03-28T19:46:15.079978311Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_14", + "network": "projects/402887772785/global/networks/computenetwork-dj55ohq2ivb2", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": true, + "weeklySchedule": { + "startTimes": [ + { + "hours": 10 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "43200s" + }, + "location": "us-central1", + "labels": { + "source": "kcc-test" + }, + "encryptionConfig": { + "kmsKeyName": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2" + } + }, + "encryptionConfig": { + "kmsKeyName": "projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2" + }, + "encryptionInfo": { + "encryptionType": "CUSTOMER_MANAGED_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": false, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-dj55ohq2ivb2" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 258.233628ms + - id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2/cryptoKeyVersions?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"cryptoKeyVersions":[{"name":"projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2/cryptoKeyVersions/1","state":"ENABLED","createTime":"2024-03-28T19:45:26.598108400Z","protectionLevel":"SOFTWARE","algorithm":"GOOGLE_SYMMETRIC_ENCRYPTION","generateTime":"2024-03-28T19:45:26.598108400Z"}],"totalSize":1}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 97.746158ms + - id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 3 + transfer_encoding: [] + trailer: {} + host: cloudkms.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {} + form: {} + headers: + Content-Type: + - application/json + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudkms.googleapis.com/v1/projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2/cryptoKeyVersions/1:destroy?alt=json&prettyPrint=false + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"projects/example-project/locations/us-central1/keyRings/kmskeyring-dj55ohq2ivb2/cryptoKeys/kmscryptokey-dj55ohq2ivb2/cryptoKeyVersions/1","state":"DESTROY_SCHEDULED","createTime":"2024-03-28T19:45:26.598108400Z","destroyTime":"2024-04-27T19:46:26.248760Z","protectionLevel":"SOFTWARE","algorithm":"GOOGLE_SYMMETRIC_ENCRYPTION","generateTime":"2024-03-28T19:45:26.598108400Z"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 97.942068ms + - id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1711655186297-614bdc75b7339-8876c443-0945f52d", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:46:26.307854249Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 264.209329ms + - id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-dj55ohq2ivb2?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "4259923071792084989", + "name": "operation-1711655185830-614bdc7545309-ce9553b8-9160e555", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-dj55ohq2ivb2", + "targetId": "8260364033440904762", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-03-28T12:46:26.248-07:00", + "startTime": "2024-03-28T12:46:26.263-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655185830-614bdc7545309-ce9553b8-9160e555" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 669.234784ms + - id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/operations/operation-1711655186297-614bdc75b7339-8876c443-0945f52d?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1711655186297-614bdc75b7339-8876c443-0945f52d", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:46:26.307854249Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 235.532764ms + - id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655185830-614bdc7545309-ce9553b8-9160e555?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"4259923071792084989","name":"operation-1711655185830-614bdc7545309-ce9553b8-9160e555","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-dj55ohq2ivb2","targetId":"8260364033440904762","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-03-28T12:46:26.248-07:00","startTime":"2024-03-28T12:46:26.263-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655185830-614bdc7545309-ce9553b8-9160e555"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 144.542307ms + - id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-central1/operations/operation-1711655186297-614bdc75b7339-8876c443-0945f52d?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-central1/operations/operation-1711655186297-614bdc75b7339-8876c443-0945f52d", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:46:26.307854249Z", + "endTime": "2024-03-28T19:46:39.542402415Z", + "target": "projects/example-project/locations/us-central1/clusters/alloydbcluster-dj55ohq2ivb2", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 230.732701ms + - id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655185830-614bdc7545309-ce9553b8-9160e555?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"4259923071792084989","name":"operation-1711655185830-614bdc7545309-ce9553b8-9160e555","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-dj55ohq2ivb2","targetId":"8260364033440904762","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T12:46:26.248-07:00","startTime":"2024-03-28T12:46:26.263-07:00","endTime":"2024-03-28T12:46:45.240-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655185830-614bdc7545309-ce9553b8-9160e555"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 134.467384ms diff --git a/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_fullalloydbinstance.yaml b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_fullalloydbinstance.yaml new file mode 100644 index 0000000000..4e9d57d200 --- /dev/null +++ b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_fullalloydbinstance.yaml @@ -0,0 +1,4761 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 135 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"autoCreateSubnetworks":false,"name":"computenetwork-14tigxh5l8ddr","networkFirewallPolicyEnforcementOrder":"AFTER_CLASSIC_FIREWALL"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "2653840581396408970", + "name": "operation-1712034917544-61516311a70fd-faf5a3ba-cd9e527f", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr", + "targetId": "2773667544729791114", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T22:15:18.041-07:00", + "startTime": "2024-04-01T22:15:18.050-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712034917544-61516311a70fd-faf5a3ba-cd9e527f" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 727.115858ms + - id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 198 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"clusterType":"PRIMARY","initialUser":{"password":"alloydb-pg"},"labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"network":"projects/example-project/global/networks/computenetwork-14tigxh5l8ddr"} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters?alt=json&clusterId=alloydbcluster14tigxh5l8ddr + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712034918537-615163129994a-0d5e9048-5fb1dd38", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:15:18.928937157Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 836.618133ms + - id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712034917544-61516311a70fd-faf5a3ba-cd9e527f?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"2653840581396408970","name":"operation-1712034917544-61516311a70fd-faf5a3ba-cd9e527f","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr","targetId":"2773667544729791114","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T22:15:18.041-07:00","startTime":"2024-04-01T22:15:18.050-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712034917544-61516311a70fd-faf5a3ba-cd9e527f"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 152.670294ms + - id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712034918537-615163129994a-0d5e9048-5fb1dd38?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712034918537-615163129994a-0d5e9048-5fb1dd38", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:15:18.928937157Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 440.94018ms + - id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712034918537-615163129994a-0d5e9048-5fb1dd38?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712034918537-615163129994a-0d5e9048-5fb1dd38", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:15:18.928937157Z", + "endTime": "2024-04-02T05:15:24.413571286Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Cluster", + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "uid": "20e317a7-1da7-4e6c-ae46-1f2e591f558c", + "createTime": "2024-04-02T05:15:18.920629266Z", + "updateTime": "2024-04-02T05:15:18.920629266Z", + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:15:18.545541127Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr" + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 446.302179ms + - id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "uid": "20e317a7-1da7-4e6c-ae46-1f2e591f558c", + "createTime": "2024-04-02T05:15:18.920629266Z", + "updateTime": "2024-04-02T05:15:24.431390719Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:15:18.545541127Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 426.103281ms + - id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "uid": "20e317a7-1da7-4e6c-ae46-1f2e591f558c", + "createTime": "2024-04-02T05:15:18.920629266Z", + "updateTime": "2024-04-02T05:15:24.431390719Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:15:18.545541127Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 444.39146ms + - id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances?alt=json&instanceId=alloydbinstance14tigxh5l8ddr + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712034933099-615163207cd8b-acb2af15-24a1934c", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:15:33.446894461Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 796.286725ms + - id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712034933099-615163207cd8b-acb2af15-24a1934c?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712034933099-615163207cd8b-acb2af15-24a1934c", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:15:33.446894461Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 435.821271ms + - id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712034917544-61516311a70fd-faf5a3ba-cd9e527f?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"2653840581396408970","name":"operation-1712034917544-61516311a70fd-faf5a3ba-cd9e527f","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr","targetId":"2773667544729791114","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T22:15:18.041-07:00","startTime":"2024-04-01T22:15:18.050-07:00","endTime":"2024-04-01T22:15:33.921-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712034917544-61516311a70fd-faf5a3ba-cd9e527f"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 138.317544ms + - id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "2773667544729791114", + "creationTimestamp": "2024-04-01T22:15:18.008-07:00", + "name": "computenetwork-14tigxh5l8ddr", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/2773667544729791114", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 196.517191ms + - id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "2773667544729791114", + "creationTimestamp": "2024-04-01T22:15:18.008-07:00", + "name": "computenetwork-14tigxh5l8ddr", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/2773667544729791114", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 159.893003ms + - id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 238 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"addressType":"INTERNAL","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"name":"computeaddress14tigxh5l8ddr","network":"projects/example-project/global/networks/computenetwork-14tigxh5l8ddr","prefixLength":16,"purpose":"VPC_PEERING"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "6219241144537459346", + "name": "operation-1712034940686-61516327b9171-34283506-eac49fd7", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr", + "targetId": "1264000842426886802", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T22:15:41.342-07:00", + "startTime": "2024-04-01T22:15:41.354-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712034940686-61516327b9171-34283506-eac49fd7" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 884.016571ms + - id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712034940686-61516327b9171-34283506-eac49fd7?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"6219241144537459346","name":"operation-1712034940686-61516327b9171-34283506-eac49fd7","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr","targetId":"1264000842426886802","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T22:15:41.342-07:00","startTime":"2024-04-01T22:15:41.354-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712034940686-61516327b9171-34283506-eac49fd7"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 244.752979ms + - id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712034933099-615163207cd8b-acb2af15-24a1934c?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712034933099-615163207cd8b-acb2af15-24a1934c", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:15:33.446894461Z", + "endTime": "2024-04-02T05:15:42.157486305Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork-14tigxh5l8ddr\": service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr", + "description": "service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "2d38c1bc508d1d63" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "2d38c1bc508d1d63" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 187.595725ms + - id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances?alt=json&instanceId=alloydbinstance14tigxh5l8ddr + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712034948556-6151632f3a540-cb10544f-2db73b1b", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:15:48.645966946Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 232.78155ms + - id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712034948556-6151632f3a540-cb10544f-2db73b1b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712034948556-6151632f3a540-cb10544f-2db73b1b", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:15:48.645966946Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 442.562608ms + - id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712034940686-61516327b9171-34283506-eac49fd7?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"6219241144537459346","name":"operation-1712034940686-61516327b9171-34283506-eac49fd7","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr","targetId":"1264000842426886802","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T22:15:41.342-07:00","startTime":"2024-04-01T22:15:41.354-07:00","endTime":"2024-04-01T22:15:43.462-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712034940686-61516327b9171-34283506-eac49fd7"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 153.366468ms + - id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "1264000842426886802", + "creationTimestamp": "2024-04-01T22:15:41.305-07:00", + "name": "computeaddress14tigxh5l8ddr", + "description": "", + "address": "10.196.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr", + "networkTier": "PREMIUM", + "labelFingerprint": "42WmSpB8rSM=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 255.638053ms + - id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 91 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"labelFingerprint":"42WmSpB8rSM=","labels":{"cnrm-test":"true","managed-by-cnrm":"true"}} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr/setLabels?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "8645991838230391397", + "name": "operation-1712034953767-6151633432a0a-6c5cb412-3079fc20", + "operationType": "setLabels", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr", + "targetId": "1264000842426886802", + "status": "DONE", + "user": "user@google.com", + "progress": 100, + "insertTime": "2024-04-01T22:15:54.231-07:00", + "startTime": "2024-04-01T22:15:54.232-07:00", + "endTime": "2024-04-01T22:15:54.232-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712034953767-6151633432a0a-6c5cb412-3079fc20" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 734.920179ms + - id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "1264000842426886802", + "creationTimestamp": "2024-04-01T22:15:41.305-07:00", + "name": "computeaddress14tigxh5l8ddr", + "description": "", + "address": "10.196.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 255.281003ms + - id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=96 + status: 200 OK + code: 200 + duration: 103.577665ms + - id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "1264000842426886802", + "creationTimestamp": "2024-04-01T22:15:41.305-07:00", + "name": "computeaddress14tigxh5l8ddr", + "description": "", + "address": "10.196.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 239.185308ms + - id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-14tigxh5l8ddr&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 251.845174ms + - id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=91 + status: 200 OK + code: 200 + duration: 92.299209ms + - id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 137 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"network":"projects/123456789/global/networks/computenetwork-14tigxh5l8ddr","reservedPeeringRanges":["computeaddress14tigxh5l8ddr"]} + form: {} + headers: + Content-Type: + - application/json + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections/-?alt=json&force=true&prettyPrint=false&updateMask=reservedPeeringRanges + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-5ba5dc7a-1ebb-4851-8993-22497ac77a99"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 469.382901ms + - id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-123456789-5ba5dc7a-1ebb-4851-8993-22497ac77a99?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-5ba5dc7a-1ebb-4851-8993-22497ac77a99"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 134.416345ms + - id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712034948556-6151632f3a540-cb10544f-2db73b1b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712034948556-6151632f3a540-cb10544f-2db73b1b", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:15:48.645966946Z", + "endTime": "2024-04-02T05:15:56.471193218Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork-14tigxh5l8ddr\": service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr", + "description": "service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "ac05985b25595e81" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "ac05985b25595e81" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 105.076434ms + - id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances?alt=json&instanceId=alloydbinstance14tigxh5l8ddr + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712034964613-6151633e8a971-674c35d0-e0eed92b", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:16:04.687363999Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 511.138649ms + - id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712034964613-6151633e8a971-674c35d0-e0eed92b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712034964613-6151633e8a971-674c35d0-e0eed92b", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:16:04.687363999Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 158.425557ms + - id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712034964613-6151633e8a971-674c35d0-e0eed92b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712034964613-6151633e8a971-674c35d0-e0eed92b", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:16:04.687363999Z", + "endTime": "2024-04-02T05:16:12.632471958Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork-14tigxh5l8ddr\": service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr", + "description": "service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "c2f50b337697d65f" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "c2f50b337697d65f" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 444.075203ms + - id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances?alt=json&instanceId=alloydbinstance14tigxh5l8ddr + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712034985350-6151635251373-e4e57c16-3b9539be", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:16:25.440314687Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 200.758675ms + - id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712034985350-6151635251373-e4e57c16-3b9539be?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712034985350-6151635251373-e4e57c16-3b9539be", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:16:25.440314687Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 438.331817ms + - id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712034985350-6151635251373-e4e57c16-3b9539be?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712034985350-6151635251373-e4e57c16-3b9539be", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:16:25.440314687Z", + "endTime": "2024-04-02T05:16:33.121245813Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork-14tigxh5l8ddr\": service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr", + "description": "service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "c447e242c62d6eca" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "c447e242c62d6eca" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 441.408539ms + - id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances?alt=json&instanceId=alloydbinstance14tigxh5l8ddr + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712035013828-6151636d79f42-78dd4062-6cdeba5c", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:16:53.901402741Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 204.557305ms + - id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712035013828-6151636d79f42-78dd4062-6cdeba5c?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712035013828-6151636d79f42-78dd4062-6cdeba5c", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:16:53.901402741Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 121.802802ms + - id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-123456789-5ba5dc7a-1ebb-4851-8993-22497ac77a99?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-5ba5dc7a-1ebb-4851-8993-22497ac77a99","done":true,"response":{"@type":"type.googleapis.com/google.cloud.servicenetworking.v1.Connection","network":"projects/123456789/global/networks/computenetwork-14tigxh5l8ddr","reservedPeeringRanges":["computeaddress14tigxh5l8ddr"],"peering":"servicenetworking-googleapis-com"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 95.738851ms + - id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=92 + status: 200 OK + code: 200 + duration: 93.189471ms + - id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-14tigxh5l8ddr&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork-14tigxh5l8ddr","reservedPeeringRanges":["computeaddress14tigxh5l8ddr"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 257.08241ms + - id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "1264000842426886802", + "creationTimestamp": "2024-04-01T22:15:41.305-07:00", + "name": "computeaddress14tigxh5l8ddr", + "description": "", + "address": "10.196.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 233.185247ms + - id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "uid": "20e317a7-1da7-4e6c-ae46-1f2e591f558c", + "createTime": "2024-04-02T05:15:18.920629266Z", + "updateTime": "2024-04-02T05:16:55.076949808Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:15:18.545541127Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 149.590378ms + - id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=94 + status: 200 OK + code: 200 + duration: 105.147979ms + - id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-14tigxh5l8ddr&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork-14tigxh5l8ddr","reservedPeeringRanges":["computeaddress14tigxh5l8ddr"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 253.653389ms + - id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712035013828-6151636d79f42-78dd4062-6cdeba5c?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712035013828-6151636d79f42-78dd4062-6cdeba5c", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:16:53.901402741Z", + "endTime": "2024-04-02T05:23:32.594174151Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Instance", + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "uid": "0fd98975-70d7-4952-ac04-eb0f933d45a3", + "createTime": "2024-04-02T05:16:53.896419743Z", + "updateTime": "2024-04-02T05:16:53.896419743Z", + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.196.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 437.220396ms + - id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "uid": "0fd98975-70d7-4952-ac04-eb0f933d45a3", + "createTime": "2024-04-02T05:16:53.896419743Z", + "updateTime": "2024-04-02T05:23:34.735275178Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.196.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 109.134399ms + - id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "uid": "0fd98975-70d7-4952-ac04-eb0f933d45a3", + "createTime": "2024-04-02T05:16:53.896419743Z", + "updateTime": "2024-04-02T05:23:34.735275178Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.196.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 438.607175ms + - id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "uid": "0fd98975-70d7-4952-ac04-eb0f933d45a3", + "createTime": "2024-04-02T05:16:53.896419743Z", + "updateTime": "2024-04-02T05:23:34.735275178Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.196.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 132.260435ms + - id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 178 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"availabilityType":"REGIONAL","databaseFlags":{"enable_google_adaptive_autovacuum":"off"},"labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":4}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr?alt=json&updateMask=databaseFlags%2CmachineConfig + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712035420375-615164f130928-2a1d382f-7bcb6e9a", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:23:40.421377703Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "update", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 175.993867ms + - id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712035420375-615164f130928-2a1d382f-7bcb6e9a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712035420375-615164f130928-2a1d382f-7bcb6e9a", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:23:40.421377703Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "update", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 408.395581ms + - id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "2773667544729791114", + "creationTimestamp": "2024-04-01T22:15:18.008-07:00", + "name": "computenetwork-14tigxh5l8ddr", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/2773667544729791114", + "autoCreateSubnetworks": false, + "peerings": [ + { + "name": "servicenetworking-googleapis-com", + "network": "https://www.googleapis.com/compute/beta/projects/q2ac1aa32ab6e887fp-tp/global/networks/servicenetworking", + "state": "ACTIVE", + "stateDetails": "[2024-04-01T22:17:31.590-07:00]: Connected.", + "autoCreateRoutes": true, + "exportCustomRoutes": false, + "importCustomRoutes": false, + "exchangeSubnetRoutes": true, + "exportSubnetRoutesWithPublicIp": false, + "importSubnetRoutesWithPublicIp": false, + "stackType": "IPV4_ONLY" + } + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 168.770173ms + - id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "uid": "20e317a7-1da7-4e6c-ae46-1f2e591f558c", + "createTime": "2024-04-02T05:15:18.920629266Z", + "updateTime": "2024-04-02T05:29:17.717738953Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:15:18.545541127Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 123.301904ms + - id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "2773667544729791114", + "creationTimestamp": "2024-04-01T22:15:18.008-07:00", + "name": "computenetwork-14tigxh5l8ddr", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/2773667544729791114", + "autoCreateSubnetworks": false, + "peerings": [ + { + "name": "servicenetworking-googleapis-com", + "network": "https://www.googleapis.com/compute/beta/projects/q2ac1aa32ab6e887fp-tp/global/networks/servicenetworking", + "state": "ACTIVE", + "stateDetails": "[2024-04-01T22:17:31.590-07:00]: Connected.", + "autoCreateRoutes": true, + "exportCustomRoutes": false, + "importCustomRoutes": false, + "exchangeSubnetRoutes": true, + "exportSubnetRoutesWithPublicIp": false, + "importSubnetRoutesWithPublicIp": false, + "stackType": "IPV4_ONLY" + } + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 221.746382ms + - id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=99 + status: 200 OK + code: 200 + duration: 109.713707ms + - id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-14tigxh5l8ddr&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork-14tigxh5l8ddr","reservedPeeringRanges":["computeaddress14tigxh5l8ddr"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 313.120041ms + - id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "1264000842426886802", + "creationTimestamp": "2024-04-01T22:15:41.305-07:00", + "name": "computeaddress14tigxh5l8ddr", + "description": "", + "address": "10.196.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 251.926279ms + - id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712035420375-615164f130928-2a1d382f-7bcb6e9a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712035420375-615164f130928-2a1d382f-7bcb6e9a", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:23:40.421377703Z", + "endTime": "2024-04-02T05:35:32.027017850Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "update", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Instance", + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "uid": "0fd98975-70d7-4952-ac04-eb0f933d45a3", + "createTime": "2024-04-02T05:16:53.896419743Z", + "updateTime": "2024-04-02T05:35:30.910588189Z", + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 4 + }, + "availabilityType": "REGIONAL", + "databaseFlags": { + "enable_google_adaptive_autovacuum": "off" + }, + "ipAddress": "10.196.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 95.921339ms + - id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "uid": "0fd98975-70d7-4952-ac04-eb0f933d45a3", + "createTime": "2024-04-02T05:16:53.896419743Z", + "updateTime": "2024-04-02T05:35:32.044251818Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 4 + }, + "availabilityType": "REGIONAL", + "databaseFlags": { + "enable_google_adaptive_autovacuum": "off" + }, + "ipAddress": "10.196.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 124.259596ms + - id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=91 + status: 200 OK + code: 200 + duration: 93.265399ms + - id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "uid": "0fd98975-70d7-4952-ac04-eb0f933d45a3", + "createTime": "2024-04-02T05:16:53.896419743Z", + "updateTime": "2024-04-02T05:35:32.044251818Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 4 + }, + "availabilityType": "REGIONAL", + "databaseFlags": { + "enable_google_adaptive_autovacuum": "off" + }, + "ipAddress": "10.196.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 106.601158ms + - id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "uid": "20e317a7-1da7-4e6c-ae46-1f2e591f558c", + "createTime": "2024-04-02T05:15:18.920629266Z", + "updateTime": "2024-04-02T05:35:29.555906508Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:15:18.545541127Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 127.242405ms + - id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "2773667544729791114", + "creationTimestamp": "2024-04-01T22:15:18.008-07:00", + "name": "computenetwork-14tigxh5l8ddr", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/2773667544729791114", + "autoCreateSubnetworks": false, + "peerings": [ + { + "name": "servicenetworking-googleapis-com", + "network": "https://www.googleapis.com/compute/beta/projects/q2ac1aa32ab6e887fp-tp/global/networks/servicenetworking", + "state": "ACTIVE", + "stateDetails": "[2024-04-01T22:17:31.590-07:00]: Connected.", + "autoCreateRoutes": true, + "exportCustomRoutes": false, + "importCustomRoutes": false, + "exchangeSubnetRoutes": true, + "exportSubnetRoutesWithPublicIp": false, + "importSubnetRoutesWithPublicIp": false, + "stackType": "IPV4_ONLY" + } + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 147.155342ms + - id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "1264000842426886802", + "creationTimestamp": "2024-04-01T22:15:41.305-07:00", + "name": "computeaddress14tigxh5l8ddr", + "description": "", + "address": "10.196.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 194.315627ms + - id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036141347-615167a0c32b1-71d18f47-c3d2b001", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:35:41.395476306Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 180.508538ms + - id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-14tigxh5l8ddr&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork-14tigxh5l8ddr","reservedPeeringRanges":["computeaddress14tigxh5l8ddr"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 253.03662ms + - id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=106 + status: 200 OK + code: 200 + duration: 108.030617ms + - id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "9187491874571954114", + "name": "operation-1712036141333-615167a0bfb1f-89f75eec-e70c1ed6", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr", + "targetId": "2773667544729791114", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T22:35:41.740-07:00", + "startTime": "2024-04-01T22:35:41.750-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036141333-615167a0bfb1f-89f75eec-e70c1ed6" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 557.014313ms + - id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "8507701029534836674", + "name": "operation-1712036141443-615167a0da81b-cd369f12-c45ae7ab", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr", + "targetId": "1264000842426886802", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T22:35:41.810-07:00", + "startTime": "2024-04-01T22:35:41.822-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036141443-615167a0da81b-cd369f12-c45ae7ab" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 536.399186ms + - id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712036141347-615167a0c32b1-71d18f47-c3d2b001?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036141347-615167a0c32b1-71d18f47-c3d2b001", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:35:41.395476306Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 420.11001ms + - id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 44 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"name":"servicenetworking-googleapis-com"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/123456789/global/networks/computenetwork-14tigxh5l8ddr/removePeering?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "7290851685506099137", + "name": "operation-1712036141969-615167a15b11f-dafaec6a-62f17198", + "operationType": "removePeering", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr", + "targetId": "2773667544729791114", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T22:35:42.371-07:00", + "startTime": "2024-04-01T22:35:42.380-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036141969-615167a15b11f-dafaec6a-62f17198" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 546.860816ms + - id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036141333-615167a0bfb1f-89f75eec-e70c1ed6?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"9187491874571954114","name":"operation-1712036141333-615167a0bfb1f-89f75eec-e70c1ed6","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr","targetId":"2773667544729791114","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T22:35:41.740-07:00","startTime":"2024-04-01T22:35:41.750-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036141333-615167a0bfb1f-89f75eec-e70c1ed6"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 155.169582ms + - id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036141443-615167a0da81b-cd369f12-c45ae7ab?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"8507701029534836674","name":"operation-1712036141443-615167a0da81b-cd369f12-c45ae7ab","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr","targetId":"1264000842426886802","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T22:35:41.810-07:00","startTime":"2024-04-01T22:35:41.822-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036141443-615167a0da81b-cd369f12-c45ae7ab"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 143.953762ms + - id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036141969-615167a15b11f-dafaec6a-62f17198?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"7290851685506099137","name":"operation-1712036141969-615167a15b11f-dafaec6a-62f17198","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr","targetId":"2773667544729791114","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T22:35:42.371-07:00","startTime":"2024-04-01T22:35:42.380-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036141969-615167a15b11f-dafaec6a-62f17198"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 139.618604ms + - id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "uid": "20e317a7-1da7-4e6c-ae46-1f2e591f558c", + "createTime": "2024-04-02T05:15:18.920629266Z", + "updateTime": "2024-04-02T05:35:29.555906508Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:15:18.545541127Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 423.262589ms + - id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "uid": "20e317a7-1da7-4e6c-ae46-1f2e591f558c", + "createTime": "2024-04-02T05:15:18.920629266Z", + "updateTime": "2024-04-02T05:35:29.555906508Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:15:18.545541127Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 100.395988ms + - id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036141443-615167a0da81b-cd369f12-c45ae7ab?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"8507701029534836674","name":"operation-1712036141443-615167a0da81b-cd369f12-c45ae7ab","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress14tigxh5l8ddr","targetId":"1264000842426886802","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T22:35:41.810-07:00","startTime":"2024-04-01T22:35:41.822-07:00","endTime":"2024-04-01T22:35:43.868-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036141443-615167a0da81b-cd369f12-c45ae7ab"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 137.336444ms + - id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036141333-615167a0bfb1f-89f75eec-e70c1ed6?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"9187491874571954114","name":"operation-1712036141333-615167a0bfb1f-89f75eec-e70c1ed6","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr","targetId":"2773667544729791114","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T22:35:41.740-07:00","startTime":"2024-04-01T22:35:41.750-07:00","endTime":"2024-04-01T22:36:01.543-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036141333-615167a0bfb1f-89f75eec-e70c1ed6"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 152.302571ms + - id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036141969-615167a15b11f-dafaec6a-62f17198?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"7290851685506099137","name":"operation-1712036141969-615167a15b11f-dafaec6a-62f17198","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-14tigxh5l8ddr","targetId":"2773667544729791114","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T22:35:42.371-07:00","startTime":"2024-04-01T22:35:42.380-07:00","endTime":"2024-04-01T22:35:54.990-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036141969-615167a15b11f-dafaec6a-62f17198"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 200.616176ms + - id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "uid": "20e317a7-1da7-4e6c-ae46-1f2e591f558c", + "createTime": "2024-04-02T05:15:18.920629266Z", + "updateTime": "2024-04-02T05:35:29.555906508Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:15:18.545541127Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 140.015904ms + - id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "uid": "20e317a7-1da7-4e6c-ae46-1f2e591f558c", + "createTime": "2024-04-02T05:15:18.920629266Z", + "updateTime": "2024-04-02T05:35:29.555906508Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:15:18.545541127Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 118.324066ms + - id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "uid": "20e317a7-1da7-4e6c-ae46-1f2e591f558c", + "createTime": "2024-04-02T05:15:18.920629266Z", + "updateTime": "2024-04-02T05:35:29.555906508Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:15:18.545541127Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 102.139428ms + - id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "uid": "20e317a7-1da7-4e6c-ae46-1f2e591f558c", + "createTime": "2024-04-02T05:15:18.920629266Z", + "updateTime": "2024-04-02T05:35:29.555906508Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:15:18.545541127Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 124.086357ms + - id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712036141347-615167a0c32b1-71d18f47-c3d2b001?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036141347-615167a0c32b1-71d18f47-c3d2b001", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:35:41.395476306Z", + "endTime": "2024-04-02T05:40:29.895946033Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr/instances/alloydbinstance14tigxh5l8ddr", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 167.780822ms + - id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "uid": "20e317a7-1da7-4e6c-ae46-1f2e591f558c", + "createTime": "2024-04-02T05:15:18.920629266Z", + "updateTime": "2024-04-02T05:35:29.555906508Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:15:18.545541127Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-14tigxh5l8ddr" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 156.675843ms + - id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036507792-615168fe3b5db-c2f4fb99-3a090ac8", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:41:47.802757916Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 183.929141ms + - id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712036507792-615168fe3b5db-c2f4fb99-3a090ac8?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036507792-615168fe3b5db-c2f4fb99-3a090ac8", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:41:47.802757916Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 424.624165ms + - id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712036507792-615168fe3b5db-c2f4fb99-3a090ac8?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036507792-615168fe3b5db-c2f4fb99-3a090ac8", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:41:47.802757916Z", + "endTime": "2024-04-02T05:42:03.766722665Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster14tigxh5l8ddr", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 110.659328ms diff --git a/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_iamalloydbuser.yaml b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_iamalloydbuser.yaml new file mode 100644 index 0000000000..858e23d20f --- /dev/null +++ b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_iamalloydbuser.yaml @@ -0,0 +1,4083 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 135 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"autoCreateSubnetworks":false,"name":"computenetwork-22nqkauj7nurv","networkFirewallPolicyEnforcementOrder":"AFTER_CLASSIC_FIREWALL"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "6201237629475101730", + "name": "operation-1712038605103-615170ce6225e-2d6c1cc3-63eea575", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv", + "targetId": "4638166758352886818", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T23:16:45.555-07:00", + "startTime": "2024-04-01T23:16:45.566-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712038605103-615170ce6225e-2d6c1cc3-63eea575" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 602.251431ms + - id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712038605103-615170ce6225e-2d6c1cc3-63eea575?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"6201237629475101730","name":"operation-1712038605103-615170ce6225e-2d6c1cc3-63eea575","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv","targetId":"4638166758352886818","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T23:16:45.555-07:00","startTime":"2024-04-01T23:16:45.566-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712038605103-615170ce6225e-2d6c1cc3-63eea575"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 207.433716ms + - id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712038605103-615170ce6225e-2d6c1cc3-63eea575?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"6201237629475101730","name":"operation-1712038605103-615170ce6225e-2d6c1cc3-63eea575","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv","targetId":"4638166758352886818","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T23:16:45.555-07:00","startTime":"2024-04-01T23:16:45.566-07:00","endTime":"2024-04-01T23:16:54.291-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712038605103-615170ce6225e-2d6c1cc3-63eea575"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 253.493353ms + - id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "4638166758352886818", + "creationTimestamp": "2024-04-01T23:16:45.550-07:00", + "name": "computenetwork-22nqkauj7nurv", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/4638166758352886818", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 150.522109ms + - id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "4638166758352886818", + "creationTimestamp": "2024-04-01T23:16:45.550-07:00", + "name": "computenetwork-22nqkauj7nurv", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/4638166758352886818", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 169.477829ms + - id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 239 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"addressType":"INTERNAL","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"name":"computeaddress-22nqkauj7nurv","network":"projects/example-project/global/networks/computenetwork-22nqkauj7nurv","prefixLength":16,"purpose":"VPC_PEERING"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "2515865207983971381", + "name": "operation-1712038617903-615170da97365-7d4641f9-6da4686a", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv", + "targetId": "3042950135784283189", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T23:16:58.324-07:00", + "startTime": "2024-04-01T23:16:58.333-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712038617903-615170da97365-7d4641f9-6da4686a" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 677.169656ms + - id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712038617903-615170da97365-7d4641f9-6da4686a?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"2515865207983971381","name":"operation-1712038617903-615170da97365-7d4641f9-6da4686a","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv","targetId":"3042950135784283189","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T23:16:58.324-07:00","startTime":"2024-04-01T23:16:58.333-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712038617903-615170da97365-7d4641f9-6da4686a"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 170.737519ms + - id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 216 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"clusterType":"PRIMARY","initialUser":{"password":"alloydb-pg"},"labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"networkConfig":{"network":"projects/example-project/global/networks/computenetwork-22nqkauj7nurv"}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters?alt=json&clusterId=alloydbcluster-22nqkauj7nurv + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712038618897-615170db89b9f-dc687429-a3002dcc", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:16:59.570871090Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 1.137146326s + - id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712038618897-615170db89b9f-dc687429-a3002dcc?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712038618897-615170db89b9f-dc687429-a3002dcc", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:16:59.570871090Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 400.720294ms + - id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712038617903-615170da97365-7d4641f9-6da4686a?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"2515865207983971381","name":"operation-1712038617903-615170da97365-7d4641f9-6da4686a","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv","targetId":"3042950135784283189","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T23:16:58.324-07:00","startTime":"2024-04-01T23:16:58.333-07:00","endTime":"2024-04-01T23:16:59.851-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712038617903-615170da97365-7d4641f9-6da4686a"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 155.70384ms + - id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "3042950135784283189", + "creationTimestamp": "2024-04-01T23:16:58.320-07:00", + "name": "computeaddress-22nqkauj7nurv", + "description": "", + "address": "172.24.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv", + "networkTier": "PREMIUM", + "labelFingerprint": "42WmSpB8rSM=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 218.891176ms + - id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 91 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"labelFingerprint":"42WmSpB8rSM=","labels":{"cnrm-test":"true","managed-by-cnrm":"true"}} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv/setLabels?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "4316214364872252425", + "name": "operation-1712038630354-615170e676db4-d267aa63-a4d647f0", + "operationType": "setLabels", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv", + "targetId": "3042950135784283189", + "status": "DONE", + "user": "user@google.com", + "progress": 100, + "insertTime": "2024-04-01T23:17:10.726-07:00", + "startTime": "2024-04-01T23:17:10.727-07:00", + "endTime": "2024-04-01T23:17:10.727-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712038630354-615170e676db4-d267aa63-a4d647f0" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 518.157206ms + - id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "3042950135784283189", + "creationTimestamp": "2024-04-01T23:16:58.320-07:00", + "name": "computeaddress-22nqkauj7nurv", + "description": "", + "address": "172.24.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 242.394364ms + - id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=89 + status: 200 OK + code: 200 + duration: 96.955654ms + - id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712038618897-615170db89b9f-dc687429-a3002dcc?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712038618897-615170db89b9f-dc687429-a3002dcc", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:16:59.570871090Z", + "endTime": "2024-04-02T06:17:05.358704101Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Cluster", + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv", + "uid": "5fb89be1-f2d6-45e5-a6a6-b63a0f835484", + "createTime": "2024-04-02T06:16:59.567271820Z", + "updateTime": "2024-04-02T06:16:59.567271820Z", + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T06:16:59.476570946Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv" + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 435.582872ms + - id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "3042950135784283189", + "creationTimestamp": "2024-04-01T23:16:58.320-07:00", + "name": "computeaddress-22nqkauj7nurv", + "description": "", + "address": "172.24.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 187.437498ms + - id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-22nqkauj7nurv&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 238.112145ms + - id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=122 + status: 200 OK + code: 200 + duration: 123.209492ms + - id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv", + "uid": "5fb89be1-f2d6-45e5-a6a6-b63a0f835484", + "createTime": "2024-04-02T06:16:59.567271820Z", + "updateTime": "2024-04-02T06:17:05.375310751Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T06:16:59.476570946Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 466.59812ms + - id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 138 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"network":"projects/123456789/global/networks/computenetwork-22nqkauj7nurv","reservedPeeringRanges":["computeaddress-22nqkauj7nurv"]} + form: {} + headers: + Content-Type: + - application/json + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections/-?alt=json&force=true&prettyPrint=false&updateMask=reservedPeeringRanges + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-d1372e03-ea43-446d-8151-acc88351ab81"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 456.22729ms + - id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv", + "uid": "5fb89be1-f2d6-45e5-a6a6-b63a0f835484", + "createTime": "2024-04-02T06:16:59.567271820Z", + "updateTime": "2024-04-02T06:17:05.375310751Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T06:16:59.476570946Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 468.38428ms + - id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-123456789-d1372e03-ea43-446d-8151-acc88351ab81?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-d1372e03-ea43-446d-8151-acc88351ab81"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 125.303041ms + - id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 143 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"availabilityType":"REGIONAL","instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances?alt=json&instanceId=alloydbinstance-22nqkauj7nurv + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712038634747-615170eaa7693-88159c82-935cd449", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:17:15.158057801Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 863.504444ms + - id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712038634747-615170eaa7693-88159c82-935cd449?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712038634747-615170eaa7693-88159c82-935cd449", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:17:15.158057801Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 420.700082ms + - id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712038634747-615170eaa7693-88159c82-935cd449?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712038634747-615170eaa7693-88159c82-935cd449", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:17:15.158057801Z", + "endTime": "2024-04-02T06:17:24.436931561Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork-22nqkauj7nurv\": service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv", + "description": "service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "bcd7ca5991de5956" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "bcd7ca5991de5956" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 141.899111ms + - id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 143 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"availabilityType":"REGIONAL","instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances?alt=json&instanceId=alloydbinstance-22nqkauj7nurv + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712038649518-615170f8bda48-c3002c1e-fce3e1ce", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:17:29.597156096Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 224.230595ms + - id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712038649518-615170f8bda48-c3002c1e-fce3e1ce?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712038649518-615170f8bda48-c3002c1e-fce3e1ce", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:17:29.597156096Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 440.968862ms + - id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712038649518-615170f8bda48-c3002c1e-fce3e1ce?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712038649518-615170f8bda48-c3002c1e-fce3e1ce", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:17:29.597156096Z", + "endTime": "2024-04-02T06:17:37.284672482Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork-22nqkauj7nurv\": service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv", + "description": "service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "78510dea74891b4c" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "78510dea74891b4c" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 104.727003ms + - id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 143 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"availabilityType":"REGIONAL","instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances?alt=json&instanceId=alloydbinstance-22nqkauj7nurv + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712038665893-615171085b799-4f730bc8-99c0669d", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:17:45.979586600Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 234.284895ms + - id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712038665893-615171085b799-4f730bc8-99c0669d?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712038665893-615171085b799-4f730bc8-99c0669d", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:17:45.979586600Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 374.872486ms + - id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-123456789-d1372e03-ea43-446d-8151-acc88351ab81?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-d1372e03-ea43-446d-8151-acc88351ab81","done":true,"response":{"@type":"type.googleapis.com/google.cloud.servicenetworking.v1.Connection","network":"projects/123456789/global/networks/computenetwork-22nqkauj7nurv","reservedPeeringRanges":["computeaddress-22nqkauj7nurv"],"peering":"servicenetworking-googleapis-com"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 95.309024ms + - id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=123 + status: 200 OK + code: 200 + duration: 125.499302ms + - id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-22nqkauj7nurv&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork-22nqkauj7nurv","reservedPeeringRanges":["computeaddress-22nqkauj7nurv"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 234.546185ms + - id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv", + "uid": "5fb89be1-f2d6-45e5-a6a6-b63a0f835484", + "createTime": "2024-04-02T06:16:59.567271820Z", + "updateTime": "2024-04-02T06:17:47.142155323Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T06:16:59.476570946Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 96.028064ms + - id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "3042950135784283189", + "creationTimestamp": "2024-04-01T23:16:58.320-07:00", + "name": "computeaddress-22nqkauj7nurv", + "description": "", + "address": "172.24.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 253.928322ms + - id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "4638166758352886818", + "creationTimestamp": "2024-04-01T23:16:45.550-07:00", + "name": "computenetwork-22nqkauj7nurv", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/4638166758352886818", + "autoCreateSubnetworks": false, + "peerings": [ + { + "name": "servicenetworking-googleapis-com", + "network": "https://www.googleapis.com/compute/beta/projects/y21518d097c92dfcap-tp/global/networks/servicenetworking", + "state": "ACTIVE", + "stateDetails": "[2024-04-01T23:18:22.609-07:00]: Connected.", + "autoCreateRoutes": true, + "exportCustomRoutes": false, + "importCustomRoutes": false, + "exchangeSubnetRoutes": true, + "exportSubnetRoutesWithPublicIp": false, + "importSubnetRoutesWithPublicIp": false, + "stackType": "IPV4_ONLY" + } + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 220.223035ms + - id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712038665893-615171085b799-4f730bc8-99c0669d?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712038665893-615171085b799-4f730bc8-99c0669d", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:17:45.979586600Z", + "endTime": "2024-04-02T06:24:20.129453598Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Instance", + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv", + "uid": "b43e1580-ae7a-4dcb-8613-5bffd0fa4db1", + "createTime": "2024-04-02T06:17:45.974024691Z", + "updateTime": "2024-04-02T06:17:45.974024691Z", + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "172.24.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west2-a" + }, + "nodes": [ + { + "zoneId": "us-west2-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 123.835423ms + - id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv", + "uid": "b43e1580-ae7a-4dcb-8613-5bffd0fa4db1", + "createTime": "2024-04-02T06:17:45.974024691Z", + "updateTime": "2024-04-02T06:24:29.263659948Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "172.24.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west2-a" + }, + "nodes": [ + { + "zoneId": "us-west2-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 129.661312ms + - id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv", + "uid": "b43e1580-ae7a-4dcb-8613-5bffd0fa4db1", + "createTime": "2024-04-02T06:17:45.974024691Z", + "updateTime": "2024-04-02T06:24:29.263659948Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "172.24.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west2-a" + }, + "nodes": [ + { + "zoneId": "us-west2-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 129.294802ms + - id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 32 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"userType":"ALLOYDB_IAM_USER"} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/users?alt=json&userId=alloydbuser-22nqkauj7nurv + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/users/alloydbuser-22nqkauj7nurv", + "databaseRoles": [ + "alloydbiamuser" + ], + "userType": "ALLOYDB_IAM_USER" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 590.763741ms + - id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/users/alloydbuser-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/users/alloydbuser-22nqkauj7nurv", + "databaseRoles": [ + "alloydbiamuser" + ], + "userType": "ALLOYDB_IAM_USER" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 525.37304ms + - id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/users/alloydbuser-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/users/alloydbuser-22nqkauj7nurv", + "databaseRoles": [ + "alloydbiamuser" + ], + "userType": "ALLOYDB_IAM_USER" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 506.639002ms + - id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/users/alloydbuser-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/users/alloydbuser-22nqkauj7nurv", + "databaseRoles": [ + "alloydbiamuser" + ], + "userType": "ALLOYDB_IAM_USER" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 800.647964ms + - id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 100 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"databaseRoles":["pg_monitor","pg_signal_backend","alloydbiamuser"],"userType":"ALLOYDB_IAM_USER"} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/users?alt=json&userId=alloydbuser-22nqkauj7nurv + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/users/alloydbuser-22nqkauj7nurv", + "databaseRoles": [ + "alloydbiamuser", + "pg_monitor", + "pg_signal_backend" + ], + "userType": "ALLOYDB_IAM_USER" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 837.712179ms + - id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/users/alloydbuser-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/users/alloydbuser-22nqkauj7nurv", + "databaseRoles": [ + "alloydbiamuser", + "pg_monitor", + "pg_signal_backend" + ], + "userType": "ALLOYDB_IAM_USER" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 486.513906ms + - id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/users/alloydbuser-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/users/alloydbuser-22nqkauj7nurv", + "databaseRoles": [ + "alloydbiamuser", + "pg_monitor", + "pg_signal_backend" + ], + "userType": "ALLOYDB_IAM_USER" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 521.518221ms + - id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv", + "uid": "5fb89be1-f2d6-45e5-a6a6-b63a0f835484", + "createTime": "2024-04-02T06:16:59.567271820Z", + "updateTime": "2024-04-02T06:24:17.547115192Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T06:16:59.476570946Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 86.532188ms + - id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=92 + status: 200 OK + code: 200 + duration: 103.286587ms + - id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv", + "uid": "b43e1580-ae7a-4dcb-8613-5bffd0fa4db1", + "createTime": "2024-04-02T06:17:45.974024691Z", + "updateTime": "2024-04-02T06:24:29.263659948Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "172.24.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west2-a" + }, + "nodes": [ + { + "zoneId": "us-west2-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 132.216402ms + - id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "4638166758352886818", + "creationTimestamp": "2024-04-01T23:16:45.550-07:00", + "name": "computenetwork-22nqkauj7nurv", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/4638166758352886818", + "autoCreateSubnetworks": false, + "peerings": [ + { + "name": "servicenetworking-googleapis-com", + "network": "https://www.googleapis.com/compute/beta/projects/y21518d097c92dfcap-tp/global/networks/servicenetworking", + "state": "ACTIVE", + "stateDetails": "[2024-04-01T23:18:22.609-07:00]: Connected.", + "autoCreateRoutes": true, + "exportCustomRoutes": false, + "importCustomRoutes": false, + "exchangeSubnetRoutes": true, + "exportSubnetRoutesWithPublicIp": false, + "importSubnetRoutesWithPublicIp": false, + "stackType": "IPV4_ONLY" + } + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 201.946963ms + - id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "3042950135784283189", + "creationTimestamp": "2024-04-01T23:16:58.320-07:00", + "name": "computeaddress-22nqkauj7nurv", + "description": "", + "address": "172.24.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 238.502878ms + - id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/users/alloydbuser-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/users/alloydbuser-22nqkauj7nurv", + "databaseRoles": [ + "alloydbiamuser", + "pg_monitor", + "pg_signal_backend" + ], + "userType": "ALLOYDB_IAM_USER" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 428.140443ms + - id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-22nqkauj7nurv&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork-22nqkauj7nurv","reservedPeeringRanges":["computeaddress-22nqkauj7nurv"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 241.396308ms + - id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712039138063-615172caa75b4-bdeaaeda-29e25640", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:25:38.102939095Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 182.883846ms + - id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=96 + status: 200 OK + code: 200 + duration: 97.303167ms + - id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "8387222249079708173", + "name": "operation-1712039138071-615172caa957c-f95f18a9-a94b6131", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv", + "targetId": "4638166758352886818", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T23:25:38.419-07:00", + "startTime": "2024-04-01T23:25:38.430-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712039138071-615172caa957c-f95f18a9-a94b6131" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 522.05191ms + - id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "2935614453471123981", + "name": "operation-1712039138163-615172cabfb2d-fe44710e-bcbeb58b", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv", + "targetId": "3042950135784283189", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T23:25:38.510-07:00", + "startTime": "2024-04-01T23:25:38.522-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712039138163-615172cabfb2d-fe44710e-bcbeb58b" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 492.961465ms + - id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712039138063-615172caa75b4-bdeaaeda-29e25640?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712039138063-615172caa75b4-bdeaaeda-29e25640", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:25:38.102939095Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 373.867501ms + - id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712039138163-615172cabfb2d-fe44710e-bcbeb58b?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"2935614453471123981","name":"operation-1712039138163-615172cabfb2d-fe44710e-bcbeb58b","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv","targetId":"3042950135784283189","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T23:25:38.510-07:00","startTime":"2024-04-01T23:25:38.522-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712039138163-615172cabfb2d-fe44710e-bcbeb58b"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 198.716383ms + - id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712039138071-615172caa957c-f95f18a9-a94b6131?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"8387222249079708173","name":"operation-1712039138071-615172caa957c-f95f18a9-a94b6131","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv","targetId":"4638166758352886818","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T23:25:38.419-07:00","startTime":"2024-04-01T23:25:38.430-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712039138071-615172caa957c-f95f18a9-a94b6131"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 234.914389ms + - id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 44 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"name":"servicenetworking-googleapis-com"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/123456789/global/networks/computenetwork-22nqkauj7nurv/removePeering?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "3611867319198161420", + "name": "operation-1712039138576-615172cb24828-a70ae535-31db06a6", + "operationType": "removePeering", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv", + "targetId": "4638166758352886818", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T23:25:39.186-07:00", + "startTime": "2024-04-01T23:25:39.200-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712039138576-615172cb24828-a70ae535-31db06a6" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 865.195915ms + - id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv", + "uid": "5fb89be1-f2d6-45e5-a6a6-b63a0f835484", + "createTime": "2024-04-02T06:16:59.567271820Z", + "updateTime": "2024-04-02T06:24:17.547115192Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T06:16:59.476570946Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 429.846003ms + - id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712039138576-615172cb24828-a70ae535-31db06a6?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"3611867319198161420","name":"operation-1712039138576-615172cb24828-a70ae535-31db06a6","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv","targetId":"4638166758352886818","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T23:25:39.186-07:00","startTime":"2024-04-01T23:25:39.200-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712039138576-615172cb24828-a70ae535-31db06a6"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 144.893941ms + - id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv", + "uid": "5fb89be1-f2d6-45e5-a6a6-b63a0f835484", + "createTime": "2024-04-02T06:16:59.567271820Z", + "updateTime": "2024-04-02T06:24:17.547115192Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T06:16:59.476570946Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 389.686489ms + - id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712039138163-615172cabfb2d-fe44710e-bcbeb58b?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"2935614453471123981","name":"operation-1712039138163-615172cabfb2d-fe44710e-bcbeb58b","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-22nqkauj7nurv","targetId":"3042950135784283189","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T23:25:38.510-07:00","startTime":"2024-04-01T23:25:38.522-07:00","endTime":"2024-04-01T23:25:40.667-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712039138163-615172cabfb2d-fe44710e-bcbeb58b"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 153.944909ms + - id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712039138576-615172cb24828-a70ae535-31db06a6?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"3611867319198161420","name":"operation-1712039138576-615172cb24828-a70ae535-31db06a6","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv","targetId":"4638166758352886818","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T23:25:39.186-07:00","startTime":"2024-04-01T23:25:39.200-07:00","endTime":"2024-04-01T23:25:49.598-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712039138576-615172cb24828-a70ae535-31db06a6"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 107.986146ms + - id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712039138071-615172caa957c-f95f18a9-a94b6131?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"8387222249079708173","name":"operation-1712039138071-615172caa957c-f95f18a9-a94b6131","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-22nqkauj7nurv","targetId":"4638166758352886818","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T23:25:38.419-07:00","startTime":"2024-04-01T23:25:38.430-07:00","endTime":"2024-04-01T23:25:53.989-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712039138071-615172caa957c-f95f18a9-a94b6131"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 208.211342ms + - id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv", + "uid": "5fb89be1-f2d6-45e5-a6a6-b63a0f835484", + "createTime": "2024-04-02T06:16:59.567271820Z", + "updateTime": "2024-04-02T06:24:17.547115192Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T06:16:59.476570946Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 80.58267ms + - id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv", + "uid": "5fb89be1-f2d6-45e5-a6a6-b63a0f835484", + "createTime": "2024-04-02T06:16:59.567271820Z", + "updateTime": "2024-04-02T06:24:17.547115192Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T06:16:59.476570946Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 128.516323ms + - id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv", + "uid": "5fb89be1-f2d6-45e5-a6a6-b63a0f835484", + "createTime": "2024-04-02T06:16:59.567271820Z", + "updateTime": "2024-04-02T06:24:17.547115192Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T06:16:59.476570946Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 149.699511ms + - id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv", + "uid": "5fb89be1-f2d6-45e5-a6a6-b63a0f835484", + "createTime": "2024-04-02T06:16:59.567271820Z", + "updateTime": "2024-04-02T06:24:17.547115192Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T06:16:59.476570946Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 97.418999ms + - id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712039138063-615172caa75b4-bdeaaeda-29e25640?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712039138063-615172caa75b4-bdeaaeda-29e25640", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:25:38.102939095Z", + "endTime": "2024-04-02T06:29:57.127384371Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv/instances/alloydbinstance-22nqkauj7nurv", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 76.663781ms + - id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv", + "uid": "5fb89be1-f2d6-45e5-a6a6-b63a0f835484", + "createTime": "2024-04-02T06:16:59.567271820Z", + "updateTime": "2024-04-02T06:24:17.547115192Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west2" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T06:16:59.476570946Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-22nqkauj7nurv" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 380.513519ms + - id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712039505637-6151742932fe4-31735267-b255db05", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:31:45.648620467Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 452.093982ms + - id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712039505637-6151742932fe4-31735267-b255db05?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712039505637-6151742932fe4-31735267-b255db05", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:31:45.648620467Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 417.237466ms + - id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west2/operations/operation-1712039505637-6151742932fe4-31735267-b255db05?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west2/operations/operation-1712039505637-6151742932fe4-31735267-b255db05", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:31:45.648620467Z", + "endTime": "2024-04-02T06:32:02.053273914Z", + "target": "projects/example-project/locations/us-west2/clusters/alloydbcluster-22nqkauj7nurv", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 422.831366ms diff --git a/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_readalloydbinstance.yaml b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_readalloydbinstance.yaml new file mode 100644 index 0000000000..791416b992 --- /dev/null +++ b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_readalloydbinstance.yaml @@ -0,0 +1,5988 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 133 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"autoCreateSubnetworks":true,"name":"computenetwork1chwh6gcmj758","networkFirewallPolicyEnforcementOrder":"AFTER_CLASSIC_FIREWALL"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "6100861791341258199", + "name": "operation-1712036663554-61516992c7022-100722ee-c0bd1934", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758", + "targetId": "6721471062236079575", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T22:44:24.257-07:00", + "startTime": "2024-04-01T22:44:24.269-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036663554-61516992c7022-100722ee-c0bd1934" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 841.020483ms + - id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 197 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"clusterType":"PRIMARY","initialUser":{"password":"alloydb-pg"},"labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"network":"projects/example-project/global/networks/computenetwork1chwh6gcmj758"} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters?alt=json&clusterId=alloydbcluster1chwh6gcmj758 + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036664617-61516993ca878-652e048f-965c1f5b", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:44:25.007523564Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 843.046123ms + - id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036663554-61516992c7022-100722ee-c0bd1934?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"6100861791341258199","name":"operation-1712036663554-61516992c7022-100722ee-c0bd1934","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758","targetId":"6721471062236079575","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T22:44:24.257-07:00","startTime":"2024-04-01T22:44:24.269-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036663554-61516992c7022-100722ee-c0bd1934"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 153.809674ms + - id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712036664617-61516993ca878-652e048f-965c1f5b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036664617-61516993ca878-652e048f-965c1f5b", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:44:25.007523564Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 430.127686ms + - id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712036664617-61516993ca878-652e048f-965c1f5b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036664617-61516993ca878-652e048f-965c1f5b", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:44:25.007523564Z", + "endTime": "2024-04-02T05:44:30.561732159Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Cluster", + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "uid": "0d60ec64-75cd-426d-961e-d655d67ad566", + "createTime": "2024-04-02T05:44:25.003928048Z", + "updateTime": "2024-04-02T05:44:25.003928048Z", + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:44:24.624413201Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758" + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 440.144975ms + - id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "uid": "0d60ec64-75cd-426d-961e-d655d67ad566", + "createTime": "2024-04-02T05:44:25.003928048Z", + "updateTime": "2024-04-02T05:44:30.577441802Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:44:24.624413201Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 451.536654ms + - id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "uid": "0d60ec64-75cd-426d-961e-d655d67ad566", + "createTime": "2024-04-02T05:44:25.003928048Z", + "updateTime": "2024-04-02T05:44:30.577441802Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:44:24.624413201Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 406.083178ms + - id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances?alt=json&instanceId=alloydbinstance1chwh6gcmj758 + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036679879-615169a258b93-0847fad6-e9fc6826", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:44:40.236142538Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 819.466096ms + - id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712036679879-615169a258b93-0847fad6-e9fc6826?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036679879-615169a258b93-0847fad6-e9fc6826", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:44:40.236142538Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 436.074684ms + - id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712036679879-615169a258b93-0847fad6-e9fc6826?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036679879-615169a258b93-0847fad6-e9fc6826", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:44:40.236142538Z", + "endTime": "2024-04-02T05:44:48.724734423Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork1chwh6gcmj758\": service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "description": "service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "55d5b2d543f787ef" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "55d5b2d543f787ef" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 130.293356ms + - id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances?alt=json&instanceId=alloydbinstance1chwh6gcmj758 + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036694539-615169b053bb0-ef21d1ba-b8ab8c5f", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:44:54.599701754Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 168.345403ms + - id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712036694539-615169b053bb0-ef21d1ba-b8ab8c5f?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036694539-615169b053bb0-ef21d1ba-b8ab8c5f", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:44:54.599701754Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 95.79664ms + - id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712036694539-615169b053bb0-ef21d1ba-b8ab8c5f?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036694539-615169b053bb0-ef21d1ba-b8ab8c5f", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:44:54.599701754Z", + "endTime": "2024-04-02T05:45:01.911119151Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork1chwh6gcmj758\": service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "description": "service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "0843ce91d3d6c1cc" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "0843ce91d3d6c1cc" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 100.22105ms + - id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances?alt=json&instanceId=alloydbinstance1chwh6gcmj758 + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036709547-615169bea3c74-eccdf342-dbab49a1", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:45:09.608905802Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 172.301872ms + - id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712036709547-615169bea3c74-eccdf342-dbab49a1?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036709547-615169bea3c74-eccdf342-dbab49a1", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:45:09.608905802Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 98.484121ms + - id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036663554-61516992c7022-100722ee-c0bd1934?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"6100861791341258199","name":"operation-1712036663554-61516992c7022-100722ee-c0bd1934","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758","targetId":"6721471062236079575","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T22:44:24.257-07:00","startTime":"2024-04-01T22:44:24.269-07:00","endTime":"2024-04-01T22:45:09.924-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036663554-61516992c7022-100722ee-c0bd1934"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 201.10971ms + - id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "6721471062236079575", + "creationTimestamp": "2024-04-01T22:44:24.243-07:00", + "name": "computenetwork1chwh6gcmj758", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/6721471062236079575", + "autoCreateSubnetworks": true, + "subnetworks": [ + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-east2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/southamerica-east1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-central1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-southeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-south2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west6/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west10/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/australia-southeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-south1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west4/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-east1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/southamerica-west1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east4/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-central2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west3/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-southeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/africa-south1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-central2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-west1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/australia-southeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast3/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west4/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east5/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-north1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west9/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west8/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west12/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-southwest1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-south1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/northamerica-northeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west3/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/northamerica-northeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west1/subnetworks/computenetwork1chwh6gcmj758" + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 223.199287ms + - id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "6721471062236079575", + "creationTimestamp": "2024-04-01T22:44:24.243-07:00", + "name": "computenetwork1chwh6gcmj758", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/6721471062236079575", + "autoCreateSubnetworks": true, + "subnetworks": [ + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-east2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/southamerica-east1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-central1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-southeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-south2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west6/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west10/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/australia-southeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-south1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west4/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-east1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/southamerica-west1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east4/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-central2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west3/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-southeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/africa-south1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-central2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-west1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/australia-southeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast3/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west4/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east5/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-north1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west9/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west8/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west12/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-southwest1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-south1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/northamerica-northeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west3/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/northamerica-northeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west1/subnetworks/computenetwork1chwh6gcmj758" + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 160.360184ms + - id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 237 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"addressType":"INTERNAL","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"name":"computeaddress1chwh6gcmj758","network":"projects/example-project/global/networks/computenetwork1chwh6gcmj758","prefixLength":16,"purpose":"VPC_PEERING"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "2811780891240965505", + "name": "operation-1712036718244-615169c6ef29a-ec975bbc-e0cb86f9", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758", + "targetId": "8692518037831951745", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T22:45:18.787-07:00", + "startTime": "2024-04-01T22:45:18.798-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036718244-615169c6ef29a-ec975bbc-e0cb86f9" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 770.295861ms + - id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036718244-615169c6ef29a-ec975bbc-e0cb86f9?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"2811780891240965505","name":"operation-1712036718244-615169c6ef29a-ec975bbc-e0cb86f9","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758","targetId":"8692518037831951745","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T22:45:18.787-07:00","startTime":"2024-04-01T22:45:18.798-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036718244-615169c6ef29a-ec975bbc-e0cb86f9"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 135.875836ms + - id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712036709547-615169bea3c74-eccdf342-dbab49a1?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036709547-615169bea3c74-eccdf342-dbab49a1", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:45:09.608905802Z", + "endTime": "2024-04-02T05:45:17.183246160Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork1chwh6gcmj758\": service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "description": "service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "40848783b64e2521" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "40848783b64e2521" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 90.36598ms + - id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances?alt=json&instanceId=alloydbinstance1chwh6gcmj758 + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036728447-615169d0aa361-12b41d94-d9dbebfa", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:45:28.503427625Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 149.238305ms + - id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712036728447-615169d0aa361-12b41d94-d9dbebfa?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036728447-615169d0aa361-12b41d94-d9dbebfa", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:45:28.503427625Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 105.284529ms + - id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036718244-615169c6ef29a-ec975bbc-e0cb86f9?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"2811780891240965505","name":"operation-1712036718244-615169c6ef29a-ec975bbc-e0cb86f9","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758","targetId":"8692518037831951745","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T22:45:18.787-07:00","startTime":"2024-04-01T22:45:18.798-07:00","endTime":"2024-04-01T22:45:22.346-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036718244-615169c6ef29a-ec975bbc-e0cb86f9"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 119.031278ms + - id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "8692518037831951745", + "creationTimestamp": "2024-04-01T22:45:18.754-07:00", + "name": "computeaddress1chwh6gcmj758", + "description": "", + "address": "10.20.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758", + "networkTier": "PREMIUM", + "labelFingerprint": "42WmSpB8rSM=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 254.754734ms + - id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 91 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"labelFingerprint":"42WmSpB8rSM=","labels":{"cnrm-test":"true","managed-by-cnrm":"true"}} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758/setLabels?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "5754099356066522516", + "name": "operation-1712036730808-615169d2eaa2e-9975198a-71c8eea3", + "operationType": "setLabels", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758", + "targetId": "8692518037831951745", + "status": "DONE", + "user": "user@google.com", + "progress": 100, + "insertTime": "2024-04-01T22:45:31.368-07:00", + "startTime": "2024-04-01T22:45:31.370-07:00", + "endTime": "2024-04-01T22:45:31.370-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712036730808-615169d2eaa2e-9975198a-71c8eea3" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 836.548445ms + - id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "8692518037831951745", + "creationTimestamp": "2024-04-01T22:45:18.754-07:00", + "name": "computeaddress1chwh6gcmj758", + "description": "", + "address": "10.20.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 198.535209ms + - id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=99 + status: 200 OK + code: 200 + duration: 107.103169ms + - id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "8692518037831951745", + "creationTimestamp": "2024-04-01T22:45:18.754-07:00", + "name": "computeaddress1chwh6gcmj758", + "description": "", + "address": "10.20.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 206.081599ms + - id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork1chwh6gcmj758&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 285.393781ms + - id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=122 + status: 200 OK + code: 200 + duration: 123.461947ms + - id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 136 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"network":"projects/123456789/global/networks/computenetwork1chwh6gcmj758","reservedPeeringRanges":["computeaddress1chwh6gcmj758"]} + form: {} + headers: + Content-Type: + - application/json + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections/-?alt=json&force=true&prettyPrint=false&updateMask=reservedPeeringRanges + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-508ae82c-3952-442e-ae0b-ab12f6128366"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 477.150512ms + - id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-123456789-508ae82c-3952-442e-ae0b-ab12f6128366?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-508ae82c-3952-442e-ae0b-ab12f6128366"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 110.152819ms + - id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712036728447-615169d0aa361-12b41d94-d9dbebfa?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036728447-615169d0aa361-12b41d94-d9dbebfa", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:45:28.503427625Z", + "endTime": "2024-04-02T05:45:35.904219829Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork1chwh6gcmj758\": service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "description": "service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "7f978e284ef2cde1" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "7f978e284ef2cde1" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 104.067289ms + - id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances?alt=json&instanceId=alloydbinstance1chwh6gcmj758 + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036755471-615169ea6fb59-1c7eaec5-4acf743d", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:45:55.547868427Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 219.708248ms + - id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712036755471-615169ea6fb59-1c7eaec5-4acf743d?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036755471-615169ea6fb59-1c7eaec5-4acf743d", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:45:55.547868427Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 105.2247ms + - id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712036755471-615169ea6fb59-1c7eaec5-4acf743d?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036755471-615169ea6fb59-1c7eaec5-4acf743d", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:45:55.547868427Z", + "endTime": "2024-04-02T05:46:03.356563761Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork1chwh6gcmj758\": service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "description": "service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "79431ddd07e1dfe7" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "79431ddd07e1dfe7" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 109.512759ms + - id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances?alt=json&instanceId=alloydbinstance1chwh6gcmj758 + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036799565-61516a147ccfe-f7e1cce4-86b215d3", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:46:39.639386197Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 531.897826ms + - id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712036799565-61516a147ccfe-f7e1cce4-86b215d3?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036799565-61516a147ccfe-f7e1cce4-86b215d3", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:46:39.639386197Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 440.731596ms + - id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-123456789-508ae82c-3952-442e-ae0b-ab12f6128366?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-508ae82c-3952-442e-ae0b-ab12f6128366","done":true,"response":{"@type":"type.googleapis.com/google.cloud.servicenetworking.v1.Connection","network":"projects/123456789/global/networks/computenetwork1chwh6gcmj758","reservedPeeringRanges":["computeaddress1chwh6gcmj758"],"peering":"servicenetworking-googleapis-com"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 119.361658ms + - id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=92 + status: 200 OK + code: 200 + duration: 94.28247ms + - id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork1chwh6gcmj758&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork1chwh6gcmj758","reservedPeeringRanges":["computeaddress1chwh6gcmj758"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 231.715217ms + - id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "6721471062236079575", + "creationTimestamp": "2024-04-01T22:44:24.243-07:00", + "name": "computenetwork1chwh6gcmj758", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/6721471062236079575", + "autoCreateSubnetworks": true, + "subnetworks": [ + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-east2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/southamerica-east1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-central1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-southeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-south2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west6/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west10/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/australia-southeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-south1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west4/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-east1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/southamerica-west1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east4/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-central2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west3/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-southeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/africa-south1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-central2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-west1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/australia-southeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast3/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west4/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east5/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-north1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west9/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west8/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west12/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-southwest1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-south1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/northamerica-northeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west3/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/northamerica-northeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west1/subnetworks/computenetwork1chwh6gcmj758" + ], + "peerings": [ + { + "name": "servicenetworking-googleapis-com", + "network": "https://www.googleapis.com/compute/beta/projects/ve346fa5db8ace7b2p-tp/global/networks/servicenetworking", + "state": "ACTIVE", + "stateDetails": "[2024-04-01T22:47:19.390-07:00]: Connected.", + "autoCreateRoutes": true, + "exportCustomRoutes": false, + "importCustomRoutes": false, + "exchangeSubnetRoutes": true, + "exportSubnetRoutesWithPublicIp": false, + "importSubnetRoutesWithPublicIp": false, + "stackType": "IPV4_ONLY" + } + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 201.410027ms + - id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=113 + status: 200 OK + code: 200 + duration: 122.81393ms + - id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork1chwh6gcmj758&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork1chwh6gcmj758","reservedPeeringRanges":["computeaddress1chwh6gcmj758"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 291.918843ms + - id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712036799565-61516a147ccfe-f7e1cce4-86b215d3?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712036799565-61516a147ccfe-f7e1cce4-86b215d3", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:46:39.639386197Z", + "endTime": "2024-04-02T05:52:48.946419023Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Instance", + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "uid": "b92e06ce-d3a2-44ed-937a-4637dc689f8d", + "createTime": "2024-04-02T05:46:39.634763737Z", + "updateTime": "2024-04-02T05:46:39.634763737Z", + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.20.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 111.719035ms + - id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "uid": "b92e06ce-d3a2-44ed-937a-4637dc689f8d", + "createTime": "2024-04-02T05:46:39.634763737Z", + "updateTime": "2024-04-02T05:52:48.961835896Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.20.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 129.352267ms + - id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "uid": "b92e06ce-d3a2-44ed-937a-4637dc689f8d", + "createTime": "2024-04-02T05:46:39.634763737Z", + "updateTime": "2024-04-02T05:52:48.961835896Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.20.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 434.956513ms + - id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 148 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"READ_POOL","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2},"readPoolConfig":{"nodeCount":1}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances?alt=json&instanceId=alloydbreadinstance1chwh6gcmj758 + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712037174614-61516b7a29b06-7e6aed1c-6b6e2e0d", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:52:54.727263505Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 252.615463ms + - id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712037174614-61516b7a29b06-7e6aed1c-6b6e2e0d?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712037174614-61516b7a29b06-7e6aed1c-6b6e2e0d", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:52:54.727263505Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 105.393395ms + - id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "uid": "0d60ec64-75cd-426d-961e-d655d67ad566", + "createTime": "2024-04-02T05:44:25.003928048Z", + "updateTime": "2024-04-02T05:52:56.141545642Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:44:24.624413201Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 109.698695ms + - id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "8692518037831951745", + "creationTimestamp": "2024-04-01T22:45:18.754-07:00", + "name": "computeaddress1chwh6gcmj758", + "description": "", + "address": "10.20.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 238.184942ms + - id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712037174614-61516b7a29b06-7e6aed1c-6b6e2e0d?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712037174614-61516b7a29b06-7e6aed1c-6b6e2e0d", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:52:54.727263505Z", + "endTime": "2024-04-02T05:57:31.034400562Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Instance", + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758", + "uid": "9580ba9c-6133-49fb-a219-aff1a3183796", + "createTime": "2024-04-02T05:52:54.720796751Z", + "updateTime": "2024-04-02T05:52:54.720796751Z", + "state": "READY", + "instanceType": "READ_POOL", + "machineConfig": { + "cpuCount": 2 + }, + "readPoolConfig": { + "nodeCount": 1 + }, + "ipAddress": "10.20.0.5", + "reconciling": false, + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 107.87696ms + - id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758", + "uid": "9580ba9c-6133-49fb-a219-aff1a3183796", + "createTime": "2024-04-02T05:52:54.720796751Z", + "updateTime": "2024-04-02T05:57:31.054050337Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "READ_POOL", + "machineConfig": { + "cpuCount": 2 + }, + "readPoolConfig": { + "nodeCount": 1 + }, + "ipAddress": "10.20.0.5", + "reconciling": false, + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 110.5883ms + - id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758", + "uid": "9580ba9c-6133-49fb-a219-aff1a3183796", + "createTime": "2024-04-02T05:52:54.720796751Z", + "updateTime": "2024-04-02T05:57:31.054050337Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "READ_POOL", + "machineConfig": { + "cpuCount": 2 + }, + "readPoolConfig": { + "nodeCount": 1 + }, + "ipAddress": "10.20.0.5", + "reconciling": false, + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 117.22165ms + - id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 121 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2},"readPoolConfig":{"nodeCount":3}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758?alt=json&updateMask=readPoolConfig + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712037453332-61516c83f8155-4e3cc1e2-c25a9842", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:57:33.393442018Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758", + "verb": "update", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 206.34048ms + - id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712037453332-61516c83f8155-4e3cc1e2-c25a9842?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712037453332-61516c83f8155-4e3cc1e2-c25a9842", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:57:33.393442018Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758", + "verb": "update", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 112.57288ms + - id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "6721471062236079575", + "creationTimestamp": "2024-04-01T22:44:24.243-07:00", + "name": "computenetwork1chwh6gcmj758", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/6721471062236079575", + "autoCreateSubnetworks": true, + "subnetworks": [ + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-east2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/southamerica-east1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-central1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-southeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-south2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west6/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west10/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/australia-southeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-south1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west4/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-east1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/southamerica-west1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east4/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-central2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west3/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-southeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/africa-south1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-central2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-west1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/australia-southeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast3/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west4/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east5/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-north1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west9/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west8/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west12/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-southwest1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-south1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/northamerica-northeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west3/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/northamerica-northeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west1/subnetworks/computenetwork1chwh6gcmj758" + ], + "peerings": [ + { + "name": "servicenetworking-googleapis-com", + "network": "https://www.googleapis.com/compute/beta/projects/ve346fa5db8ace7b2p-tp/global/networks/servicenetworking", + "state": "ACTIVE", + "stateDetails": "[2024-04-01T22:47:19.390-07:00]: Connected.", + "autoCreateRoutes": true, + "exportCustomRoutes": false, + "importCustomRoutes": false, + "exchangeSubnetRoutes": true, + "exportSubnetRoutesWithPublicIp": false, + "importSubnetRoutesWithPublicIp": false, + "stackType": "IPV4_ONLY" + } + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 190.847987ms + - id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712037453332-61516c83f8155-4e3cc1e2-c25a9842?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712037453332-61516c83f8155-4e3cc1e2-c25a9842", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T05:57:33.393442018Z", + "endTime": "2024-04-02T06:00:40.008198238Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758", + "verb": "update", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Instance", + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758", + "uid": "9580ba9c-6133-49fb-a219-aff1a3183796", + "createTime": "2024-04-02T05:52:54.720796751Z", + "updateTime": "2024-04-02T06:00:38.896797583Z", + "state": "READY", + "instanceType": "READ_POOL", + "machineConfig": { + "cpuCount": 2 + }, + "readPoolConfig": { + "nodeCount": 3 + }, + "ipAddress": "10.20.0.5", + "reconciling": false, + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 118.383607ms + - id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758", + "uid": "9580ba9c-6133-49fb-a219-aff1a3183796", + "createTime": "2024-04-02T05:52:54.720796751Z", + "updateTime": "2024-04-02T06:00:40.033828299Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "READ_POOL", + "machineConfig": { + "cpuCount": 2 + }, + "readPoolConfig": { + "nodeCount": 3 + }, + "ipAddress": "10.20.0.5", + "reconciling": false, + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 128.141957ms + - id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758", + "uid": "9580ba9c-6133-49fb-a219-aff1a3183796", + "createTime": "2024-04-02T05:52:54.720796751Z", + "updateTime": "2024-04-02T06:00:40.033828299Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "READ_POOL", + "machineConfig": { + "cpuCount": 2 + }, + "readPoolConfig": { + "nodeCount": 3 + }, + "ipAddress": "10.20.0.5", + "reconciling": false, + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 93.627698ms + - id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "uid": "0d60ec64-75cd-426d-961e-d655d67ad566", + "createTime": "2024-04-02T05:44:25.003928048Z", + "updateTime": "2024-04-02T05:52:56.141545642Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:44:24.624413201Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 104.364958ms + - id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "uid": "b92e06ce-d3a2-44ed-937a-4637dc689f8d", + "createTime": "2024-04-02T05:46:39.634763737Z", + "updateTime": "2024-04-02T05:53:27.556909735Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.20.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 92.983327ms + - id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=112 + status: 200 OK + code: 200 + duration: 121.661417ms + - id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "6721471062236079575", + "creationTimestamp": "2024-04-01T22:44:24.243-07:00", + "name": "computenetwork1chwh6gcmj758", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/6721471062236079575", + "autoCreateSubnetworks": true, + "subnetworks": [ + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-east2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/southamerica-east1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-central1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-southeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-south2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west6/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west10/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/australia-southeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-central1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-south1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west4/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-east1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/southamerica-west1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east4/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-central2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west3/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-southeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/africa-south1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-central2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/me-west1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/australia-southeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast3/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west4/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-east5/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-north1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west9/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west8/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west12/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-southwest1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-south1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/northamerica-northeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/us-west3/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/asia-northeast2/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/northamerica-northeast1/subnetworks/computenetwork1chwh6gcmj758", + "https://www.googleapis.com/compute/beta/projects/example-project/regions/europe-west1/subnetworks/computenetwork1chwh6gcmj758" + ], + "peerings": [ + { + "name": "servicenetworking-googleapis-com", + "network": "https://www.googleapis.com/compute/beta/projects/ve346fa5db8ace7b2p-tp/global/networks/servicenetworking", + "state": "ACTIVE", + "stateDetails": "[2024-04-01T22:47:19.390-07:00]: Connected.", + "autoCreateRoutes": true, + "exportCustomRoutes": false, + "importCustomRoutes": false, + "exchangeSubnetRoutes": true, + "exportSubnetRoutesWithPublicIp": false, + "importSubnetRoutesWithPublicIp": false, + "stackType": "IPV4_ONLY" + } + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 158.139096ms + - id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "8692518037831951745", + "creationTimestamp": "2024-04-01T22:45:18.754-07:00", + "name": "computeaddress1chwh6gcmj758", + "description": "", + "address": "10.20.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 206.581985ms + - id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712037649307-61516d3edd637-a3a5fc9f-c0818792", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:00:49.361380460Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 207.736935ms + - id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork1chwh6gcmj758&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork1chwh6gcmj758","reservedPeeringRanges":["computeaddress1chwh6gcmj758"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 324.999683ms + - id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712037649307-61516d3edd637-a3a5fc9f-c0818792?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712037649307-61516d3edd637-a3a5fc9f-c0818792", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:00:49.361380460Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 86.481858ms + - id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=77 + status: 200 OK + code: 200 + duration: 78.826618ms + - id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "2091371355074601470", + "name": "operation-1712037649445-61516d3eff2c0-ea0413d8-11bcb976", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758", + "targetId": "8692518037831951745", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T23:00:49.815-07:00", + "startTime": "2024-04-01T23:00:49.827-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712037649445-61516d3eff2c0-ea0413d8-11bcb976" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 566.685016ms + - id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "880019852652585470", + "name": "operation-1712037649333-61516d3ee3cb8-b66bc79d-4bcde133", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758", + "targetId": "6721471062236079575", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T23:00:49.858-07:00", + "startTime": "2024-04-01T23:00:49.868-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712037649333-61516d3ee3cb8-b66bc79d-4bcde133" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 796.145531ms + - id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712037649445-61516d3eff2c0-ea0413d8-11bcb976?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"2091371355074601470","name":"operation-1712037649445-61516d3eff2c0-ea0413d8-11bcb976","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758","targetId":"8692518037831951745","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T23:00:49.815-07:00","startTime":"2024-04-01T23:00:49.827-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712037649445-61516d3eff2c0-ea0413d8-11bcb976"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 170.338086ms + - id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712037649333-61516d3ee3cb8-b66bc79d-4bcde133?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"880019852652585470","name":"operation-1712037649333-61516d3ee3cb8-b66bc79d-4bcde133","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758","targetId":"6721471062236079575","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T23:00:49.858-07:00","startTime":"2024-04-01T23:00:49.868-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712037649333-61516d3ee3cb8-b66bc79d-4bcde133"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 178.907766ms + - id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "uid": "b92e06ce-d3a2-44ed-937a-4637dc689f8d", + "createTime": "2024-04-02T05:46:39.634763737Z", + "updateTime": "2024-04-02T05:53:27.556909735Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.20.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 96.143118ms + - id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "uid": "0d60ec64-75cd-426d-961e-d655d67ad566", + "createTime": "2024-04-02T05:44:25.003928048Z", + "updateTime": "2024-04-02T05:52:56.141545642Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:44:24.624413201Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 122.535906ms + - id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 44 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"name":"servicenetworking-googleapis-com"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/123456789/global/networks/computenetwork1chwh6gcmj758/removePeering?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "3150090723502989821", + "name": "operation-1712037650088-61516d3f9c3a8-ca081632-86f42238", + "operationType": "removePeering", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758", + "targetId": "6721471062236079575", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-01T23:00:50.681-07:00", + "startTime": "2024-04-01T23:00:50.698-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712037650088-61516d3f9c3a8-ca081632-86f42238" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 1.429692307s + - id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712037650088-61516d3f9c3a8-ca081632-86f42238?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"3150090723502989821","name":"operation-1712037650088-61516d3f9c3a8-ca081632-86f42238","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758","targetId":"6721471062236079575","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-01T23:00:50.681-07:00","startTime":"2024-04-01T23:00:50.698-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712037650088-61516d3f9c3a8-ca081632-86f42238"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 250.826254ms + - id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "uid": "b92e06ce-d3a2-44ed-937a-4637dc689f8d", + "createTime": "2024-04-02T05:46:39.634763737Z", + "updateTime": "2024-04-02T05:53:27.556909735Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.20.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 106.685317ms + - id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "uid": "0d60ec64-75cd-426d-961e-d655d67ad566", + "createTime": "2024-04-02T05:44:25.003928048Z", + "updateTime": "2024-04-02T05:52:56.141545642Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:44:24.624413201Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 114.508757ms + - id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712037649445-61516d3eff2c0-ea0413d8-11bcb976?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"2091371355074601470","name":"operation-1712037649445-61516d3eff2c0-ea0413d8-11bcb976","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress1chwh6gcmj758","targetId":"8692518037831951745","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T23:00:49.815-07:00","startTime":"2024-04-01T23:00:49.827-07:00","endTime":"2024-04-01T23:00:52.659-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712037649445-61516d3eff2c0-ea0413d8-11bcb976"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 205.457525ms + - id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712037650088-61516d3f9c3a8-ca081632-86f42238?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"3150090723502989821","name":"operation-1712037650088-61516d3f9c3a8-ca081632-86f42238","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758","targetId":"6721471062236079575","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T23:00:50.681-07:00","startTime":"2024-04-01T23:00:50.698-07:00","endTime":"2024-04-01T23:01:12.933-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712037650088-61516d3f9c3a8-ca081632-86f42238"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 151.906726ms + - id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "uid": "b92e06ce-d3a2-44ed-937a-4637dc689f8d", + "createTime": "2024-04-02T05:46:39.634763737Z", + "updateTime": "2024-04-02T05:53:27.556909735Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.20.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 97.131728ms + - id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "uid": "0d60ec64-75cd-426d-961e-d655d67ad566", + "createTime": "2024-04-02T05:44:25.003928048Z", + "updateTime": "2024-04-02T05:52:56.141545642Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:44:24.624413201Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 109.092008ms + - id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "uid": "0d60ec64-75cd-426d-961e-d655d67ad566", + "createTime": "2024-04-02T05:44:25.003928048Z", + "updateTime": "2024-04-02T05:52:56.141545642Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:44:24.624413201Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 137.533226ms + - id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "uid": "b92e06ce-d3a2-44ed-937a-4637dc689f8d", + "createTime": "2024-04-02T05:46:39.634763737Z", + "updateTime": "2024-04-02T05:53:27.556909735Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.20.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 467.565586ms + - id: 86 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712037649333-61516d3ee3cb8-b66bc79d-4bcde133?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"880019852652585470","name":"operation-1712037649333-61516d3ee3cb8-b66bc79d-4bcde133","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork1chwh6gcmj758","targetId":"6721471062236079575","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-01T23:00:49.858-07:00","startTime":"2024-04-01T23:00:49.868-07:00","endTime":"2024-04-01T23:01:52.014-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712037649333-61516d3ee3cb8-b66bc79d-4bcde133"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 157.631885ms + - id: 87 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "uid": "0d60ec64-75cd-426d-961e-d655d67ad566", + "createTime": "2024-04-02T05:44:25.003928048Z", + "updateTime": "2024-04-02T05:52:56.141545642Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:44:24.624413201Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 109.760997ms + - id: 88 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "uid": "b92e06ce-d3a2-44ed-937a-4637dc689f8d", + "createTime": "2024-04-02T05:46:39.634763737Z", + "updateTime": "2024-04-02T05:53:27.556909735Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.20.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 132.470316ms + - id: 89 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712037649307-61516d3edd637-a3a5fc9f-c0818792?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712037649307-61516d3edd637-a3a5fc9f-c0818792", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:00:49.361380460Z", + "endTime": "2024-04-02T06:03:19.868329294Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbreadinstance1chwh6gcmj758", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 147.765405ms + - id: 90 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "uid": "0d60ec64-75cd-426d-961e-d655d67ad566", + "createTime": "2024-04-02T05:44:25.003928048Z", + "updateTime": "2024-04-02T05:52:56.141545642Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:44:24.624413201Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 122.601645ms + - id: 91 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "uid": "b92e06ce-d3a2-44ed-937a-4637dc689f8d", + "createTime": "2024-04-02T05:46:39.634763737Z", + "updateTime": "2024-04-02T05:53:27.556909735Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.20.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "nodes": [ + { + "zoneId": "us-west1-b" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 131.881524ms + - id: 92 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712037896695-61516e2acae24-3819c75b-88ce019b", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:04:56.754042267Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 171.087433ms + - id: 93 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712037896695-61516e2acae24-3819c75b-88ce019b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712037896695-61516e2acae24-3819c75b-88ce019b", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:04:56.754042267Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 90.937446ms + - id: 94 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "uid": "0d60ec64-75cd-426d-961e-d655d67ad566", + "createTime": "2024-04-02T05:44:25.003928048Z", + "updateTime": "2024-04-02T05:52:56.141545642Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:44:24.624413201Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 107.098745ms + - id: 95 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "uid": "0d60ec64-75cd-426d-961e-d655d67ad566", + "createTime": "2024-04-02T05:44:25.003928048Z", + "updateTime": "2024-04-02T05:52:56.141545642Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:44:24.624413201Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 123.423984ms + - id: 96 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712037896695-61516e2acae24-3819c75b-88ce019b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712037896695-61516e2acae24-3819c75b-88ce019b", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:04:56.754042267Z", + "endTime": "2024-04-02T06:09:13.707540557Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758/instances/alloydbinstance1chwh6gcmj758", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 106.075025ms + - id: 97 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "uid": "0d60ec64-75cd-426d-961e-d655d67ad566", + "createTime": "2024-04-02T05:44:25.003928048Z", + "updateTime": "2024-04-02T05:52:56.141545642Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T05:44:24.624413201Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork1chwh6gcmj758" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 450.693854ms + - id: 98 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712038257859-61516f8339c93-a750c9bc-13fea25d", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:10:57.876533061Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 457.184014ms + - id: 99 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712038257859-61516f8339c93-a750c9bc-13fea25d?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712038257859-61516f8339c93-a750c9bc-13fea25d", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:10:57.876533061Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 427.001595ms + - id: 100 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712038257859-61516f8339c93-a750c9bc-13fea25d?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712038257859-61516f8339c93-a750c9bc-13fea25d", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T06:10:57.876533061Z", + "endTime": "2024-04-02T06:11:14.356933576Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster1chwh6gcmj758", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 433.156784ms diff --git a/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_restorebackupalloydbcluster.yaml b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_restorebackupalloydbcluster.yaml new file mode 100644 index 0000000000..7d281306fa --- /dev/null +++ b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_restorebackupalloydbcluster.yaml @@ -0,0 +1,5118 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 157 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"clusterType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"network":"projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj"} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters?alt=json&clusterId=alloydbcluster-7v2m2gyfzdaj + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655227072-614bdc9c9a0a5-597a3d87-d7587225", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:47:07.190313644Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 173.900271ms + - id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655227072-614bdc9c9a0a5-597a3d87-d7587225?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655227072-614bdc9c9a0a5-597a3d87-d7587225", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:47:07.190313644Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 56.28213ms + - id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 134 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"autoCreateSubnetworks":false,"name":"computenetwork-7v2m2gyfzdaj","networkFirewallPolicyEnforcementOrder":"AFTER_CLASSIC_FIREWALL"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "1531070017790572500", + "name": "operation-1711655227299-614bdc9cd16c5-296245b5-41653320", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj", + "targetId": "5948733242263238612", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-03-28T12:47:07.771-07:00", + "startTime": "2024-03-28T12:47:07.785-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655227299-614bdc9cd16c5-296245b5-41653320" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 639.234424ms + - id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655227299-614bdc9cd16c5-296245b5-41653320?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"1531070017790572500","name":"operation-1711655227299-614bdc9cd16c5-296245b5-41653320","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj","targetId":"5948733242263238612","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-03-28T12:47:07.771-07:00","startTime":"2024-03-28T12:47:07.785-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655227299-614bdc9cd16c5-296245b5-41653320"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 178.969432ms + - id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655227072-614bdc9c9a0a5-597a3d87-d7587225?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655227072-614bdc9c9a0a5-597a3d87-d7587225", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:47:07.190313644Z", + "endTime": "2024-03-28T19:47:12.838068121Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Cluster", + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "uid": "a4666a8f-7137-4a14-993c-41cfaf58857a", + "createTime": "2024-03-28T19:47:07.187436231Z", + "updateTime": "2024-03-28T19:47:07.187436231Z", + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:47:07.078356664Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj" + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 39.008417ms + - id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "uid": "a4666a8f-7137-4a14-993c-41cfaf58857a", + "createTime": "2024-03-28T19:47:07.187436231Z", + "updateTime": "2024-03-28T19:47:12.851979499Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:47:07.078356664Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 24.104274ms + - id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "uid": "a4666a8f-7137-4a14-993c-41cfaf58857a", + "createTime": "2024-03-28T19:47:07.187436231Z", + "updateTime": "2024-03-28T19:47:12.851979499Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:47:07.078356664Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 62.953821ms + - id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances?alt=json&instanceId=alloydbinstance-7v2m2gyfzdaj + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655237852-614bdca6e1b64-27b4d6d7-9fab5f56", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:47:18.072050692Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 317.368706ms + - id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655237852-614bdca6e1b64-27b4d6d7-9fab5f56?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655237852-614bdca6e1b64-27b4d6d7-9fab5f56", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:47:18.072050692Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 24.919964ms + - id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655237852-614bdca6e1b64-27b4d6d7-9fab5f56?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655237852-614bdca6e1b64-27b4d6d7-9fab5f56", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:47:18.072050692Z", + "endTime": "2024-03-28T19:47:25.842239216Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj\": service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "description": "service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "6e82c4fe165b1ada" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "6e82c4fe165b1ada" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 45.266558ms + - id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655227299-614bdc9cd16c5-296245b5-41653320?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"1531070017790572500","name":"operation-1711655227299-614bdc9cd16c5-296245b5-41653320","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj","targetId":"5948733242263238612","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T12:47:07.771-07:00","startTime":"2024-03-28T12:47:07.785-07:00","endTime":"2024-03-28T12:47:19.236-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655227299-614bdc9cd16c5-296245b5-41653320"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 183.451632ms + - id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "5948733242263238612", + "creationTimestamp": "2024-03-28T12:47:07.757-07:00", + "name": "computenetwork-7v2m2gyfzdaj", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/5948733242263238612", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 154.287577ms + - id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "5948733242263238612", + "creationTimestamp": "2024-03-28T12:47:07.757-07:00", + "name": "computenetwork-7v2m2gyfzdaj", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/5948733242263238612", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 163.423038ms + - id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances?alt=json&instanceId=alloydbinstance-7v2m2gyfzdaj + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655250713-614bdcb325afc-6caee3cb-0bb474cf", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:47:30.814551065Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 154.801218ms + - id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655250713-614bdcb325afc-6caee3cb-0bb474cf?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655250713-614bdcb325afc-6caee3cb-0bb474cf", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:47:30.814551065Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 22.265514ms + - id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 236 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"addressType":"INTERNAL","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"name":"computeaddress7v2m2gyfzdaj","network":"projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj","prefixLength":16,"purpose":"VPC_PEERING"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "8872162556885104573", + "name": "operation-1711655250410-614bdcb2dbd57-323e2280-38cb3853", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj", + "targetId": "5021189570988373949", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-03-28T12:47:31.000-07:00", + "startTime": "2024-03-28T12:47:31.013-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655250410-614bdcb2dbd57-323e2280-38cb3853" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 808.219742ms + - id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655250410-614bdcb2dbd57-323e2280-38cb3853?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"8872162556885104573","name":"operation-1711655250410-614bdcb2dbd57-323e2280-38cb3853","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj","targetId":"5021189570988373949","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-03-28T12:47:31.000-07:00","startTime":"2024-03-28T12:47:31.013-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655250410-614bdcb2dbd57-323e2280-38cb3853"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 134.033913ms + - id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655250713-614bdcb325afc-6caee3cb-0bb474cf?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655250713-614bdcb325afc-6caee3cb-0bb474cf", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:47:30.814551065Z", + "endTime": "2024-03-28T19:47:38.537398942Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj\": service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "description": "service networking config validation failed NETWORK_NOT_PEERED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "3f2f2d7245b6c0f4" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "3f2f2d7245b6c0f4" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 30.377465ms + - id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655250410-614bdcb2dbd57-323e2280-38cb3853?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"8872162556885104573","name":"operation-1711655250410-614bdcb2dbd57-323e2280-38cb3853","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj","targetId":"5021189570988373949","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T12:47:31.000-07:00","startTime":"2024-03-28T12:47:31.013-07:00","endTime":"2024-03-28T12:47:33.443-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655250410-614bdcb2dbd57-323e2280-38cb3853"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 171.1519ms + - id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "5021189570988373949", + "creationTimestamp": "2024-03-28T12:47:30.966-07:00", + "name": "computeaddress7v2m2gyfzdaj", + "description": "", + "address": "10.109.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj", + "networkTier": "PREMIUM", + "labelFingerprint": "42WmSpB8rSM=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 217.597308ms + - id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 91 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"labelFingerprint":"42WmSpB8rSM=","labels":{"cnrm-test":"true","managed-by-cnrm":"true"}} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj/setLabels?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "5759035411656112048", + "name": "operation-1711655263078-614bdcbef09ff-6bb3fd25-0aedceae", + "operationType": "setLabels", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj", + "targetId": "5021189570988373949", + "status": "DONE", + "user": "user@google.com", + "progress": 100, + "insertTime": "2024-03-28T12:47:43.436-07:00", + "startTime": "2024-03-28T12:47:43.437-07:00", + "endTime": "2024-03-28T12:47:43.437-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655263078-614bdcbef09ff-6bb3fd25-0aedceae" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 523.836481ms + - id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "5021189570988373949", + "creationTimestamp": "2024-03-28T12:47:30.966-07:00", + "name": "computeaddress7v2m2gyfzdaj", + "description": "", + "address": "10.109.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 227.495279ms + - id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"402887772785","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=91 + status: 200 OK + code: 200 + duration: 104.721609ms + - id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "5021189570988373949", + "creationTimestamp": "2024-03-28T12:47:30.966-07:00", + "name": "computeaddress7v2m2gyfzdaj", + "description": "", + "address": "10.109.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 204.088445ms + - id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F402887772785%2Fglobal%2Fnetworks%2Fcomputenetwork-7v2m2gyfzdaj&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 292.0462ms + - id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances?alt=json&instanceId=alloydbinstance-7v2m2gyfzdaj + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655265239-614bdcc1002be-7adfb8b0-63948c64", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:47:45.338903860Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 166.680109ms + - id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"402887772785","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=89 + status: 200 OK + code: 200 + duration: 91.144436ms + - id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655265239-614bdcc1002be-7adfb8b0-63948c64?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655265239-614bdcc1002be-7adfb8b0-63948c64", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:47:45.338903860Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 59.81647ms + - id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 135 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"network":"projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj","reservedPeeringRanges":["computeaddress7v2m2gyfzdaj"]} + form: {} + headers: + Content-Type: + - application/json + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections/-?alt=json&force=true&prettyPrint=false&updateMask=reservedPeeringRanges + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-402887772785-91780481-c788-42b9-899f-c6df8c903bf0"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 342.222349ms + - id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-402887772785-91780481-c788-42b9-899f-c6df8c903bf0?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-402887772785-91780481-c788-42b9-899f-c6df8c903bf0"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 199.163074ms + - id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655265239-614bdcc1002be-7adfb8b0-63948c64?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655265239-614bdcc1002be-7adfb8b0-63948c64", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:47:45.338903860Z", + "endTime": "2024-03-28T19:47:52.756204450Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj\": service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "description": "service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "b13c3ef979a44856" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "b13c3ef979a44856" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 55.607089ms + - id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances?alt=json&instanceId=alloydbinstance-7v2m2gyfzdaj + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655283890-614bdcd2c9979-6679e9a5-346ac404", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:48:03.976269615Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 132.453523ms + - id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655283890-614bdcd2c9979-6679e9a5-346ac404?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655283890-614bdcd2c9979-6679e9a5-346ac404", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:48:03.976269615Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 18.812043ms + - id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655283890-614bdcd2c9979-6679e9a5-346ac404?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655283890-614bdcd2c9979-6679e9a5-346ac404", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:48:03.976269615Z", + "endTime": "2024-03-28T19:48:11.669623110Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj\": service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "description": "service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "3c610b766c1c6acd" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "3c610b766c1c6acd" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 80.152044ms + - id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 113 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances?alt=json&instanceId=alloydbinstance-7v2m2gyfzdaj + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655310484-614bdcec26250-db502cb0-11b430e3", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:48:30.579705352Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 148.063205ms + - id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655310484-614bdcec26250-db502cb0-11b430e3?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655310484-614bdcec26250-db502cb0-11b430e3", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:48:30.579705352Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 60.5595ms + - id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-402887772785-91780481-c788-42b9-899f-c6df8c903bf0?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-402887772785-91780481-c788-42b9-899f-c6df8c903bf0","done":true,"response":{"@type":"type.googleapis.com/google.cloud.servicenetworking.v1.Connection","network":"projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj","reservedPeeringRanges":["computeaddress7v2m2gyfzdaj"],"peering":"servicenetworking-googleapis-com"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 77.632393ms + - id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"402887772785","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=92 + status: 200 OK + code: 200 + duration: 93.489725ms + - id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F402887772785%2Fglobal%2Fnetworks%2Fcomputenetwork-7v2m2gyfzdaj&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj","reservedPeeringRanges":["computeaddress7v2m2gyfzdaj"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 257.387852ms + - id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "uid": "a4666a8f-7137-4a14-993c-41cfaf58857a", + "createTime": "2024-03-28T19:47:07.187436231Z", + "updateTime": "2024-03-28T19:48:31.901883126Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:47:07.078356664Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 37.866536ms + - id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "5021189570988373949", + "creationTimestamp": "2024-03-28T12:47:30.966-07:00", + "name": "computeaddress7v2m2gyfzdaj", + "description": "", + "address": "10.109.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 243.071363ms + - id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 168 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"clusterName":"projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"type":"ON_DEMAND"} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/backups?alt=json&backupId=alloydbbackup-7v2m2gyfzdaj + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655726186-614bde7897e3e-d2e0c35c-01cfdd67", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:55:26.259286679Z", + "target": "projects/example-project/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 127.204417ms + - id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655726186-614bde7897e3e-d2e0c35c-01cfdd67?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655726186-614bde7897e3e-d2e0c35c-01cfdd67", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:55:26.259286679Z", + "target": "projects/example-project/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 38.450764ms + - id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655310484-614bdcec26250-db502cb0-11b430e3?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655310484-614bdcec26250-db502cb0-11b430e3", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:48:30.579705352Z", + "endTime": "2024-03-28T19:55:27.556326041Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Instance", + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "uid": "44732607-ffc7-4170-997f-145dab7ffaf5", + "createTime": "2024-03-28T19:48:30.575157065Z", + "updateTime": "2024-03-28T19:48:30.575157065Z", + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.109.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-east1-c" + }, + "nodes": [ + { + "zoneId": "us-east1-d" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 56.134967ms + - id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "uid": "44732607-ffc7-4170-997f-145dab7ffaf5", + "createTime": "2024-03-28T19:48:30.575157065Z", + "updateTime": "2024-03-28T19:55:29.830635271Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.109.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-east1-c" + }, + "nodes": [ + { + "zoneId": "us-east1-d" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 62.064627ms + - id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "uid": "44732607-ffc7-4170-997f-145dab7ffaf5", + "createTime": "2024-03-28T19:48:30.575157065Z", + "updateTime": "2024-03-28T19:55:29.830635271Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.109.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-east1-c" + }, + "nodes": [ + { + "zoneId": "us-east1-d" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 46.846196ms + - id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655726186-614bde7897e3e-d2e0c35c-01cfdd67?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655726186-614bde7897e3e-d2e0c35c-01cfdd67", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:55:26.259286679Z", + "endTime": "2024-03-28T19:55:53.961368845Z", + "target": "projects/example-project/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Backup", + "name": "projects/example-project/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj", + "uid": "9f9d75e5-77f2-4c94-b7d1-ea5890ee9696", + "createTime": "2024-03-28T19:55:26.253838579Z", + "updateTime": "2024-03-28T19:55:26.253838579Z", + "state": "READY", + "type": "ON_DEMAND", + "clusterName": "projects/402887772785/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "reconciling": false, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "sizeBytes": "33478822", + "clusterUid": "a4666a8f-7137-4a14-993c-41cfaf58857a", + "expiryTime": "2025-03-28T19:55:27.446221Z", + "databaseVersion": "POSTGRES_15" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 37.084575ms + - id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj", + "uid": "9f9d75e5-77f2-4c94-b7d1-ea5890ee9696", + "createTime": "2024-03-28T19:55:26.253838579Z", + "updateTime": "2024-03-28T19:55:53.978067584Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "type": "ON_DEMAND", + "clusterName": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "reconciling": false, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "sizeBytes": "33478822", + "clusterUid": "a4666a8f-7137-4a14-993c-41cfaf58857a", + "expiryTime": "2025-03-28T19:55:27.446221Z", + "databaseVersion": "POSTGRES_15" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 51.193736ms + - id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj", + "uid": "9f9d75e5-77f2-4c94-b7d1-ea5890ee9696", + "createTime": "2024-03-28T19:55:26.253838579Z", + "updateTime": "2024-03-28T19:55:53.978067584Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "type": "ON_DEMAND", + "clusterName": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "reconciling": false, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "sizeBytes": "33478822", + "clusterUid": "a4666a8f-7137-4a14-993c-41cfaf58857a", + "expiryTime": "2025-03-28T19:55:27.446221Z", + "databaseVersion": "POSTGRES_15" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 28.445493ms + - id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 294 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"backup_source":{"backupName":"projects/example-project/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj"},"cluster":{"clusterType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"networkConfig":{"network":"projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj"}}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters:restore?alt=json&clusterId=restored-alloydbcluster-7v2m2gyfzdaj + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655757022-614bde96003bc-7f709d21-7dd4e933", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:55:57.175248778Z", + "target": "projects/example-project/locations/us-east1/clusters/restored-alloydbcluster-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 219.543118ms + - id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655757022-614bde96003bc-7f709d21-7dd4e933?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655757022-614bde96003bc-7f709d21-7dd4e933", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:55:57.175248778Z", + "target": "projects/example-project/locations/us-east1/clusters/restored-alloydbcluster-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 22.804833ms + - id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655757022-614bde96003bc-7f709d21-7dd4e933?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655757022-614bde96003bc-7f709d21-7dd4e933", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:55:57.175248778Z", + "endTime": "2024-03-28T19:56:40.369447292Z", + "target": "projects/example-project/locations/us-east1/clusters/restored-alloydbcluster-7v2m2gyfzdaj", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Cluster", + "name": "projects/example-project/locations/us-east1/clusters/restored-alloydbcluster-7v2m2gyfzdaj", + "uid": "4d6bdfe1-7084-40a8-bac5-6174558f7d88", + "createTime": "2024-03-28T19:55:57.172511977Z", + "updateTime": "2024-03-28T19:55:57.172511977Z", + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "reconciling": false, + "backupSource": { + "backupName": "projects/402887772785/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj", + "backupUid": "9f9d75e5-77f2-4c94-b7d1-ea5890ee9696" + }, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:55:57.057065294Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj" + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 45.661946ms + - id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/restored-alloydbcluster-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/restored-alloydbcluster-7v2m2gyfzdaj", + "uid": "4d6bdfe1-7084-40a8-bac5-6174558f7d88", + "createTime": "2024-03-28T19:55:57.172511977Z", + "updateTime": "2024-03-28T19:56:40.386317853Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "reconciling": false, + "backupSource": { + "backupName": "projects/402887772785/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj", + "backupUid": "9f9d75e5-77f2-4c94-b7d1-ea5890ee9696" + }, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:55:57.057065294Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 54.888947ms + - id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/restored-alloydbcluster-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/restored-alloydbcluster-7v2m2gyfzdaj", + "uid": "4d6bdfe1-7084-40a8-bac5-6174558f7d88", + "createTime": "2024-03-28T19:55:57.172511977Z", + "updateTime": "2024-03-28T19:56:40.386317853Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "reconciling": false, + "backupSource": { + "backupName": "projects/402887772785/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj", + "backupUid": "9f9d75e5-77f2-4c94-b7d1-ea5890ee9696" + }, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:55:57.057065294Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 18.325072ms + - id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj", + "uid": "9f9d75e5-77f2-4c94-b7d1-ea5890ee9696", + "createTime": "2024-03-28T19:55:26.253838579Z", + "updateTime": "2024-03-28T19:55:53.978067584Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "type": "ON_DEMAND", + "clusterName": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "reconciling": false, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "sizeBytes": "33478822", + "clusterUid": "a4666a8f-7137-4a14-993c-41cfaf58857a", + "expiryTime": "2025-03-28T19:55:27.446221Z", + "databaseVersion": "POSTGRES_15" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 27.164593ms + - id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "uid": "a4666a8f-7137-4a14-993c-41cfaf58857a", + "createTime": "2024-03-28T19:47:07.187436231Z", + "updateTime": "2024-03-28T19:55:51.640421645Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:47:07.078356664Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 44.808214ms + - id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "uid": "44732607-ffc7-4170-997f-145dab7ffaf5", + "createTime": "2024-03-28T19:48:30.575157065Z", + "updateTime": "2024-03-28T19:55:35.834299646Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "REGIONAL", + "ipAddress": "10.109.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-east1-c" + }, + "nodes": [ + { + "zoneId": "us-east1-d" + } + ], + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 25.845203ms + - id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/restored-alloydbcluster-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/restored-alloydbcluster-7v2m2gyfzdaj", + "uid": "4d6bdfe1-7084-40a8-bac5-6174558f7d88", + "createTime": "2024-03-28T19:55:57.172511977Z", + "updateTime": "2024-03-28T19:56:40.386317853Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "reconciling": false, + "backupSource": { + "backupName": "projects/402887772785/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj", + "backupUid": "9f9d75e5-77f2-4c94-b7d1-ea5890ee9696" + }, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:55:57.057065294Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 57.291136ms + - id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"402887772785","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=114 + status: 200 OK + code: 200 + duration: 124.981255ms + - id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "5948733242263238612", + "creationTimestamp": "2024-03-28T12:47:07.757-07:00", + "name": "computenetwork-7v2m2gyfzdaj", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/5948733242263238612", + "autoCreateSubnetworks": false, + "peerings": [ + { + "name": "servicenetworking-googleapis-com", + "network": "https://www.googleapis.com/compute/beta/projects/p6a37524cc0d1588ep-tp/global/networks/servicenetworking", + "state": "ACTIVE", + "stateDetails": "[2024-03-28T12:49:04.973-07:00]: Connected.", + "autoCreateRoutes": true, + "exportCustomRoutes": false, + "importCustomRoutes": false, + "exchangeSubnetRoutes": true, + "exportSubnetRoutesWithPublicIp": false, + "importSubnetRoutesWithPublicIp": false, + "stackType": "IPV4_ONLY" + } + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 175.396502ms + - id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655808893-614bdec77824f-43982876-d9a1df5f", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:56:48.944410768Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 96.139653ms + - id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "5021189570988373949", + "creationTimestamp": "2024-03-28T12:47:30.966-07:00", + "name": "computeaddress7v2m2gyfzdaj", + "description": "", + "address": "10.109.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 216.977068ms + - id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/restored-alloydbcluster-7v2m2gyfzdaj?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655808977-614bdec78c8d9-e40a366c-76365b5b", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:56:48.987588390Z", + "target": "projects/example-project/locations/us-east1/clusters/restored-alloydbcluster-7v2m2gyfzdaj", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 102.894274ms + - id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655808958-614bdec788116-c210cc71-4ca0e380", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:56:49.016657702Z", + "target": "projects/example-project/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 171.434934ms + - id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655808893-614bdec77824f-43982876-d9a1df5f?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655808893-614bdec77824f-43982876-d9a1df5f", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:56:48.944410768Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 44.594287ms + - id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655808977-614bdec78c8d9-e40a366c-76365b5b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655808977-614bdec78c8d9-e40a366c-76365b5b", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:56:48.987588390Z", + "target": "projects/example-project/locations/us-east1/clusters/restored-alloydbcluster-7v2m2gyfzdaj", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 20.573052ms + - id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655808958-614bdec788116-c210cc71-4ca0e380?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655808958-614bdec788116-c210cc71-4ca0e380", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:56:49.016657702Z", + "target": "projects/example-project/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 37.766735ms + - id: 67 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F402887772785%2Fglobal%2Fnetworks%2Fcomputenetwork-7v2m2gyfzdaj&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj","reservedPeeringRanges":["computeaddress7v2m2gyfzdaj"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 286.376158ms + - id: 68 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "6626399581727389038", + "name": "operation-1711655809125-614bdec7b0c23-8c4ded8d-afa10828", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj", + "targetId": "5948733242263238612", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-03-28T12:56:49.531-07:00", + "startTime": "2024-03-28T12:56:49.543-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655809125-614bdec7b0c23-8c4ded8d-afa10828" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 553.298704ms + - id: 69 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"402887772785","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=97 + status: 200 OK + code: 200 + duration: 98.184032ms + - id: 70 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "6668411070621185390", + "name": "operation-1711655809228-614bdec7ca0c4-d2b9ddd5-1ae90dd4", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj", + "targetId": "5021189570988373949", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-03-28T12:56:49.628-07:00", + "startTime": "2024-03-28T12:56:49.640-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655809228-614bdec7ca0c4-d2b9ddd5-1ae90dd4" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 554.088783ms + - id: 71 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655809125-614bdec7b0c23-8c4ded8d-afa10828?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"6626399581727389038","name":"operation-1711655809125-614bdec7b0c23-8c4ded8d-afa10828","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj","targetId":"5948733242263238612","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-03-28T12:56:49.531-07:00","startTime":"2024-03-28T12:56:49.543-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655809125-614bdec7b0c23-8c4ded8d-afa10828"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 159.70378ms + - id: 72 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655809228-614bdec7ca0c4-d2b9ddd5-1ae90dd4?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"6668411070621185390","name":"operation-1711655809228-614bdec7ca0c4-d2b9ddd5-1ae90dd4","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj","targetId":"5021189570988373949","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-03-28T12:56:49.628-07:00","startTime":"2024-03-28T12:56:49.640-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655809228-614bdec7ca0c4-d2b9ddd5-1ae90dd4"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 163.609281ms + - id: 73 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 44 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"name":"servicenetworking-googleapis-com"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj/removePeering?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "7971938043003696493", + "name": "operation-1711655809818-614bdec85a11e-2dcb7297-c52e29d2", + "operationType": "removePeering", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj", + "targetId": "5948733242263238612", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-03-28T12:56:50.344-07:00", + "startTime": "2024-03-28T12:56:50.356-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655809818-614bdec85a11e-2dcb7297-c52e29d2" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 699.95567ms + - id: 74 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "uid": "a4666a8f-7137-4a14-993c-41cfaf58857a", + "createTime": "2024-03-28T19:47:07.187436231Z", + "updateTime": "2024-03-28T19:55:51.640421645Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:47:07.078356664Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 25.875373ms + - id: 75 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655809818-614bdec85a11e-2dcb7297-c52e29d2?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"7971938043003696493","name":"operation-1711655809818-614bdec85a11e-2dcb7297-c52e29d2","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj","targetId":"5948733242263238612","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-03-28T12:56:50.344-07:00","startTime":"2024-03-28T12:56:50.356-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655809818-614bdec85a11e-2dcb7297-c52e29d2"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 149.163658ms + - id: 76 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "uid": "a4666a8f-7137-4a14-993c-41cfaf58857a", + "createTime": "2024-03-28T19:47:07.187436231Z", + "updateTime": "2024-03-28T19:55:51.640421645Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:47:07.078356664Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 22.350423ms + - id: 77 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655808958-614bdec788116-c210cc71-4ca0e380?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655808958-614bdec788116-c210cc71-4ca0e380", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:56:49.016657702Z", + "endTime": "2024-03-28T19:56:57.157959833Z", + "target": "projects/example-project/locations/us-east1/backups/alloydbbackup-7v2m2gyfzdaj", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 41.866175ms + - id: 78 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655809228-614bdec7ca0c4-d2b9ddd5-1ae90dd4?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"6668411070621185390","name":"operation-1711655809228-614bdec7ca0c4-d2b9ddd5-1ae90dd4","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress7v2m2gyfzdaj","targetId":"5021189570988373949","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T12:56:49.628-07:00","startTime":"2024-03-28T12:56:49.640-07:00","endTime":"2024-03-28T12:56:51.757-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655809228-614bdec7ca0c4-d2b9ddd5-1ae90dd4"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 175.669832ms + - id: 79 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655808977-614bdec78c8d9-e40a366c-76365b5b?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655808977-614bdec78c8d9-e40a366c-76365b5b", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:56:48.987588390Z", + "endTime": "2024-03-28T19:57:02.743392884Z", + "target": "projects/example-project/locations/us-east1/clusters/restored-alloydbcluster-7v2m2gyfzdaj", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 53.222566ms + - id: 80 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655809125-614bdec7b0c23-8c4ded8d-afa10828?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"6626399581727389038","name":"operation-1711655809125-614bdec7b0c23-8c4ded8d-afa10828","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj","targetId":"5948733242263238612","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T12:56:49.531-07:00","startTime":"2024-03-28T12:56:49.543-07:00","endTime":"2024-03-28T12:57:07.768-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655809125-614bdec7b0c23-8c4ded8d-afa10828"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 121.859015ms + - id: 81 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655809818-614bdec85a11e-2dcb7297-c52e29d2?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"7971938043003696493","name":"operation-1711655809818-614bdec85a11e-2dcb7297-c52e29d2","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-7v2m2gyfzdaj","targetId":"5948733242263238612","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-03-28T12:56:50.344-07:00","startTime":"2024-03-28T12:56:50.356-07:00","endTime":"2024-03-28T12:57:04.330-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1711655809818-614bdec85a11e-2dcb7297-c52e29d2"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 170.325801ms + - id: 82 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "uid": "a4666a8f-7137-4a14-993c-41cfaf58857a", + "createTime": "2024-03-28T19:47:07.187436231Z", + "updateTime": "2024-03-28T19:55:51.640421645Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:47:07.078356664Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 31.067364ms + - id: 83 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "uid": "a4666a8f-7137-4a14-993c-41cfaf58857a", + "createTime": "2024-03-28T19:47:07.187436231Z", + "updateTime": "2024-03-28T19:55:51.640421645Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:47:07.078356664Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 30.501994ms + - id: 84 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "uid": "a4666a8f-7137-4a14-993c-41cfaf58857a", + "createTime": "2024-03-28T19:47:07.187436231Z", + "updateTime": "2024-03-28T19:55:51.640421645Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:47:07.078356664Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 51.608636ms + - id: 85 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "uid": "a4666a8f-7137-4a14-993c-41cfaf58857a", + "createTime": "2024-03-28T19:47:07.187436231Z", + "updateTime": "2024-03-28T19:55:51.640421645Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:47:07.078356664Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 50.245111ms + - id: 86 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711655808893-614bdec77824f-43982876-d9a1df5f?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711655808893-614bdec77824f-43982876-d9a1df5f", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T19:56:48.944410768Z", + "endTime": "2024-03-28T20:01:23.668100568Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj/instances/alloydbinstance-7v2m2gyfzdaj", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 16.031471ms + - id: 87 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "uid": "a4666a8f-7137-4a14-993c-41cfaf58857a", + "createTime": "2024-03-28T19:47:07.187436231Z", + "updateTime": "2024-03-28T19:55:51.640421645Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-east1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-03-28T19:47:07.078356664Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/402887772785/global/networks/computenetwork-7v2m2gyfzdaj" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 49.140552ms + - id: 88 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711656172231-614be021f9c24-8f40d020-c7f6ab20", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:02:52.245040780Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 86.142634ms + - id: 89 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711656172231-614be021f9c24-8f40d020-c7f6ab20?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711656172231-614be021f9c24-8f40d020-c7f6ab20", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:02:52.245040780Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 46.449617ms + - id: 90 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-east1/operations/operation-1711656172231-614be021f9c24-8f40d020-c7f6ab20?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-east1/operations/operation-1711656172231-614be021f9c24-8f40d020-c7f6ab20", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-03-28T20:02:52.245040780Z", + "endTime": "2024-03-28T20:03:08.562696931Z", + "target": "projects/example-project/locations/us-east1/clusters/alloydbcluster-7v2m2gyfzdaj", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 47.161288ms diff --git a/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_zonalalloydbinstance.yaml b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_zonalalloydbinstance.yaml new file mode 100644 index 0000000000..d170b58848 --- /dev/null +++ b/tests/e2e/testdata/vcr-cassette/TestAllInSeries_fixtures_zonalalloydbinstance.yaml @@ -0,0 +1,3672 @@ +--- +version: 2 +interactions: + - id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 135 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"autoCreateSubnetworks":false,"name":"computenetwork-3qfydjnzu9k8a","networkFirewallPolicyEnforcementOrder":"AFTER_CLASSIC_FIREWALL"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "7259234739023121699", + "name": "operation-1712042956009-61518103baf10-cbdeafe4-10f9ab5a", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a", + "targetId": "4205501597018885411", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-02T00:29:16.436-07:00", + "startTime": "2024-04-02T00:29:16.446-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042956009-61518103baf10-cbdeafe4-10f9ab5a" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 557.922484ms + - id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042956009-61518103baf10-cbdeafe4-10f9ab5a?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"7259234739023121699","name":"operation-1712042956009-61518103baf10-cbdeafe4-10f9ab5a","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a","targetId":"4205501597018885411","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-02T00:29:16.436-07:00","startTime":"2024-04-02T00:29:16.446-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042956009-61518103baf10-cbdeafe4-10f9ab5a"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 200.306197ms + - id: 2 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042956009-61518103baf10-cbdeafe4-10f9ab5a?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"7259234739023121699","name":"operation-1712042956009-61518103baf10-cbdeafe4-10f9ab5a","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a","targetId":"4205501597018885411","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-02T00:29:16.436-07:00","startTime":"2024-04-02T00:29:16.446-07:00","endTime":"2024-04-02T00:29:28.185-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042956009-61518103baf10-cbdeafe4-10f9ab5a"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 284.011652ms + - id: 3 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "4205501597018885411", + "creationTimestamp": "2024-04-02T00:29:16.423-07:00", + "name": "computenetwork-3qfydjnzu9k8a", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/4205501597018885411", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 160.29196ms + - id: 4 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "4205501597018885411", + "creationTimestamp": "2024-04-02T00:29:16.423-07:00", + "name": "computenetwork-3qfydjnzu9k8a", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/4205501597018885411", + "autoCreateSubnetworks": false, + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 141.37586ms + - id: 5 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 239 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"addressType":"INTERNAL","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"name":"computeaddress-3qfydjnzu9k8a","network":"projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a","prefixLength":16,"purpose":"VPC_PEERING"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "4024640064622824716", + "name": "operation-1712042979048-61518119b3c32-d621cc8e-395f3e36", + "operationType": "insert", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a", + "targetId": "5794832645513153804", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-02T00:29:39.449-07:00", + "startTime": "2024-04-02T00:29:39.461-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042979048-61518119b3c32-d621cc8e-395f3e36" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 553.395434ms + - id: 6 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042979048-61518119b3c32-d621cc8e-395f3e36?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"4024640064622824716","name":"operation-1712042979048-61518119b3c32-d621cc8e-395f3e36","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a","targetId":"5794832645513153804","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-02T00:29:39.449-07:00","startTime":"2024-04-02T00:29:39.461-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042979048-61518119b3c32-d621cc8e-395f3e36"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 149.275241ms + - id: 7 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 216 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"clusterType":"PRIMARY","initialUser":{"password":"alloydb-pg"},"labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"networkConfig":{"network":"projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a"}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters?alt=json&clusterId=alloydbcluster-3qfydjnzu9k8a + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712042980098-6151811ab424e-7e1ce49d-27cd201c", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:29:40.423094626Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 785.249389ms + - id: 8 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712042980098-6151811ab424e-7e1ce49d-27cd201c?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712042980098-6151811ab424e-7e1ce49d-27cd201c", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:29:40.423094626Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 456.404971ms + - id: 9 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042979048-61518119b3c32-d621cc8e-395f3e36?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"4024640064622824716","name":"operation-1712042979048-61518119b3c32-d621cc8e-395f3e36","operationType":"insert","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a","targetId":"5794832645513153804","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-02T00:29:39.449-07:00","startTime":"2024-04-02T00:29:39.461-07:00","endTime":"2024-04-02T00:29:41.809-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042979048-61518119b3c32-d621cc8e-395f3e36"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 199.124828ms + - id: 10 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "5794832645513153804", + "creationTimestamp": "2024-04-02T00:29:39.435-07:00", + "name": "computeaddress-3qfydjnzu9k8a", + "description": "", + "address": "10.37.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a", + "networkTier": "PREMIUM", + "labelFingerprint": "42WmSpB8rSM=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 250.508193ms + - id: 11 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 91 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"labelFingerprint":"42WmSpB8rSM=","labels":{"cnrm-test":"true","managed-by-cnrm":"true"}} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a/setLabels?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "6796191999853989120", + "name": "operation-1712042991358-6151812571077-43592a64-20e82389", + "operationType": "setLabels", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a", + "targetId": "5794832645513153804", + "status": "DONE", + "user": "user@google.com", + "progress": 100, + "insertTime": "2024-04-02T00:29:51.740-07:00", + "startTime": "2024-04-02T00:29:51.741-07:00", + "endTime": "2024-04-02T00:29:51.741-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712042991358-6151812571077-43592a64-20e82389" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 553.182764ms + - id: 12 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712042980098-6151811ab424e-7e1ce49d-27cd201c?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712042980098-6151811ab424e-7e1ce49d-27cd201c", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:29:40.423094626Z", + "endTime": "2024-04-02T07:29:45.756114130Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Cluster", + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a", + "uid": "062c8b43-ad35-491b-b486-abf71cbc236e", + "createTime": "2024-04-02T07:29:40.417647457Z", + "updateTime": "2024-04-02T07:29:40.417647457Z", + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:29:40.105010607Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a" + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 443.036391ms + - id: 13 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "5794832645513153804", + "creationTimestamp": "2024-04-02T00:29:39.435-07:00", + "name": "computeaddress-3qfydjnzu9k8a", + "description": "", + "address": "10.37.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 225.848595ms + - id: 14 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=105 + status: 200 OK + code: 200 + duration: 113.246383ms + - id: 15 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "5794832645513153804", + "creationTimestamp": "2024-04-02T00:29:39.435-07:00", + "name": "computeaddress-3qfydjnzu9k8a", + "description": "", + "address": "10.37.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 251.575174ms + - id: 16 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-3qfydjnzu9k8a&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 262.026263ms + - id: 17 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a", + "uid": "062c8b43-ad35-491b-b486-abf71cbc236e", + "createTime": "2024-04-02T07:29:40.417647457Z", + "updateTime": "2024-04-02T07:29:45.774648481Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:29:40.105010607Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 457.00257ms + - id: 18 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=99 + status: 200 OK + code: 200 + duration: 100.801944ms + - id: 19 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 138 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"network":"projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a","reservedPeeringRanges":["computeaddress-3qfydjnzu9k8a"]} + form: {} + headers: + Content-Type: + - application/json + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections/-?alt=json&force=true&prettyPrint=false&updateMask=reservedPeeringRanges + method: PATCH + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-1dbaaa8b-55ca-4e15-9f1c-407c5a004862"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 493.158638ms + - id: 20 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a", + "uid": "062c8b43-ad35-491b-b486-abf71cbc236e", + "createTime": "2024-04-02T07:29:40.417647457Z", + "updateTime": "2024-04-02T07:29:45.774648481Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:29:40.105010607Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 446.640661ms + - id: 21 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-123456789-1dbaaa8b-55ca-4e15-9f1c-407c5a004862?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-1dbaaa8b-55ca-4e15-9f1c-407c5a004862"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 112.731033ms + - id: 22 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 140 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"availabilityType":"ZONAL","instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances?alt=json&instanceId=alloydbinstance-3qfydjnzu9k8a + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712042995310-6151812936163-86eb3433-57c1a725", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:29:55.675022228Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 802.974467ms + - id: 23 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712042995310-6151812936163-86eb3433-57c1a725?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712042995310-6151812936163-86eb3433-57c1a725", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:29:55.675022228Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 421.756513ms + - id: 24 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712042995310-6151812936163-86eb3433-57c1a725?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712042995310-6151812936163-86eb3433-57c1a725", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:29:55.675022228Z", + "endTime": "2024-04-02T07:30:03.983789788Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a\": service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a", + "description": "service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "6383925c24315b19" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "6383925c24315b19" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 453.524801ms + - id: 25 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 140 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"availabilityType":"ZONAL","instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances?alt=json&instanceId=alloydbinstance-3qfydjnzu9k8a + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712043011614-61518138c277e-20615907-a704f2f7", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:30:11.697897545Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 536.102275ms + - id: 26 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712043011614-61518138c277e-20615907-a704f2f7?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712043011614-61518138c277e-20615907-a704f2f7", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:30:11.697897545Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 133.679911ms + - id: 27 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712043011614-61518138c277e-20615907-a704f2f7?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712043011614-61518138c277e-20615907-a704f2f7", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:30:11.697897545Z", + "endTime": "2024-04-02T07:30:19.609108339Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "error": { + "code": 9, + "message": "Invalid resource state for \"projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a\": service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details", + "details": [ + { + "@type": "type.googleapis.com/google.rpc.PreconditionFailure", + "violations": [ + { + "type": "network", + "subject": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a", + "description": "service networking config validation failed NETWORK_PEERING_DELETED - no peering found on network, see https://cloud.google.com/alloydb/docs/configure-connectivity for details" + } + ] + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "cde88f68e1edffdf" + }, + { + "@type": "type.googleapis.com/google.rpc.RequestInfo", + "requestId": "cde88f68e1edffdf" + } + ] + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 122.867982ms + - id: 28 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 140 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"availabilityType":"ZONAL","instanceType":"PRIMARY","labels":{"cnrm-test":"true","managed-by-cnrm":"true"},"machineConfig":{"cpuCount":2}} + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances?alt=json&instanceId=alloydbinstance-3qfydjnzu9k8a + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712043028051-615181486f6fd-b877c28b-a20686a3", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:30:28.145273852Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 510.802806ms + - id: 29 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712043028051-615181486f6fd-b877c28b-a20686a3?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712043028051-615181486f6fd-b877c28b-a20686a3", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:30:28.145273852Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 103.390643ms + - id: 30 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/operations/pssn.p24-123456789-1dbaaa8b-55ca-4e15-9f1c-407c5a004862?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"name":"operations/pssn.p24-123456789-1dbaaa8b-55ca-4e15-9f1c-407c5a004862","done":true,"response":{"@type":"type.googleapis.com/google.cloud.servicenetworking.v1.Connection","network":"projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a","reservedPeeringRanges":["computeaddress-3qfydjnzu9k8a"],"peering":"servicenetworking-googleapis-com"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 83.547695ms + - id: 31 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=87 + status: 200 OK + code: 200 + duration: 89.985924ms + - id: 32 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-3qfydjnzu9k8a&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a","reservedPeeringRanges":["computeaddress-3qfydjnzu9k8a"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 334.206499ms + - id: 33 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "5794832645513153804", + "creationTimestamp": "2024-04-02T00:29:39.435-07:00", + "name": "computeaddress-3qfydjnzu9k8a", + "description": "", + "address": "10.37.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 211.218695ms + - id: 34 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a", + "uid": "062c8b43-ad35-491b-b486-abf71cbc236e", + "createTime": "2024-04-02T07:29:40.417647457Z", + "updateTime": "2024-04-02T07:30:29.541990438Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:29:40.105010607Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 129.016355ms + - id: 35 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712043028051-615181486f6fd-b877c28b-a20686a3?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712043028051-615181486f6fd-b877c28b-a20686a3", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:30:28.145273852Z", + "endTime": "2024-04-02T07:36:42.560604819Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a", + "verb": "create", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.Instance", + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a", + "uid": "94c324f9-08dc-464d-9b9e-967bd2236087", + "createTime": "2024-04-02T07:30:28.140045185Z", + "updateTime": "2024-04-02T07:30:28.140045185Z", + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "ZONAL", + "ipAddress": "10.37.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 82.52573ms + - id: 36 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a", + "uid": "94c324f9-08dc-464d-9b9e-967bd2236087", + "createTime": "2024-04-02T07:30:28.140045185Z", + "updateTime": "2024-04-02T07:36:42.577029663Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "ZONAL", + "ipAddress": "10.37.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 106.172757ms + - id: 37 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a", + "uid": "94c324f9-08dc-464d-9b9e-967bd2236087", + "createTime": "2024-04-02T07:30:28.140045185Z", + "updateTime": "2024-04-02T07:36:42.577029663Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "ZONAL", + "ipAddress": "10.37.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 117.565937ms + - id: 38 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a", + "uid": "062c8b43-ad35-491b-b486-abf71cbc236e", + "createTime": "2024-04-02T07:29:40.417647457Z", + "updateTime": "2024-04-02T07:36:40.071612938Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:29:40.105010607Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 101.542898ms + - id: 39 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=100 + status: 200 OK + code: 200 + duration: 108.875057ms + - id: 40 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a", + "uid": "94c324f9-08dc-464d-9b9e-967bd2236087", + "createTime": "2024-04-02T07:30:28.140045185Z", + "updateTime": "2024-04-02T07:36:42.577029663Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "instanceType": "PRIMARY", + "machineConfig": { + "cpuCount": 2 + }, + "availabilityType": "ZONAL", + "ipAddress": "10.37.0.2", + "reconciling": false, + "writableNode": { + "zoneId": "us-west1-a" + }, + "queryInsightsConfig": { + "recordApplicationTags": false, + "recordClientAddress": false, + "queryStringLength": 1024, + "queryPlansPerMinute": 5 + }, + "observabilityConfig": { + "enabled": false, + "preserveComments": false, + "trackWaitEvents": true, + "trackWaitEventTypes": true, + "maxQueryStringLength": 10240, + "recordApplicationTags": false, + "queryPlansPerMinute": 5, + "trackActiveQueries": false + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 126.078936ms + - id: 41 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#network", + "id": "4205501597018885411", + "creationTimestamp": "2024-04-02T00:29:16.423-07:00", + "name": "computenetwork-3qfydjnzu9k8a", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a", + "selfLinkWithId": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/4205501597018885411", + "autoCreateSubnetworks": false, + "peerings": [ + { + "name": "servicenetworking-googleapis-com", + "network": "https://www.googleapis.com/compute/beta/projects/y917da5ff7aaba436p-tp/global/networks/servicenetworking", + "state": "ACTIVE", + "stateDetails": "[2024-04-02T00:31:03.525-07:00]: Connected.", + "autoCreateRoutes": true, + "exportCustomRoutes": false, + "importCustomRoutes": false, + "exchangeSubnetRoutes": true, + "exportSubnetRoutesWithPublicIp": false, + "importSubnetRoutesWithPublicIp": false, + "stackType": "IPV4_ONLY" + } + ], + "routingConfig": { + "routingMode": "REGIONAL" + }, + "networkFirewallPolicyEnforcementOrder": "AFTER_CLASSIC_FIREWALL" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 213.586606ms + - id: 42 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#address", + "id": "5794832645513153804", + "creationTimestamp": "2024-04-02T00:29:39.435-07:00", + "name": "computeaddress-3qfydjnzu9k8a", + "description": "", + "address": "10.37.0.0", + "prefixLength": 16, + "status": "RESERVED", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a", + "networkTier": "PREMIUM", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "labelFingerprint": "npwiPjasDms=", + "addressType": "INTERNAL", + "purpose": "VPC_PEERING", + "network": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 236.965293ms + - id: 43 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712043412815-615182b75fdfe-b6c64969-de3c5cdb", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:36:52.868447957Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 190.399778ms + - id: 44 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: servicenetworking.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://servicenetworking.googleapis.com/v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F123456789%2Fglobal%2Fnetworks%2Fcomputenetwork-3qfydjnzu9k8a&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"connections":[{"network":"projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a","reservedPeeringRanges":["computeaddress-3qfydjnzu9k8a"],"peering":"servicenetworking-googleapis-com","service":"services/servicenetworking.googleapis.com"}]}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 250.0968ms + - id: 45 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: cloudresourcemanager.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://cloudresourcemanager.googleapis.com/v1/projects/example-project?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"projectNumber":"123456789","projectId":"example-project","lifecycleState":"ACTIVE","name":"example-project","labels":{"managed-by-cnrm":"true"},"createTime":"2023-07-11T23:09:39.850069Z","parent":{"type":"organization","id":"128653134652"}}' + headers: + Content-Type: + - application/json; charset=UTF-8 + Server-Timing: + - gfet4t7; dur=75 + status: 200 OK + code: 200 + duration: 76.738911ms + - id: 46 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "7975579402176433018", + "name": "operation-1712043412949-615182b780897-a4c57661-a12e9741", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a", + "targetId": "5794832645513153804", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-02T00:36:53.330-07:00", + "startTime": "2024-04-02T00:36:53.344-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712043412949-615182b780897-a4c57661-a12e9741" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 545.131177ms + - id: 47 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "436248077689817978", + "name": "operation-1712043412891-615182b772794-d09713ba-a2d112fc", + "operationType": "delete", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a", + "targetId": "4205501597018885411", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-02T00:36:53.316-07:00", + "startTime": "2024-04-02T00:36:53.329-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712043412891-615182b772794-d09713ba-a2d112fc" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 607.881519ms + - id: 48 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712043412815-615182b75fdfe-b6c64969-de3c5cdb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712043412815-615182b75fdfe-b6c64969-de3c5cdb", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:36:52.868447957Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 414.413002ms + - id: 49 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 44 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: | + {"name":"servicenetworking-googleapis-com"} + form: {} + headers: + Content-Type: + - application/json + url: https://compute.googleapis.com/compute/beta/projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a/removePeering?alt=json + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "kind": "compute#operation", + "id": "7166752290570111866", + "name": "operation-1712043413360-615182b7e5021-6ad00179-68e5bb6d", + "operationType": "removePeering", + "targetLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a", + "targetId": "4205501597018885411", + "status": "RUNNING", + "user": "user@google.com", + "progress": 0, + "insertTime": "2024-04-02T00:36:53.732-07:00", + "startTime": "2024-04-02T00:36:53.742-07:00", + "selfLink": "https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712043413360-615182b7e5021-6ad00179-68e5bb6d" + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 614.338298ms + - id: 50 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712043412949-615182b780897-a4c57661-a12e9741?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"7975579402176433018","name":"operation-1712043412949-615182b780897-a4c57661-a12e9741","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a","targetId":"5794832645513153804","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-02T00:36:53.330-07:00","startTime":"2024-04-02T00:36:53.344-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712043412949-615182b780897-a4c57661-a12e9741"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 123.563506ms + - id: 51 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712043412891-615182b772794-d09713ba-a2d112fc?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"436248077689817978","name":"operation-1712043412891-615182b772794-d09713ba-a2d112fc","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a","targetId":"4205501597018885411","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-02T00:36:53.316-07:00","startTime":"2024-04-02T00:36:53.329-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712043412891-615182b772794-d09713ba-a2d112fc"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 170.30731ms + - id: 52 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a", + "uid": "062c8b43-ad35-491b-b486-abf71cbc236e", + "createTime": "2024-04-02T07:29:40.417647457Z", + "updateTime": "2024-04-02T07:36:40.071612938Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:29:40.105010607Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 91.43545ms + - id: 53 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712043413360-615182b7e5021-6ad00179-68e5bb6d?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"7166752290570111866","name":"operation-1712043413360-615182b7e5021-6ad00179-68e5bb6d","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a","targetId":"4205501597018885411","status":"RUNNING","user":"user@google.com","progress":0,"insertTime":"2024-04-02T00:36:53.732-07:00","startTime":"2024-04-02T00:36:53.742-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712043413360-615182b7e5021-6ad00179-68e5bb6d"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 130.840255ms + - id: 54 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a", + "uid": "062c8b43-ad35-491b-b486-abf71cbc236e", + "createTime": "2024-04-02T07:29:40.417647457Z", + "updateTime": "2024-04-02T07:36:40.071612938Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:29:40.105010607Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 110.840487ms + - id: 55 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712043412949-615182b780897-a4c57661-a12e9741?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"7975579402176433018","name":"operation-1712043412949-615182b780897-a4c57661-a12e9741","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/addresses/computeaddress-3qfydjnzu9k8a","targetId":"5794832645513153804","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-02T00:36:53.330-07:00","startTime":"2024-04-02T00:36:53.344-07:00","endTime":"2024-04-02T00:36:55.355-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712043412949-615182b780897-a4c57661-a12e9741"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 150.068323ms + - id: 56 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712043412891-615182b772794-d09713ba-a2d112fc?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"436248077689817978","name":"operation-1712043412891-615182b772794-d09713ba-a2d112fc","operationType":"delete","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a","targetId":"4205501597018885411","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-02T00:36:53.316-07:00","startTime":"2024-04-02T00:36:53.329-07:00","endTime":"2024-04-02T00:37:11.994-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712043412891-615182b772794-d09713ba-a2d112fc"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 167.028382ms + - id: 57 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: compute.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + X-Goog-Api-Client: + - gl-go/1.21.5 gdcl/0.160.0 + url: https://compute.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712043413360-615182b7e5021-6ad00179-68e5bb6d?alt=json&prettyPrint=false + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: '{"kind":"compute#operation","id":"7166752290570111866","name":"operation-1712043413360-615182b7e5021-6ad00179-68e5bb6d","operationType":"removePeering","targetLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/networks/computenetwork-3qfydjnzu9k8a","targetId":"4205501597018885411","status":"DONE","user":"user@google.com","progress":100,"insertTime":"2024-04-02T00:36:53.732-07:00","startTime":"2024-04-02T00:36:53.742-07:00","endTime":"2024-04-02T00:37:05.050-07:00","selfLink":"https://www.googleapis.com/compute/beta/projects/example-project/global/operations/operation-1712043413360-615182b7e5021-6ad00179-68e5bb6d"}' + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 212.900135ms + - id: 58 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a", + "uid": "062c8b43-ad35-491b-b486-abf71cbc236e", + "createTime": "2024-04-02T07:29:40.417647457Z", + "updateTime": "2024-04-02T07:36:40.071612938Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:29:40.105010607Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 127.816646ms + - id: 59 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a", + "uid": "062c8b43-ad35-491b-b486-abf71cbc236e", + "createTime": "2024-04-02T07:29:40.417647457Z", + "updateTime": "2024-04-02T07:36:40.071612938Z", + "labels": { + "managed-by-cnrm": "true", + "cnrm-test": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:29:40.105010607Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 91.788269ms + - id: 60 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a", + "uid": "062c8b43-ad35-491b-b486-abf71cbc236e", + "createTime": "2024-04-02T07:29:40.417647457Z", + "updateTime": "2024-04-02T07:36:40.071612938Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:29:40.105010607Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 133.604396ms + - id: 61 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a", + "uid": "062c8b43-ad35-491b-b486-abf71cbc236e", + "createTime": "2024-04-02T07:29:40.417647457Z", + "updateTime": "2024-04-02T07:36:40.071612938Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:29:40.105010607Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 97.749741ms + - id: 62 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712043412815-615182b75fdfe-b6c64969-de3c5cdb?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712043412815-615182b75fdfe-b6c64969-de3c5cdb", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:36:52.868447957Z", + "endTime": "2024-04-02T07:41:24.242414928Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a/instances/alloydbinstance-3qfydjnzu9k8a", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 93.322011ms + - id: 63 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a", + "uid": "062c8b43-ad35-491b-b486-abf71cbc236e", + "createTime": "2024-04-02T07:29:40.417647457Z", + "updateTime": "2024-04-02T07:36:40.071612938Z", + "labels": { + "cnrm-test": "true", + "managed-by-cnrm": "true" + }, + "state": "READY", + "databaseVersion": "POSTGRES_15", + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a", + "reconciling": false, + "automatedBackupPolicy": { + "enabled": false, + "weeklySchedule": { + "startTimes": [ + { + "hours": 23 + } + ], + "daysOfWeek": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "backupWindow": "3600s", + "timeBasedRetention": { + "retentionPeriod": "1209600s" + }, + "location": "us-west1" + }, + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "clusterType": "PRIMARY", + "continuousBackupConfig": { + "enabled": true, + "recoveryWindowDays": 14 + }, + "continuousBackupInfo": { + "encryptionInfo": { + "encryptionType": "GOOGLE_DEFAULT_ENCRYPTION" + }, + "enabledTime": "2024-04-02T07:29:40.105010607Z", + "schedule": [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY" + ] + }, + "networkConfig": { + "network": "projects/123456789/global/networks/computenetwork-3qfydjnzu9k8a" + }, + "geminiConfig": {} + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 445.517608ms + - id: 64 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a?alt=json + method: DELETE + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712043778467-6151841416775-014a67ab-188c21b5", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:42:58.480194420Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 155.921995ms + - id: 65 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712043778467-6151841416775-014a67ab-188c21b5?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712043778467-6151841416775-014a67ab-188c21b5", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:42:58.480194420Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": false + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 426.769509ms + - id: 66 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 0 + transfer_encoding: [] + trailer: {} + host: alloydb.googleapis.com + remote_addr: "" + request_uri: "" + body: "" + form: {} + headers: + Content-Type: + - application/json + url: https://alloydb.googleapis.com/v1beta/projects/example-project/locations/us-west1/operations/operation-1712043778467-6151841416775-014a67ab-188c21b5?alt=json + method: GET + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + transfer_encoding: [] + trailer: {} + content_length: -1 + uncompressed: true + body: | + { + "name": "projects/example-project/locations/us-west1/operations/operation-1712043778467-6151841416775-014a67ab-188c21b5", + "metadata": { + "@type": "type.googleapis.com/google.cloud.alloydb.v1beta.OperationMetadata", + "createTime": "2024-04-02T07:42:58.480194420Z", + "endTime": "2024-04-02T07:43:14.851788454Z", + "target": "projects/example-project/locations/us-west1/clusters/alloydbcluster-3qfydjnzu9k8a", + "verb": "delete", + "requestedCancellation": false, + "apiVersion": "v1beta" + }, + "done": true, + "response": { + "@type": "type.googleapis.com/google.protobuf.Empty" + } + } + headers: + Content-Type: + - application/json; charset=UTF-8 + status: 200 OK + code: 200 + duration: 107.494249ms diff --git a/tests/e2e/unified_test.go b/tests/e2e/unified_test.go index 7e2af24fff..3519bd8a17 100644 --- a/tests/e2e/unified_test.go +++ b/tests/e2e/unified_test.go @@ -19,7 +19,14 @@ import ( "context" "encoding/json" "fmt" + "github.com/GoogleCloudPlatform/k8s-config-connector/config/tests/samples/create" + opcorev1beta1 "github.com/GoogleCloudPlatform/k8s-config-connector/operator/pkg/apis/core/v1beta1" + "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/test" + testcontroller "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/test/controller" + testgcp "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/test/gcp" + "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/test/resourcefixture" testvariable "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/test/resourcefixture/variable" + testyaml "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/test/yaml" "hash/fnv" "io" "io/ioutil" @@ -31,14 +38,6 @@ import ( "strings" "testing" - "github.com/GoogleCloudPlatform/k8s-config-connector/config/tests/samples/create" - opcorev1beta1 "github.com/GoogleCloudPlatform/k8s-config-connector/operator/pkg/apis/core/v1beta1" - "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/test" - testcontroller "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/test/controller" - testgcp "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/test/gcp" - "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/test/resourcefixture" - testyaml "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/test/yaml" - "gopkg.in/dnaeon/go-vcr.v3/cassette" "gopkg.in/dnaeon/go-vcr.v3/recorder" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" @@ -180,6 +179,8 @@ func testFixturesInSeries(ctx context.Context, t *testing.T, testPause bool, can replaceWellKnownValues := func(s string) string { // Replace project id result := strings.Replace(s, project.ProjectID, "example-project", -1) + // Replace project number + result = strings.Replace(result, strconv.FormatInt(project.ProjectNumber, 10), "123456789", -1) // Replace user info obj := make(map[string]any) @@ -246,7 +247,8 @@ func testFixturesInSeries(ctx context.Context, t *testing.T, testPause bool, can h.VCRRecorder.SetMatcher(func(r *http.Request, i cassette.Request) bool { // We applied BeforeSaveHook, need to modify the incoming request, // so that incoming request matches the saved request. - modifiedURL := replaceWellKnownValues(r.URL.String()) + //modifiedURL := replaceWellKnownValues(r.URL.String()) + modifiedURL := r.URL.String() if r.Method != i.Method || modifiedURL != i.URL { return false