public static final class ListAssociationsFirewallPolicyRequest.Builder extends GeneratedMessage.Builder<ListAssociationsFirewallPolicyRequest.Builder> implements ListAssociationsFirewallPolicyRequestOrBuilderA request message for FirewallPolicies.ListAssociations. See the method description for details.
Protobuf type google.cloud.compute.v1.ListAssociationsFirewallPolicyRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListAssociationsFirewallPolicyRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListAssociationsFirewallPolicyRequest build()| Returns | |
|---|---|
| Type | Description |
ListAssociationsFirewallPolicyRequest |
|
buildPartial()
public ListAssociationsFirewallPolicyRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListAssociationsFirewallPolicyRequest |
|
clear()
public ListAssociationsFirewallPolicyRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListAssociationsFirewallPolicyRequest.Builder |
|
clearIncludeInheritedPolicies()
public ListAssociationsFirewallPolicyRequest.Builder clearIncludeInheritedPolicies()If set to "true", the response will contain a list of all associations for the containing folders and the containing organization of the target. The parameter has no effect if the target is an organization.
optional bool include_inherited_policies = 32280076;
| Returns | |
|---|---|
| Type | Description |
ListAssociationsFirewallPolicyRequest.Builder |
This builder for chaining. |
clearTargetResource()
public ListAssociationsFirewallPolicyRequest.Builder clearTargetResource()The target resource to list associations. It is an organization, or a folder.
optional string target_resource = 467318524;
| Returns | |
|---|---|
| Type | Description |
ListAssociationsFirewallPolicyRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListAssociationsFirewallPolicyRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListAssociationsFirewallPolicyRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIncludeInheritedPolicies()
public boolean getIncludeInheritedPolicies()If set to "true", the response will contain a list of all associations for the containing folders and the containing organization of the target. The parameter has no effect if the target is an organization.
optional bool include_inherited_policies = 32280076;
| Returns | |
|---|---|
| Type | Description |
boolean |
The includeInheritedPolicies. |
getTargetResource()
public String getTargetResource()The target resource to list associations. It is an organization, or a folder.
optional string target_resource = 467318524;
| Returns | |
|---|---|
| Type | Description |
String |
The targetResource. |
getTargetResourceBytes()
public ByteString getTargetResourceBytes()The target resource to list associations. It is an organization, or a folder.
optional string target_resource = 467318524;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for targetResource. |
hasIncludeInheritedPolicies()
public boolean hasIncludeInheritedPolicies()If set to "true", the response will contain a list of all associations for the containing folders and the containing organization of the target. The parameter has no effect if the target is an organization.
optional bool include_inherited_policies = 32280076;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the includeInheritedPolicies field is set. |
hasTargetResource()
public boolean hasTargetResource()The target resource to list associations. It is an organization, or a folder.
optional string target_resource = 467318524;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the targetResource field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListAssociationsFirewallPolicyRequest other)
public ListAssociationsFirewallPolicyRequest.Builder mergeFrom(ListAssociationsFirewallPolicyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAssociationsFirewallPolicyRequest |
| Returns | |
|---|---|
| Type | Description |
ListAssociationsFirewallPolicyRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListAssociationsFirewallPolicyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListAssociationsFirewallPolicyRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListAssociationsFirewallPolicyRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListAssociationsFirewallPolicyRequest.Builder |
|
setIncludeInheritedPolicies(boolean value)
public ListAssociationsFirewallPolicyRequest.Builder setIncludeInheritedPolicies(boolean value)If set to "true", the response will contain a list of all associations for the containing folders and the containing organization of the target. The parameter has no effect if the target is an organization.
optional bool include_inherited_policies = 32280076;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe includeInheritedPolicies to set. |
| Returns | |
|---|---|
| Type | Description |
ListAssociationsFirewallPolicyRequest.Builder |
This builder for chaining. |
setTargetResource(String value)
public ListAssociationsFirewallPolicyRequest.Builder setTargetResource(String value)The target resource to list associations. It is an organization, or a folder.
optional string target_resource = 467318524;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe targetResource to set. |
| Returns | |
|---|---|
| Type | Description |
ListAssociationsFirewallPolicyRequest.Builder |
This builder for chaining. |
setTargetResourceBytes(ByteString value)
public ListAssociationsFirewallPolicyRequest.Builder setTargetResourceBytes(ByteString value)The target resource to list associations. It is an organization, or a folder.
optional string target_resource = 467318524;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for targetResource to set. |
| Returns | |
|---|---|
| Type | Description |
ListAssociationsFirewallPolicyRequest.Builder |
This builder for chaining. |