Interface NetworksRemovePeeringRequestOrBuilder (1.51.0)

public interface NetworksRemovePeeringRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Name of the peering, which should conform to RFC1035.

optional string name = 3373707;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the peering, which should conform to RFC1035.

optional string name = 3373707;

Returns
TypeDescription
ByteString

The bytes for name.

hasName()

public abstract boolean hasName()

Name of the peering, which should conform to RFC1035.

optional string name = 3373707;

Returns
TypeDescription
boolean

Whether the name field is set.