@@ -4393,13 +4393,13 @@ type CacheCapabilities struct {
43934393 // splitting and a meaningful result can be expected from the
43944394 // [ContentAddressableStorage.SplitBlob][build.bazel.remote.execution.v2.ContentAddressableStorage.SplitBlob]
43954395 // operation.
4396- BlobSplitSupport bool `protobuf:"varint,9,opt,name=blob_split_support ,json=blobSplitSupport ,proto3" json:"blob_split_support ,omitempty"`
4396+ SplitBlobSupport bool `protobuf:"varint,9,opt,name=split_blob_support ,json=splitBlobSupport ,proto3" json:"split_blob_support ,omitempty"`
43974397 // Whether blob splicing is supported for the particular server/instance. If
43984398 // yes, the server/instance implements the specified behavior for blob
43994399 // splicing and a meaningful result can be expected from the
44004400 // [ContentAddressableStorage.SpliceBlob][build.bazel.remote.execution.v2.ContentAddressableStorage.SpliceBlob]
44014401 // operation.
4402- BlobSpliceSupport bool `protobuf:"varint,10,opt,name=blob_splice_support ,json=blobSpliceSupport ,proto3" json:"blob_splice_support ,omitempty"`
4402+ SpliceBlobSupport bool `protobuf:"varint,10,opt,name=splice_blob_support ,json=spliceBlobSupport ,proto3" json:"splice_blob_support ,omitempty"`
44034403}
44044404
44054405func (x * CacheCapabilities ) Reset () {
@@ -4490,16 +4490,16 @@ func (x *CacheCapabilities) GetMaxCasBlobSizeBytes() int64 {
44904490 return 0
44914491}
44924492
4493- func (x * CacheCapabilities ) GetBlobSplitSupport () bool {
4493+ func (x * CacheCapabilities ) GetSplitBlobSupport () bool {
44944494 if x != nil {
4495- return x .BlobSplitSupport
4495+ return x .SplitBlobSupport
44964496 }
44974497 return false
44984498}
44994499
4500- func (x * CacheCapabilities ) GetBlobSpliceSupport () bool {
4500+ func (x * CacheCapabilities ) GetSpliceBlobSupport () bool {
45014501 if x != nil {
4502- return x .BlobSpliceSupport
4502+ return x .SpliceBlobSupport
45034503 }
45044504 return false
45054505}
@@ -5999,12 +5999,12 @@ var file_build_bazel_remote_execution_v2_remote_execution_proto_rawDesc = []byte
59995999 0x6d , 0x61 , 0x78 , 0x5f , 0x63 , 0x61 , 0x73 , 0x5f , 0x62 , 0x6c , 0x6f , 0x62 , 0x5f , 0x73 , 0x69 , 0x7a ,
60006000 0x65 , 0x5f , 0x62 , 0x79 , 0x74 , 0x65 , 0x73 , 0x18 , 0x08 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x13 , 0x6d ,
60016001 0x61 , 0x78 , 0x43 , 0x61 , 0x73 , 0x42 , 0x6c , 0x6f , 0x62 , 0x53 , 0x69 , 0x7a , 0x65 , 0x42 , 0x79 , 0x74 ,
6002- 0x65 , 0x73 , 0x12 , 0x2c , 0x0a , 0x12 , 0x62 , 0x6c , 0x6f , 0x62 , 0x5f , 0x73 , 0x70 , 0x6c , 0x69 , 0x74 ,
6002+ 0x65 , 0x73 , 0x12 , 0x2c , 0x0a , 0x12 , 0x73 , 0x70 , 0x6c , 0x69 , 0x74 , 0x5f , 0x62 , 0x6c , 0x6f , 0x62 ,
60036003 0x5f , 0x73 , 0x75 , 0x70 , 0x70 , 0x6f , 0x72 , 0x74 , 0x18 , 0x09 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x10 ,
6004- 0x62 , 0x6c , 0x6f , 0x62 , 0x53 , 0x70 , 0x6c , 0x69 , 0x74 , 0x53 , 0x75 , 0x70 , 0x70 , 0x6f , 0x72 , 0x74 ,
6005- 0x12 , 0x2e , 0x0a , 0x13 , 0x62 , 0x6c , 0x6f , 0x62 , 0x5f , 0x73 , 0x70 , 0x6c , 0x69 , 0x63 , 0x65 , 0x5f ,
6006- 0x73 , 0x75 , 0x70 , 0x70 , 0x6f , 0x72 , 0x74 , 0x18 , 0x0a , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x11 , 0x62 ,
6007- 0x6c , 0x6f , 0x62 , 0x53 , 0x70 , 0x6c , 0x69 , 0x63 , 0x65 , 0x53 , 0x75 , 0x70 , 0x70 , 0x6f , 0x72 , 0x74 ,
6004+ 0x73 , 0x70 , 0x6c , 0x69 , 0x74 , 0x42 , 0x6c , 0x6f , 0x62 , 0x53 , 0x75 , 0x70 , 0x70 , 0x6f , 0x72 , 0x74 ,
6005+ 0x12 , 0x2e , 0x0a , 0x13 , 0x73 , 0x70 , 0x6c , 0x69 , 0x63 , 0x65 , 0x5f , 0x62 , 0x6c , 0x6f , 0x62 , 0x5f ,
6006+ 0x73 , 0x75 , 0x70 , 0x70 , 0x6f , 0x72 , 0x74 , 0x18 , 0x0a , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x11 , 0x73 ,
6007+ 0x70 , 0x6c , 0x69 , 0x63 , 0x65 , 0x42 , 0x6c , 0x6f , 0x62 , 0x53 , 0x75 , 0x70 , 0x70 , 0x6f , 0x72 , 0x74 ,
60086008 0x22 , 0xb7 , 0x03 , 0x0a , 0x15 , 0x45 , 0x78 , 0x65 , 0x63 , 0x75 , 0x74 , 0x69 , 0x6f , 0x6e , 0x43 , 0x61 ,
60096009 0x70 , 0x61 , 0x62 , 0x69 , 0x6c , 0x69 , 0x74 , 0x69 , 0x65 , 0x73 , 0x12 , 0x5e , 0x0a , 0x0f , 0x64 , 0x69 ,
60106010 0x67 , 0x65 , 0x73 , 0x74 , 0x5f , 0x66 , 0x75 , 0x6e , 0x63 , 0x74 , 0x69 , 0x6f , 0x6e , 0x18 , 0x01 , 0x20 ,
0 commit comments