@@ -515,9 +515,6 @@ impl ::protobuf::reflect::ProtobufValue for GetTokenResponse {
515
515
// @@protoc_insertion_point(message:attestation_agent.GetDerivedKeyRequest)
516
516
#[ derive( PartialEq , Clone , Default , Debug ) ]
517
517
pub struct GetDerivedKeyRequest {
518
- // message fields
519
- // @@protoc_insertion_point(field:attestation_agent.GetDerivedKeyRequest.KeyId)
520
- pub KeyId : :: std:: vec:: Vec < u8 > ,
521
518
// special fields
522
519
// @@protoc_insertion_point(special_field:attestation_agent.GetDerivedKeyRequest.special_fields)
523
520
pub special_fields : :: protobuf:: SpecialFields ,
@@ -535,13 +532,8 @@ impl GetDerivedKeyRequest {
535
532
}
536
533
537
534
fn generated_message_descriptor_data ( ) -> :: protobuf:: reflect:: GeneratedMessageDescriptorData {
538
- let mut fields = :: std:: vec:: Vec :: with_capacity ( 1 ) ;
535
+ let mut fields = :: std:: vec:: Vec :: with_capacity ( 0 ) ;
539
536
let mut oneofs = :: std:: vec:: Vec :: with_capacity ( 0 ) ;
540
- fields. push ( :: protobuf:: reflect:: rt:: v2:: make_simpler_field_accessor :: < _ , _ > (
541
- "KeyId" ,
542
- |m : & GetDerivedKeyRequest | { & m. KeyId } ,
543
- |m : & mut GetDerivedKeyRequest | { & mut m. KeyId } ,
544
- ) ) ;
545
537
:: protobuf:: reflect:: GeneratedMessageDescriptorData :: new_2 :: < GetDerivedKeyRequest > (
546
538
"GetDerivedKeyRequest" ,
547
539
fields,
@@ -560,9 +552,6 @@ impl ::protobuf::Message for GetDerivedKeyRequest {
560
552
fn merge_from ( & mut self , is : & mut :: protobuf:: CodedInputStream < ' _ > ) -> :: protobuf:: Result < ( ) > {
561
553
while let Some ( tag) = is. read_raw_tag_or_eof ( ) ? {
562
554
match tag {
563
- 10 => {
564
- self . KeyId = is. read_bytes ( ) ?;
565
- } ,
566
555
tag => {
567
556
:: protobuf:: rt:: read_unknown_or_skip_group ( tag, is, self . special_fields . mut_unknown_fields ( ) ) ?;
568
557
} ,
@@ -575,18 +564,12 @@ impl ::protobuf::Message for GetDerivedKeyRequest {
575
564
#[ allow( unused_variables) ]
576
565
fn compute_size ( & self ) -> u64 {
577
566
let mut my_size = 0 ;
578
- if !self . KeyId . is_empty ( ) {
579
- my_size += :: protobuf:: rt:: bytes_size ( 1 , & self . KeyId ) ;
580
- }
581
567
my_size += :: protobuf:: rt:: unknown_fields_size ( self . special_fields . unknown_fields ( ) ) ;
582
568
self . special_fields . cached_size ( ) . set ( my_size as u32 ) ;
583
569
my_size
584
570
}
585
571
586
572
fn write_to_with_cached_sizes ( & self , os : & mut :: protobuf:: CodedOutputStream < ' _ > ) -> :: protobuf:: Result < ( ) > {
587
- if !self . KeyId . is_empty ( ) {
588
- os. write_bytes ( 1 , & self . KeyId ) ?;
589
- }
590
573
os. write_unknown_fields ( self . special_fields . unknown_fields ( ) ) ?;
591
574
:: std:: result:: Result :: Ok ( ( ) )
592
575
}
@@ -604,13 +587,11 @@ impl ::protobuf::Message for GetDerivedKeyRequest {
604
587
}
605
588
606
589
fn clear ( & mut self ) {
607
- self . KeyId . clear ( ) ;
608
590
self . special_fields . clear ( ) ;
609
591
}
610
592
611
593
fn default_instance ( ) -> & ' static GetDerivedKeyRequest {
612
594
static instance: GetDerivedKeyRequest = GetDerivedKeyRequest {
613
- KeyId : :: std:: vec:: Vec :: new ( ) ,
614
595
special_fields : :: protobuf:: SpecialFields :: new ( ) ,
615
596
} ;
616
597
& instance
@@ -1856,33 +1837,32 @@ static file_descriptor_proto_data: &'static [u8] = b"\
1856
1837
\" 1\n \x13 GetEvidenceResponse\x12 \x1a \n \x08 Evidence\x18 \x01 \x20 \x01 (\x0c R\
1857
1838
\x08 Evidence\" /\n \x0f GetTokenRequest\x12 \x1c \n \t TokenType\x18 \x01 \x20 \
1858
1839
\x01 (\t R\t TokenType\" (\n \x10 GetTokenResponse\x12 \x14 \n \x05 Token\x18 \x01 \
1859
- \x20 \x01 (\x0c R\x05 Token\" ,\n \x14 GetDerivedKeyRequest\x12 \x14 \n \x05 KeyId\
1860
- \x18 \x01 \x20 \x01 (\x0c R\x05 KeyId\" 7\n \x15 GetDerivedKeyResponse\x12 \x1e \n \
1861
- \n DerivedKey\x18 \x01 \x20 \x01 (\x0c R\n DerivedKey\" \xae \x01 \n \x1f ExtendRunt\
1862
- imeMeasurementRequest\x12 \x16 \n \x06 Domain\x18 \x01 \x20 \x01 (\t R\x06 Domain\
1863
- \x12 \x1c \n \t Operation\x18 \x02 \x20 \x01 (\t R\t Operation\x12 \x18 \n \x07 Conten\
1864
- t\x18 \x03 \x20 \x01 (\t R\x07 Content\x12 )\n \r RegisterIndex\x18 \x04 \x20 \x01 (\
1865
- \x04 H\0 R\r RegisterIndex\x88 \x01 \x01 B\x10 \n \x0e _RegisterIndex\" \" \n \x20 Ex\
1866
- tendRuntimeMeasurementResponse\" K\n \x11 InitDataPlaintext\x12 \x18 \n \x07 Co\
1867
- ntent\x18 \x01 \x20 \x01 (\x0c R\x07 Content\x12 \x1c \n \t Algorithm\x18 \x02 \x20 \
1868
- \x01 (\t R\t Algorithm\" -\n \x13 BindInitDataRequest\x12 \x16 \n \x06 Digest\x18 \
1869
- \x01 \x20 \x01 (\x0c R\x06 Digest\" \x16 \n \x14 BindInitDataResponse\" 4\n \x1a Upd\
1870
- ateConfigurationRequest\x12 \x16 \n \x06 config\x18 \x01 \x20 \x01 (\t R\x06 confi\
1871
- g\" \x1d \n \x1b UpdateConfigurationResponse\" \x13 \n \x11 GetTeeTypeRequest\" &\
1872
- \n \x12 GetTeeTypeResponse\x12 \x10 \n \x03 tee\x18 \x01 \x20 \x01 (\t R\x03 tee2\
1873
- \xe8 \x05 \n \x17 AttestationAgentService\x12 b\n \r GetDerivedKey\x12 '.attesta\
1874
- tion_agent.GetDerivedKeyRequest\x1a (.attestation_agent.GetDerivedKeyResp\
1875
- onse\x12 \\ \n \x0b GetEvidence\x12 %.attestation_agent.GetEvidenceRequest\
1876
- \x1a &.attestation_agent.GetEvidenceResponse\x12 S\n \x08 GetToken\x12 \" .att\
1877
- estation_agent.GetTokenRequest\x1a #.attestation_agent.GetTokenResponse\
1878
- \x12 \x83 \x01 \n \x18 ExtendRuntimeMeasurement\x12 2.attestation_agent.Extend\
1879
- RuntimeMeasurementRequest\x1a 3.attestation_agent.ExtendRuntimeMeasuremen\
1880
- tResponse\x12 _\n \x0c BindInitData\x12 &.attestation_agent.BindInitDataRequ\
1881
- est\x1a '.attestation_agent.BindInitDataResponse\x12 t\n \x13 UpdateConfigur\
1882
- ation\x12 -.attestation_agent.UpdateConfigurationRequest\x1a ..attestation\
1883
- _agent.UpdateConfigurationResponse\x12 Y\n \n GetTeeType\x12 $.attestation_a\
1884
- gent.GetTeeTypeRequest\x1a %.attestation_agent.GetTeeTypeResponseb\x06 pro\
1885
- to3\
1840
+ \x20 \x01 (\x0c R\x05 Token\" \x16 \n \x14 GetDerivedKeyRequest\" 7\n \x15 GetDeriv\
1841
+ edKeyResponse\x12 \x1e \n \n DerivedKey\x18 \x01 \x20 \x01 (\x0c R\n DerivedKey\" \
1842
+ \xae \x01 \n \x1f ExtendRuntimeMeasurementRequest\x12 \x16 \n \x06 Domain\x18 \
1843
+ \x01 \x20 \x01 (\t R\x06 Domain\x12 \x1c \n \t Operation\x18 \x02 \x20 \x01 (\t R\t Ope\
1844
+ ration\x12 \x18 \n \x07 Content\x18 \x03 \x20 \x01 (\t R\x07 Content\x12 )\n \r Regis\
1845
+ terIndex\x18 \x04 \x20 \x01 (\x04 H\0 R\r RegisterIndex\x88 \x01 \x01 B\x10 \n \x0e _\
1846
+ RegisterIndex\" \" \n \x20 ExtendRuntimeMeasurementResponse\" K\n \x11 InitData\
1847
+ Plaintext\x12 \x18 \n \x07 Content\x18 \x01 \x20 \x01 (\x0c R\x07 Content\x12 \x1c \
1848
+ \n \t Algorithm\x18 \x02 \x20 \x01 (\t R\t Algorithm\" -\n \x13 BindInitDataRequest\
1849
+ \x12 \x16 \n \x06 Digest\x18 \x01 \x20 \x01 (\x0c R\x06 Digest\" \x16 \n \x14 BindInit\
1850
+ DataResponse\" 4\n \x1a UpdateConfigurationRequest\x12 \x16 \n \x06 config\x18 \
1851
+ \x01 \x20 \x01 (\t R\x06 config\" \x1d \n \x1b UpdateConfigurationResponse\" \x13 \
1852
+ \n \x11 GetTeeTypeRequest\" &\n \x12 GetTeeTypeResponse\x12 \x10 \n \x03 tee\x18 \
1853
+ \x01 \x20 \x01 (\t R\x03 tee2\xe8 \x05 \n \x17 AttestationAgentService\x12 b\n \r Ge\
1854
+ tDerivedKey\x12 '.attestation_agent.GetDerivedKeyRequest\x1a (.attestation\
1855
+ _agent.GetDerivedKeyResponse\x12 \\ \n \x0b GetEvidence\x12 %.attestation_age\
1856
+ nt.GetEvidenceRequest\x1a &.attestation_agent.GetEvidenceResponse\x12 S\n \
1857
+ \x08 GetToken\x12 \" .attestation_agent.GetTokenRequest\x1a #.attestation_ag\
1858
+ ent.GetTokenResponse\x12 \x83 \x01 \n \x18 ExtendRuntimeMeasurement\x12 2.atte\
1859
+ station_agent.ExtendRuntimeMeasurementRequest\x1a 3.attestation_agent.Ext\
1860
+ endRuntimeMeasurementResponse\x12 _\n \x0c BindInitData\x12 &.attestation_ag\
1861
+ ent.BindInitDataRequest\x1a '.attestation_agent.BindInitDataResponse\x12 t\
1862
+ \n \x13 UpdateConfiguration\x12 -.attestation_agent.UpdateConfigurationRequ\
1863
+ est\x1a ..attestation_agent.UpdateConfigurationResponse\x12 Y\n \n GetTeeTyp\
1864
+ e\x12 $.attestation_agent.GetTeeTypeRequest\x1a %.attestation_agent.GetTee\
1865
+ TypeResponseb\x06 proto3\
1886
1866
";
1887
1867
1888
1868
/// `FileDescriptorProto` object which was a source for this generated file
0 commit comments