public static final class GetAssociationFirewallPolicyRequest.Builder extends GeneratedMessage.Builder<GetAssociationFirewallPolicyRequest.Builder> implements GetAssociationFirewallPolicyRequestOrBuilderA request message for FirewallPolicies.GetAssociation. See the method description for details.
Protobuf type google.cloud.compute.v1.GetAssociationFirewallPolicyRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetAssociationFirewallPolicyRequest.BuilderImplements
GetAssociationFirewallPolicyRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetAssociationFirewallPolicyRequest build()| Returns | |
|---|---|
| Type | Description |
GetAssociationFirewallPolicyRequest |
|
buildPartial()
public GetAssociationFirewallPolicyRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetAssociationFirewallPolicyRequest |
|
clear()
public GetAssociationFirewallPolicyRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetAssociationFirewallPolicyRequest.Builder |
|
clearFirewallPolicy()
public GetAssociationFirewallPolicyRequest.Builder clearFirewallPolicy()Name of the firewall policy to which the queried rule belongs.
string firewall_policy = 498173265 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetAssociationFirewallPolicyRequest.Builder |
This builder for chaining. |
clearName()
public GetAssociationFirewallPolicyRequest.Builder clearName()The name of the association to get from the firewall policy.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
GetAssociationFirewallPolicyRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetAssociationFirewallPolicyRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetAssociationFirewallPolicyRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFirewallPolicy()
public String getFirewallPolicy()Name of the firewall policy to which the queried rule belongs.
string firewall_policy = 498173265 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The firewallPolicy. |
getFirewallPolicyBytes()
public ByteString getFirewallPolicyBytes()Name of the firewall policy to which the queried rule belongs.
string firewall_policy = 498173265 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for firewallPolicy. |
getName()
public String getName()The name of the association to get from the firewall policy.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()The name of the association to get from the firewall policy.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasName()
public boolean hasName()The name of the association to get from the firewall policy.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the name field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetAssociationFirewallPolicyRequest other)
public GetAssociationFirewallPolicyRequest.Builder mergeFrom(GetAssociationFirewallPolicyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetAssociationFirewallPolicyRequest |
| Returns | |
|---|---|
| Type | Description |
GetAssociationFirewallPolicyRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetAssociationFirewallPolicyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetAssociationFirewallPolicyRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetAssociationFirewallPolicyRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetAssociationFirewallPolicyRequest.Builder |
|
setFirewallPolicy(String value)
public GetAssociationFirewallPolicyRequest.Builder setFirewallPolicy(String value)Name of the firewall policy to which the queried rule belongs.
string firewall_policy = 498173265 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe firewallPolicy to set. |
| Returns | |
|---|---|
| Type | Description |
GetAssociationFirewallPolicyRequest.Builder |
This builder for chaining. |
setFirewallPolicyBytes(ByteString value)
public GetAssociationFirewallPolicyRequest.Builder setFirewallPolicyBytes(ByteString value)Name of the firewall policy to which the queried rule belongs.
string firewall_policy = 498173265 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for firewallPolicy to set. |
| Returns | |
|---|---|
| Type | Description |
GetAssociationFirewallPolicyRequest.Builder |
This builder for chaining. |
setName(String value)
public GetAssociationFirewallPolicyRequest.Builder setName(String value)The name of the association to get from the firewall policy.
optional string name = 3373707;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
GetAssociationFirewallPolicyRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetAssociationFirewallPolicyRequest.Builder setNameBytes(ByteString value)The name of the association to get from the firewall policy.
optional string name = 3373707;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
GetAssociationFirewallPolicyRequest.Builder |
This builder for chaining. |