Interface GetFirewallRequestOrBuilder (1.51.0)

public interface GetFirewallRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFirewall()

public abstract String getFirewall()

Name of the firewall rule to return.

string firewall = 511016192 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The firewall.

getFirewallBytes()

public abstract ByteString getFirewallBytes()

Name of the firewall rule to return.

string firewall = 511016192 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for firewall.

getProject()

public abstract String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for project.