Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5381,8 +5381,8 @@ public int getInboundServicesValue(int index) {
*
* <code>repeated .google.appengine.v1.InboundServiceType inbound_services = 6;</code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of inboundServices at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for inboundServices to set.
* @return This builder for chaining.
*/
public Builder setInboundServicesValue(int index, int value) {
Expand Down