Interface Action.FailedSecurityPolicyApplyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAsset()
      Resource name of one of the assets with failing security policy application.
      com.google.protobuf.ByteString getAssetBytes()
      Resource name of one of the assets with failing security policy application.
      • 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

      • getAsset

        String getAsset()
         Resource name of one of the assets with failing security policy
         application. Populated for a lake or zone resource only.
         
        string asset = 1;
        Returns:
        The asset.
      • getAssetBytes

        com.google.protobuf.ByteString getAssetBytes()
         Resource name of one of the assets with failing security policy
         application. Populated for a lake or zone resource only.
         
        string asset = 1;
        Returns:
        The bytes for asset.