Interface GetIngressRuleRequestOrBuilder (2.1.10)

public interface GetIngressRuleRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Name of the Firewall resource to retrieve. Example: apps/myapp/firewall/ingressRules/100.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the Firewall resource to retrieve. Example: apps/myapp/firewall/ingressRules/100.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.