Interface ListAssociationsFirewallPolicyRequestOrBuilder (1.105.0)

public interface ListAssociationsFirewallPolicyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIncludeInheritedPolicies()

public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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.