public interface ServiceAttachmentConsumerProjectLimitOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectionLimit()
The value of the limit to set.
|
String |
getNetworkUrl()
The network URL for the network to set the limit for.
|
com.google.protobuf.ByteString |
getNetworkUrlBytes()
The network URL for the network to set the limit for.
|
String |
getProjectIdOrNum()
The project id or number for the project to set the limit for.
|
com.google.protobuf.ByteString |
getProjectIdOrNumBytes()
The project id or number for the project to set the limit for.
|
boolean |
hasConnectionLimit()
The value of the limit to set.
|
boolean |
hasNetworkUrl()
The network URL for the network to set the limit for.
|
boolean |
hasProjectIdOrNum()
The project id or number for the project to set the limit for.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConnectionLimit()
The value of the limit to set.
optional uint32 connection_limit = 131403546;int getConnectionLimit()
The value of the limit to set.
optional uint32 connection_limit = 131403546;boolean hasNetworkUrl()
The network URL for the network to set the limit for.
optional string network_url = 207194078;String getNetworkUrl()
The network URL for the network to set the limit for.
optional string network_url = 207194078;com.google.protobuf.ByteString getNetworkUrlBytes()
The network URL for the network to set the limit for.
optional string network_url = 207194078;boolean hasProjectIdOrNum()
The project id or number for the project to set the limit for.
optional string project_id_or_num = 349783336;String getProjectIdOrNum()
The project id or number for the project to set the limit for.
optional string project_id_or_num = 349783336;com.google.protobuf.ByteString getProjectIdOrNumBytes()
The project id or number for the project to set the limit for.
optional string project_id_or_num = 349783336;Copyright © 2023 Google LLC. All rights reserved.