Interface ServiceAttachmentConsumerProjectLimitOrBuilder (1.15.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.

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.

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.