Interface ServerBindingOrBuilder (1.39.0)

public interface ServerBindingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getType()

public abstract String getType()

Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
TypeDescription
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
TypeDescription
ByteString

The bytes for type.

hasType()

public abstract boolean hasType()

Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
TypeDescription
boolean

Whether the type field is set.