public interface GetFirewallRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFirewall()
public abstract String getFirewall()Name of the firewall rule to return.
string firewall = 511016192 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The firewall. |
getFirewallBytes()
public abstract ByteString getFirewallBytes()Name of the firewall rule to return.
string firewall = 511016192 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for firewall. |
getProject()
public abstract String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |