CodeSampleX

샘플

google.golang.org/genproto/googleapis/rpc v0.0.0-20260831171406-18b4a7587f8a: errdetails.BadRequest

검증된 샘플 — golang google.golang.org/genproto/googleapis/rpc v0.0.0-20260831171406-18b4a7587f8a: errdetails.BadRequest. go 1.26 · linux debian/x64 · docker에서…

sha256:1314084c9451a85f0ca26756696c1aad2c9b6451feaf364cb9eee400c25fc4bd

이 네트워크가 제공하는 것은 하나입니다. 빌드되는 샘플. 샌드박스에서 돌리고 서명된 영수증을 보관합니다. 등급을 매기지 않고 무엇도 보증하지 않습니다 — 같은 코드가 당신 환경에서 빌드되는지는 측정한 적이 없습니다. 통과한 계약 영수증을 낸 서로 다른 서명 키의 수입니다. 하나면 작성자 혼자이고, 둘 이상이면 다른 사람도 빌드했다는 뜻입니다. 키는 스스로 만드는 것이고 뒤에 등록된 신원이 없으므로, 세는 것은 사람이 아니라 키입니다. MIT-0

실행 증거

선언된 환경과 서명된 실행을 분리해 두었습니다. 이 샘플이 무엇을 어디서 실행했는지 그대로 볼 수 있습니다.

증거 기준
서명된 컨트랙트 통과
검증 영수증
1
빌드한 서명 키
1
선언된 환경 go linux 24 · ubuntu · glibc 2.39 x64 go go go

검증 실행 환경

환경 컨트랙트 단계 실행일
go 1.26 · linux debian/x64 · docker ed25519:c1973797be207ac4 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · golang@1golang:1.26@sha256:e30143be198a…
2026-09-04

케이스

HOW
목표
verify google.golang.org/genproto/googleapis/rpc/errdetails.BadRequest in pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260831171406-18b4a7587f8a
패키지
심벌
  • google.golang.org/genproto/googleapis/rpc/errdetails.BadRequest
환경
go
생성일
2026-09-04T10:26:37Z

컨트랙트

  1. errdetails.BadRequest.GetFieldViolations returns nil for a nil or uninitialized BadRequest, and returns the configured slice of field violations when set.
  2. errdetails.BadRequest_FieldViolation stores field path and description strings accessible via GetField and GetDescription.
  3. errdetails.BadRequest serializes and deserializes accurately using proto.Marshal and proto.Unmarshal preserving field violations.
  4. errdetails.BadRequest.Reset clears all field violations from the message.

파일

  • PROMPT.md
  • csx.json
  • go.mod
  • go.sum
  • main.go
  • spec.json
  • test/contract_test.go

소스 아티팩트 내려받기 (tar.gz)

소스

PROMPT.md
Clean-room public code sample — generation instructions

Write a brand-new, minimal, self-contained code sample in this clean-room directory.
Do not copy, paraphrase, or reference any existing project source. Work only from this spec.

A csx.json manifest scaffold already exists. Do not recreate it from memory. Preserve its case.goal, packages and symbols; fill its empty case.contract with exact assertions and correct its environment, commands and verifierAdapter for the files you generate.

Goal: verify google.golang.org/genproto/googleapis/rpc/errdetails.BadRequest in pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260831171406-18b4a7587f8a
Kind: HOW

Use EXACTLY these public packages and versions:
  - pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260831171406-18b4a7587f8a
Demonstrate these symbols/APIs:
  - google.golang.org/genproto/googleapis/rpc/errdetails.BadRequest

Rules:
  - One focused purpose; the smallest project that proves the goal.
  - Include a contract test (test/contract.*) that runs OFFLINE and exits 0 exactly when the goal behavior works.
  - Pin every dependency with a lockfile so resolution is reproducible.
  - No secrets, credentials, or tokens. No real URLs (only example.com or localhost). No absolute paths.
  - No personal names, emails, company names, or project identifiers of any kind.
  - No binaries and no generated output (node_modules, dist, target, venv, .git, .env).
  - Keep it under 200 files and 256KB packed.
csx.json
{"case":{"caseId":"case:sha256:cd4d7506830e755dfff71cb5dff798489342d9b944c5f203f65be1f381703d96","contract":["errdetails.BadRequest.GetFieldViolations returns nil for a nil or uninitialized BadRequest, and returns the configured slice of field violations when set.","errdetails.BadRequest_FieldViolation stores field path and description strings accessible via GetField and GetDescription.","errdetails.BadRequest serializes and deserializes accurately using proto.Marshal and proto.Unmarshal preserving field violations.","errdetails.BadRequest.Reset clears all field violations from the message."],"goal":"verify google.golang.org/genproto/googleapis/rpc/errdetails.BadRequest in pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260831171406-18b4a7587f8a","kind":"HOW","packages":["pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260831171406-18b4a7587f8a"],"schemaVersion":1,"symbols":["google.golang.org/genproto/googleapis/rpc/errdetails.BadRequest"]},"contractCommand":["go","test","./..."],"environment":{"arch":"x64","distro":"ubuntu","ecosystem":"golang","executionContext":"go","language":"go","libc":"glibc","libcVersion":"2.39","os":"linux","osVersionBucket":"24","packageManager":"go","runtime":"go","schemaVersion":1},"license":"MIT-0","packages":["pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260831171406-18b4a7587f8a"],"schemaVersion":1,"subject":"pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260831171406-18b4a7587f8a","symbols":["google.golang.org/genproto/googleapis/rpc/errdetails.BadRequest"],"verifierAdapter":"golang@1"}
go.mod
module example.com/badrequest

go 1.25.0

require (
	google.golang.org/genproto/googleapis/rpc v0.0.0-20260831171406-18b4a7587f8a
	google.golang.org/protobuf v1.36.12
)
go.sum
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
google.golang.org/genproto/googleapis/rpc v0.0.0-20260831171406-18b4a7587f8a h1:3Dnd1cDaZlB68lziofO+bJXpjOy8UfRv8Unt+yH8tQ4=
google.golang.org/genproto/googleapis/rpc v0.0.0-20260831171406-18b4a7587f8a/go.mod h1:DjtHYE8FKJLivXcBEjGwndXfIC23G0VpXiXKqG179uA=
google.golang.org/protobuf v1.36.12 h1:pJOKDDOyeXErUroCihFAd5LQuwXBSpVnKGrj5o/fwxc=
google.golang.org/protobuf v1.36.12/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
main.go
package main

import (
	"fmt"

	"google.golang.org/genproto/googleapis/rpc/errdetails"
	"google.golang.org/protobuf/proto"
)

func main() {
	badReq := &errdetails.BadRequest{
		FieldViolations: []*errdetails.BadRequest_FieldViolation{
			{
				Field:       "user.email",
				Description: "must be a valid email address",
			},
			{
				Field:       "user.age",
				Description: "must be greater than or equal to 0",
			},
		},
	}

	for _, v := range badReq.GetFieldViolations() {
		fmt.Printf("Field violation: %s - %s\n", v.GetField(), v.GetDescription())
	}

	data, err := proto.Marshal(badReq)
	if err != nil {
		panic(err)
	}

	var decoded errdetails.BadRequest
	if err := proto.Unmarshal(data, &decoded); err != nil {
		panic(err)
	}
	fmt.Printf("Decoded violations count: %d\n", len(decoded.GetFieldViolations()))

	badReq.Reset()
	fmt.Printf("After reset count: %d\n", len(badReq.GetFieldViolations()))
}
spec.json
{
  "schemaVersion": 1,
  "goal": "verify google.golang.org/genproto/googleapis/rpc/errdetails.BadRequest in pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260831171406-18b4a7587f8a",
  "kind": "HOW",
  "packages": [
    "pkg:golang/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260831171406-18b4a7587f8a"
  ],
  "symbols": [
    "google.golang.org/genproto/googleapis/rpc/errdetails.BadRequest"
  ]
}
test/contract_test.go
package test

import (
	"testing"

	"google.golang.org/genproto/googleapis/rpc/errdetails"
	"google.golang.org/protobuf/proto"
)

func TestBadRequestGetFieldViolations(t *testing.T) {
	// Nil BadRequest returns nil
	var nilBadRequest *errdetails.BadRequest
	if got := nilBadRequest.GetFieldViolations(); got != nil {
		t.Errorf("nilBadRequest.GetFieldViolations() = %v, want nil", got)
	}

	// Empty BadRequest returns nil
	emptyBadRequest := &errdetails.BadRequest{}
	if got := emptyBadRequest.GetFieldViolations(); got != nil {
		t.Errorf("emptyBadRequest.GetFieldViolations() = %v, want nil", got)
	}

	// Populated BadRequest
	v1 := &errdetails.BadRequest_FieldViolation{
		Field:       "user.email",
		Description: "invalid email format",
	}
	v2 := &errdetails.BadRequest_FieldViolation{
		Field:       "user.age",
		Description: "must be at least 18",
	}
	badReq := &errdetails.BadRequest{
		FieldViolations: []*errdetails.BadRequest_FieldViolation{v1, v2},
	}

	violations := badReq.GetFieldViolations()
	if len(violations) != 2 {
		t.Fatalf("expected 2 field violations, got %d", len(violations))
	}
	if violations[0].GetField() != "user.email" || violations[0].GetDescription() != "invalid email format" {
		t.Errorf("violation[0] mismatch: got %v, %v", violations[0].GetField(), violations[0].GetDescription())
	}
	if violations[1].GetField() != "user.age" || violations[1].GetDescription() != "must be at least 18" {
		t.Errorf("violation[1] mismatch: got %v, %v", violations[1].GetField(), violations[1].GetDescription())
	}
}

func TestBadRequestFieldViolationGetters(t *testing.T) {
	var nilViolation *errdetails.BadRequest_FieldViolation
	if got := nilViolation.GetField(); got != "" {
		t.Errorf("nilViolation.GetField() = %q, want empty string", got)
	}
	if got := nilViolation.GetDescription(); got != "" {
		t.Errorf("nilViolation.GetDescription() = %q, want empty string", got)
	}

	v := &errdetails.BadRequest_FieldViolation{
		Field:       "order.quantity",
		Description: "quantity must be positive",
	}
	if v.GetField() != "order.quantity" {
		t.Errorf("v.GetField() = %q, want %q", v.GetField(), "order.quantity")
	}
	if v.GetDescription() != "quantity must be positive" {
		t.Errorf("v.GetDescription() = %q, want %q", v.GetDescription(), "quantity must be positive")
	}
}

func TestBadRequestProtoSerialization(t *testing.T) {
	original := &errdetails.BadRequest{
		FieldViolations: []*errdetails.BadRequest_FieldViolation{
			{
				Field:       "item.id",
				Description: "item id cannot be empty",
			},
		},
	}

	data, err := proto.Marshal(original)
	if err != nil {
		t.Fatalf("proto.Marshal failed: %v", err)
	}

	var unmarshaled errdetails.BadRequest
	if err := proto.Unmarshal(data, &unmarshaled); err != nil {
		t.Fatalf("proto.Unmarshal failed: %v", err)
	}

	if len(unmarshaled.GetFieldViolations()) != 1 {
		t.Fatalf("unmarshaled violations count = %d, want 1", len(unmarshaled.GetFieldViolations()))
	}
	gotV := unmarshaled.GetFieldViolations()[0]
	if gotV.GetField() != "item.id" || gotV.GetDescription() != "item id cannot be empty" {
		t.Errorf("unmarshaled violation mismatch: got field=%q, desc=%q", gotV.GetField(), gotV.GetDescription())
	}
}

func TestBadRequestReset(t *testing.T) {
	badReq := &errdetails.BadRequest{
		FieldViolations: []*errdetails.BadRequest_FieldViolation{
			{
				Field:       "name",
				Description: "required",
			},
		},
	}
	badReq.Reset()
	if got := badReq.GetFieldViolations(); got != nil {
		t.Errorf("badReq.GetFieldViolations() after Reset() = %v, want nil", got)
	}
}

오리진 시더

익명