Skip to content

Commit

Permalink
feat: add a FastSocket API
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 491259489

Source-Link: googleapis/googleapis@39bcdf4

Source-Link: googleapis/googleapis-gen@ee2470d
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ29udGFpbmVyLlYxLy5Pd2xCb3QueWFtbCIsImgiOiJlZTI0NzBkOWU3OTA2ZDA3NjRhZGI1NjJmNGQ0Y2M0MWYwZDZjOTZmIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Nov 28, 2022
1 parent 6d2e913 commit ec6e15e
Show file tree
Hide file tree
Showing 5 changed files with 1,209 additions and 908 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public async Task UpdateNodePoolRequestObjectAsync()
GcfsConfig = new GcfsConfig(),
ConfidentialNodes = new ConfidentialNodes(),
Gvnic = new VirtualNIC(),
FastSocket = new FastSocket(),
LoggingConfig = new NodePoolLoggingConfig(),
ResourceLabels = new ResourceLabels(),
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public void UpdateNodePoolRequestObject()
GcfsConfig = new GcfsConfig(),
ConfidentialNodes = new ConfidentialNodes(),
Gvnic = new VirtualNIC(),
FastSocket = new FastSocket(),
LoggingConfig = new NodePoolLoggingConfig(),
ResourceLabels = new ResourceLabels(),
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -946,12 +946,12 @@
"segments": [
{
"start": 20,
"end": 60,
"end": 61,
"type": "FULL"
},
{
"start": 34,
"end": 58,
"end": 59,
"type": "SHORT"
}
]
Expand Down Expand Up @@ -985,12 +985,12 @@
"segments": [
{
"start": 20,
"end": 61,
"end": 62,
"type": "FULL"
},
{
"start": 35,
"end": 59,
"end": 60,
"type": "SHORT"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ public void UpdateNodePoolRequestObject()
GcfsConfig = new GcfsConfig(),
ConfidentialNodes = new ConfidentialNodes(),
Gvnic = new VirtualNIC(),
FastSocket = new FastSocket(),
LoggingConfig = new NodePoolLoggingConfig(),
ResourceLabels = new ResourceLabels(),
};
Expand Down Expand Up @@ -458,6 +459,7 @@ public async Task UpdateNodePoolRequestObjectAsync()
GcfsConfig = new GcfsConfig(),
ConfidentialNodes = new ConfidentialNodes(),
Gvnic = new VirtualNIC(),
FastSocket = new FastSocket(),
LoggingConfig = new NodePoolLoggingConfig(),
ResourceLabels = new ResourceLabels(),
};
Expand Down
Loading

0 comments on commit ec6e15e

Please sign in to comment.