Interface ListAssociationsFirewallPolicyRequestOrBuilder (1.53.0)

public interface ListAssociationsFirewallPolicyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

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.