Package com.google.cloud.compute.v1
Interface ListAssociationsFirewallPolicyRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListAssociationsFirewallPolicyRequest,ListAssociationsFirewallPolicyRequest.Builder
public interface ListAssociationsFirewallPolicyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTargetResource()The target resource to list associations.com.google.protobuf.ByteStringgetTargetResourceBytes()The target resource to list associations.booleanhasTargetResource()The target resource to list associations.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTargetResource
boolean hasTargetResource()
The target resource to list associations. It is an organization, or a folder.
optional string target_resource = 467318524;- Returns:
- Whether the targetResource field is set.
-
getTargetResource
String getTargetResource()
The target resource to list associations. It is an organization, or a folder.
optional string target_resource = 467318524;- Returns:
- The targetResource.
-
getTargetResourceBytes
com.google.protobuf.ByteString getTargetResourceBytes()
The target resource to list associations. It is an organization, or a folder.
optional string target_resource = 467318524;- Returns:
- The bytes for targetResource.
-
-