Interface ServiceAttachmentConsumerProjectLimitOrBuilder (1.47.0)

public interface ServiceAttachmentConsumerProjectLimitOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnectionLimit()

public abstract int getConnectionLimit()

The value of the limit to set.

optional uint32 connection_limit = 131403546;

Returns
TypeDescription
int

The connectionLimit.

getNetworkUrl()

public abstract String getNetworkUrl()

The network URL for the network to set the limit for.

optional string network_url = 207194078;

Returns
TypeDescription
String

The networkUrl.

getNetworkUrlBytes()

public abstract ByteString getNetworkUrlBytes()

The network URL for the network to set the limit for.

optional string network_url = 207194078;

Returns
TypeDescription
ByteString

The bytes for networkUrl.

getProjectIdOrNum()

public abstract String getProjectIdOrNum()

The project id or number for the project to set the limit for.

optional string project_id_or_num = 349783336;

Returns
TypeDescription
String

The projectIdOrNum.

getProjectIdOrNumBytes()

public abstract ByteString getProjectIdOrNumBytes()

The project id or number for the project to set the limit for.

optional string project_id_or_num = 349783336;

Returns
TypeDescription
ByteString

The bytes for projectIdOrNum.

hasConnectionLimit()

public abstract boolean hasConnectionLimit()

The value of the limit to set.

optional uint32 connection_limit = 131403546;

Returns
TypeDescription
boolean

Whether the connectionLimit field is set.

hasNetworkUrl()

public abstract boolean hasNetworkUrl()

The network URL for the network to set the limit for.

optional string network_url = 207194078;

Returns
TypeDescription
boolean

Whether the networkUrl field is set.

hasProjectIdOrNum()

public abstract boolean hasProjectIdOrNum()

The project id or number for the project to set the limit for.

optional string project_id_or_num = 349783336;

Returns
TypeDescription
boolean

Whether the projectIdOrNum field is set.