Interface ListAssociationsFirewallPolicyRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getTargetResource()
      The target resource to list associations.
      com.google.protobuf.ByteString getTargetResourceBytes()
      The target resource to list associations.
      boolean hasTargetResource()
      The target resource to list associations.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.