Interface ServiceAttachmentConsumerProjectLimitOrBuilder (1.52.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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for projectIdOrNum.

hasConnectionLimit()

public abstract boolean hasConnectionLimit()

The value of the limit to set.

optional uint32 connection_limit = 131403546;

Returns
Type Description
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
Type Description
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
Type Description
boolean

Whether the projectIdOrNum field is set.