Package com.google.cloud.compute.v1
Interface ServiceAttachmentConsumerProjectLimitOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceAttachmentConsumerProjectLimit
,ServiceAttachmentConsumerProjectLimit.Builder
public interface ServiceAttachmentConsumerProjectLimitOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasConnectionLimit
boolean hasConnectionLimit()
The value of the limit to set.
optional uint32 connection_limit = 131403546;
- Returns:
- Whether the connectionLimit field is set.
-
getConnectionLimit
int getConnectionLimit()
The value of the limit to set.
optional uint32 connection_limit = 131403546;
- Returns:
- The connectionLimit.
-
hasNetworkUrl
boolean hasNetworkUrl()
The network URL for the network to set the limit for.
optional string network_url = 207194078;
- Returns:
- Whether the networkUrl field is set.
-
getNetworkUrl
String getNetworkUrl()
The network URL for the network to set the limit for.
optional string network_url = 207194078;
- Returns:
- The networkUrl.
-
getNetworkUrlBytes
com.google.protobuf.ByteString getNetworkUrlBytes()
The network URL for the network to set the limit for.
optional string network_url = 207194078;
- Returns:
- The bytes for networkUrl.
-
hasProjectIdOrNum
boolean hasProjectIdOrNum()
The project id or number for the project to set the limit for.
optional string project_id_or_num = 349783336;
- Returns:
- Whether the projectIdOrNum field is set.
-
getProjectIdOrNum
String getProjectIdOrNum()
The project id or number for the project to set the limit for.
optional string project_id_or_num = 349783336;
- Returns:
- The projectIdOrNum.
-
getProjectIdOrNumBytes
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;
- Returns:
- The bytes for projectIdOrNum.
-
-